var showEstatisticas = function()
{
	var HTML;
	
	HTML = '<iframe id="estatistica" name="estatistica" src="http://placaruol.uol.com.br/futebol/copa/posjogo/estatisticas.htm?nJogoNum='+nJogoNum+'" width="0" height="0" style="visibility:hidden"></iframe>';
	
	document.getElementById('divStats').innerHTML = HTML;
}               
showEstatisticas();