var showLinhaTempo = function()
{
	var HTML;
	
	HTML = '<div id="LinhaTempo">';
	HTML += '	<div id="LinhaHeader">';
	HTML += '  	  <table id="tblMenuTL" cellpadding="0" cellspacing="0" width="100%">';
	HTML += '  	    <tr>';
	HTML += '  	    	<td class="tempo"><div id="LinhaNumTempo">-</div></td>';
	HTML += '  	      <td class="clicado" id="tl_aba1" onClick="top.linhatempo.frames.showTL(1);"  style="display:none;">1° TEMPO</td>';
	HTML += '  	      <td class="Nclicado" id="tl_aba2" onClick="top.linhatempo.frames.showTL(2);" style="display:none;">2° TEMPO</a></td>';
	HTML += '  	      <td class="Nclicado" id="tl_aba3" onClick="top.linhatempo.frames.showTL(3);" style="display:none;">PRORROGAÇÃO</td>';
	HTML += '  	      <td class="Nclicado" id="tl_aba4" onClick="top.linhatempo.frames.showTL(4);" style="display:none;">PÊNALTIS</td>';
	HTML += '  	    </tr>';
	HTML += '  	  </table>';
	HTML += ' </div>';
	HTML += ' <div id="divTable"></div>';
	HTML += '</div>';
	HTML += '<iframe id="linhatempo" name="linhatempo" src="http://placaruol.uol.com.br/futebol/copa/posjogo/linha-tempo.htm" width="0" height="0" style="visibility:hidden"></iframe>';
	
	document.getElementById('divTimeLine').innerHTML = HTML;
}               
showLinhaTempo();