function favoritos() {
xurl="http://www.querojogar.com.br/?favoritos=sim";
xtitle="QueroJogar Jogos Online Grátis ";
if (window.sidebar) // firefox
	window.sidebar.addPanel(xtitle, xurl, "");
else if(window.opera && window.print){ // opera
    alert('Tecle CTRL+D para adicionar aos favoritos');
} 
else if(document.all)// ie
	window.external.AddFavorite(xurl, xtitle);
}
document.write('<div id="loading"><img alt="carregando" src="/img/loading.gif"/> Carregando...          </div>');
window.onload=function(){
	document.getElementById("loading").style.display="none";
}

function showGame() {
		if( document.getElementById ) { 			// this is the way the standards work
			document.getElementById('ads').style.display = 'none';
			document.getElementById('jogox').style.display = 'block';
		} else if( document.all ) {				// this is the way old msie versions work
			document.all['ads'].style.display = 'none';
			document.all['jogox'].style.display = 'block';
		} else if( document.layers ) {				// this is the way nn4 works
			document.layers['ads'].style.display = 'none';
			document.layers['jogox'].style.display = 'block';
		}
}	


