<!-- //
function vrunjafecha(){
	var IE = (document.all) ? true : false;
    if (IE) {document.all.vrunja.style.visibility = 'hidden';}else{document.getElementById("vrunja").style.visibility = "hidden";}
}

var aleatorio = Math.round(Math.random() * 20);
if (aleatorio == 1 && navigator.appName != "Netscape"){

	var texto = '<div id="vrunja" style="position:absolute; left:0px; top:0px; width:100%; height:100%; z-index:5000; background-color: #FFCC00; layer-background-color: #FFCC00; border: 0px none #000000">'
	texto += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="100%" height="100%">'
	texto += '  <param name=movie value="http://www.ilharatimbum.com.br/vrunja/vrunja.swf">'
	texto += '  <param name=quality value=high><param name="SCALE" value="exactfit"><param name="wmode" value="transparent">'
	texto += '  <embed src="http://www.ilharatimbum.com.br/vrunja/vrunja.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100%" height="100%" scale="exactfit">'
	texto += '  </embed> '
	texto += '</object> '
	texto += '</div>'

	document.write(texto);
}
// -->
