var arrayCache=new Array();function init(){getElmt('top10').style.left=(window.screen.width-225)/2;var imgs=new Array('inicial_over.png','programacao_over.png','promocoes_over.png','fotos_over.png','arquivonoticias_over.png','contato_over.png');for(i in imgs)arrayCache.push((new Image).src='imagens/'+imgs[i]);hs.addSlideshow({slideshowGroup:'galeria',interval:5000,repeat:false,useControls:true,fixedControls:true,outlineType:'rounded-white',wrapperClassName:'highslide-white',dimmingOpacity:0.75,overlayOptions:{opacity:.6,position:'top center',hideOnMouseOut:true}});hs.transitions=['expand','crossfade'];$("#recado").cycle({fx:'fade',delay:5000});$('#coda-slider-1').codaSlider({dynamicArrows:false,autoSlide:true,autoSlideInterval:4000,autoSlideStopWhenClicked:false})}function setCorner(){}function showHide(id,param){getElmt(id).style.display=param}function enviarEmail(){nome=getElmt('nome').value;email=getElmt('email').value;fone=getElmt('fone').value;mensagem=getElmt('mensagem').value;params=nome+'$@$,'+email+'$@$,'+fone+'$@$,'+mensagem;buscarConteudo('alert','enviarEmail',params,'')}function votarEnquete(resposta){buscarConteudo('content_enquete','votarEnquete',resposta,'')}function insertSWF(file,w,h){insert=new Flash(file,'',w,h,'');insert.addParameter('wmode','transparent');insert.addParameter('showMenu','false');return insert.toString()}function showDvAlert(msg){getElmt('contentDvAlert').innerHTML=msg;showHide('dvAlert','block');if(window.navigator.appName=="Microsoft Internet Explorer"){getElmt('dvAlert').style.filter='alpha(opacity=10)';var intervalo=window.setInterval(function(){getElmt('dvAlert').style.filter='alpha(opacity='+(eval(getElmt('dvAlert').style.filter.substr(14,2))+10)+')'},100);window.setTimeout(function(){clearInterval(intervalo)},900)}else{getElmt('dvAlert').style.opacity='0.1';var intervalo=window.setInterval(function(){getElmt('dvAlert').style.opacity=eval(getElmt('dvAlert').style.opacity)+0.1},100);window.setTimeout(function(){clearInterval(intervalo)},900)}window.setTimeout(function(){showHide('dvAlert','none')},4000)}function showHideResultados(max,id,prefix){for(i=1;i<=max;i++){getElmt(i).style.display='none';getElmt(prefix+i).style.display='block'}getElmt(prefix+id).style.display='none';getElmt(id).style.display='block'}function ouvirTop10(file,topo){if(file.indexOf('.mp3')!=-1){document.getElementById('top10').style.display='block';if(window.navigator.appVersion.indexOf('MSIE 6.0')!=-1){window.setTimeout(function(){document.getElementById('top10').innerHTML=insertSWF('top10.swf',225,285,'audio='+file+',topo='+topo)},100)}else{str='<object width="225" height="285"> <param name="wmode" value="transparent"> <param name="flashvars" value="audio='+file+'&topo='+topo+'"> <param name="wmode" value="transparent"> <param name="movie" value="top10.swf"> <embed flashvars="audio='+file+'&topo='+topo+'" wmode="transparent" src="top10.swf" width="225" height="285"> </embed> </object>';window.setTimeout(function(){document.getElementById('top10').innerHTML=str},100)}getElmt('top10').style.top=100+document.body.scrollTop;parar()}}function fecharOuvir(){document.getElementById('top10').innerHTML='';document.getElementById('top10').style.display='none'}function ouvirNoticia(file){if(file!='null'&&file!='undefined'&&file!=''){document.getElementById('top10').innerHTML='<object width="225" height="285"> <param name="wmode" value="transparent"> <param name="movie" value="noticia.swf"> <param name="FlashVars" value="audio='+file+'"> <embed flashvars="audio='+file+'" wmode="transparent" src="noticia.swf" width="225" height="285"> </embed> </object>';document.getElementById('top10').style.display='block';document.getElementById('top10').style.top='30px';getElmt('top10').style.top=50+document.body.scrollTop}}function getHoroscopo(signo){onclick=getElmt('dvhoroscopo').style.display='block';buscarURL("contentHoroscopo","buscarHoroscopo.php","signo="+signo);getElmt('topoHoroscopo').style.backgroundImage='url(imagens/horoscopo/fatiados/'+signo+'.png)';getElmt('dvhoroscopo').style.top=50+document.body.scrollTop}function ouvirAoVivo(){window.open('radio.html','','width=400, height=310, top=250, left='+((window.screen.width-400)/2))}function parar(){document.getElementById('top10').innerHTML=''}function manchete(){window.setTimeout(function(){buscarConteudo('manchete','manchete','','')},8000)}function recado(){window.setTimeout(function(){buscarConteudo('recado','recados','','')},5000)}function addListener(el,event,func){try{el.addEventListener(event,func,false)}catch(e){try{el.detachEvent('on'+event,func);el.attachEvent('on'+event,func)}catch(e){el['on'+event]=func}}}addListener(window,'load',init);