function topo() {
	var altura = (screen.width-20)/(960/240);
	var topo = "<div style='height:"+altura+"px; width:"+(screen.width-20)+"px; clear:both; margin:0;padding:0;text-align:center;'><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0' width='"+screen.width+"px' height='"+altura+"px'><param name='movie' value='animacao/animacao.swf' /><param name='wmode' value='transparent' /><param name='quality' value='high' /><embed src='animacao/animacao.swf' quality='high' wmode='transparent' pluginspage='http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='"+(screen.width-20)+"' height='"+altura+"'></embed></object></div>";
	return topo;
}
texto= "                                                                          turbinadosporbaladas.com o site mais turbinado da internet!!!!!!!!!!!!!!!!!!!!!!!                                                                          Aqui tem gente bonita,papo legal,informação e muita azaração!!!!!!!!!!!!!!!!!!                                                                          A galera fica turbinada para os grandes eventos da região!!!!!!!!!!!!!!!!!!!!!!!!                                                                          minas gerais,ribeirao preto,sao paulo turbine seu evento!!!!!!!!!!!!!!!!!!!!!!!!!!                                                                          turbinadosporbaladas buscando chegar em todo o brasil rumo ao topo!!!";
function gira(){
	document.title=texto
texto=texto.substring(1, texto.length)+ texto.charAt(0)
setTimeout("gira()",40)
}
function moveRelogio(){
    momentoAtual = new Date()
    hora = momentoAtual.getHours()
    minuto = momentoAtual.getMinutes()
    segundo = momentoAtual.getSeconds()
    horaImprimivel = hora + " : " + minuto + " : " + segundo
    document.getElementById("relogio").innerHTML = horaImprimivel
    setTimeout("moveRelogio()",1000)
}
function enviarMural(){
	jQuery.post(
		'php/mural.php',
		jQuery('#frm_mural').serialize(),
		function (d,s,x){
			jQuery('#muralBox').html(d);
		},
		'text'
	);
}
function votar(enq){
	jQuery.fancybox({href:"php/enquete.php?t=votar&enquete="+enq+"&"+jQuery("#frm_enquete").serialize()});
}
jQuery(document).ready(function(){
	moveRelogio();
	gira();
	jQuery("a.janela").fancybox({scrolling:'no'});
});