$(document).ready(function () {
   $('ul#annunci-lista-home').innerfade({ speed: 'slow', timeout: 3000, type: 'sequence', containerheight: $('ul#annunci-lista-home li').first().height()});
   $("p:contains('[googlemap1]')").html('<iframe style="display: block; float: right; width: 500px; height: 350px;" width="500" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.it/maps?f=q&amp;source=s_q&amp;hl=it&amp;geocode=&amp;q=Peopledesign+S.r.l.+Via+Medicine+41057+Spilamberto+Emilia+Romagna+Italia&amp;sll=41.442726,12.392578&amp;sspn=18.166467,48.691406&amp;ie=UTF8&amp;hq=Peopledesign+S.r.l.+Emilia+Romagna+Italia&amp;ll=44.579525,10.969419&amp;ll=44.578975,10.973368&amp; spn=0.02262,0.043688&amp;z=14&amp;output=embed"></iframe>');
   $("p:contains('[googlemap2]')").html('<iframe style="display: block; float: right; width: 500px; height: 350px;" width="500" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.in/maps?q=12.958076,80.246201&amp;num=1&amp;sll=12.957266,80.245047&amp;sspn=0.028015,0.010897&amp;hl=en&amp;ie=UTF8&amp;ll=12.957888,80.2512&amp;spn=0.017001,0.021629&amp;z=14&amp;output=embed"></iframe>');
   $('#flashbanner').append('<div></div>');
   $('#flashbanner div').flash(
      {
         swf: '/assets/banner.swf',
         width: 300,
         height: 400,
         allowFullScreen: true,
         wmode: 'transparent',
         hasVersion: 10,
         expressInstaller: '/assets/installer.swf'
      }
   );
});
