function colocaswf(swf)
{
	if(swf == "naruto")
	{
		var a="<iframe src='http://www.cartoonnetwork.com/games/naruto/chuninshowdown/preload.swf' width='670' height='530' align='center' scrolling='no' frameborder='0'></iframe>";
	}
	else if(swf == "xadres-online-gratis")
	{
		var a="<iframe src='http://mpweb98.mp.oberon-media.com/UserLogin1.aspx?register=1&code=110342160&channel=110277640' frameBorder='0' width='600' scrolling='no' height='440'></iframe>";
	}
	else if(swf == "dardos-301")
	{
		var a="<iframe src='http://mpweb98.mp.oberon-media.com/UserLogin1.aspx?register=1&code=110390167&channel=110277640' frameBorder='0' width='600' scrolling='no' height='440'></iframe>";
	}
	else if(swf == "poker-texas-holden")
	{
		var a="<iframe src='http://mpweb98.mp.oberon-media.com/UserLogin1.aspx?register=1&code=110500140&channel=110277640' frameborder='0' width='600' scrolling='no' height='440'></iframe>";
	}
	else if(swf == "guitar-master")
	{
		var a="<iframe src='http://www.addictinggames.com/gamefiles/GuitarMaster/GuitarMaster5.html' frameborder='0' width='680' scrolling='no' height='430'></iframe>";
	}
	else if(swf == "bible-fight")
	{
		var a="<iframe src='http://www.adultswim.com/games/biblefight/game.swf' frameborder='0' width='680' scrolling='no' height='430'></iframe>";
	}
	else
	{
		if (screen.availWidth<950)
		{
			var a='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="560" height="350">';
			//Layer1.style.pixelLeft=585;
		}
		else
		{
			var a='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="670" height="530">';
		}

		a=a+'<param name="movie" value="http://www.voujogar.com.br/jogos/'+swf+'"';
		a=a+'<param name="quality" value="high">';
		a=a+'<embed src="http://www.voujogar.com.br/jogos/'+swf+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="670" height="530"></embed>';
		a=a+'</object>';
	}

	document.write(a);

	setTimeout("mostrajogo()",12000);
}

function mostrajogo()
{
	document.getElementById("google").style.display="none";
	document.getElementById("jogo").style.display="block";
}

function colocapg()
{
	document.write ("Clicar na propaganda não interfere no carregamento do jogo<br><IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=300 HEIGHT=250 SRC='http://ad.foxnetworks.com/st?ad_type=iframe&ad_size=300x250&section=567811'></IFRAME>");
}


