// JavaScript Document
//Banners
$(document).ready(function() {  
  $('#banner').cycle({ 
		 fx:     'fade', 
	  speed: 3000  ,
	  timeout: 12000
  });  
});  


DD_belatedPNG.fix('.png_bg');

function predio(){
  document.write('<object type="application/x-shockwave-flash" width="457" height="373" data="imagens/anima_predio.swf" >');
  document.write ('<param name="movie" value="imagens/anima_predio.swf" />')
  document.write ('<param name="wmode" value="Transparent"/>');
  document.write ('</object>');
}
