Home = ''
Noticias = ''
Rss = ''
Videos = ''

if (pagina == 'noticias') Noticias = ' selected'
else if (pagina == 'rss') Rss = ' selected'
else if (pagina == 'video') Videos = ' selected'
else Home = ' selected'

HTML = ' 			<table width="758" border="0" cellspacing="0" cellpadding="0">'+
' 				<tr align="center">'+
' 					<td height="125" colspan="2"><script type="text/javascript"> OAS_AD("Top2"); </script></td>'+
' 				</tr>'+
' 				<tr>'+
' 					<td height="55" valign="top">'+
' 						<div style="margin:0 0 0 15px;"><a href="http://conversa-afiada.ig.com.br"><img src="http://image.ig.com.br/conversa_afiada/v2/ca_logo_pha.gif" width="207" height="46" border="0"></a></div>'+
' 					</td>'+
' 					<td>'+
' 						<table border="0" cellspacing="0" cellpadding="0" height="28">'+
'						<form action="http://busca.igbusca.com.br/app/search" name="busca" style="margin:0;padding:0;">'+
'						<input type="hidden" name="o" value="PAULOHENRIQUEAMORIM">'+
' 							<tr class="main_menu">'+
' 								<td width="68"><a href="http://conversa-afiada.ig.com.br/" class="bt_home' + Home + '">Home</a></td>'+
' 								<td width="80"><a href="http://conversa-afiada.ig.com.br/noticias.html" class="bt_noticias' + Noticias + '">Notícias</a></td>'+
' 								<td width="73"><a href="http://pha.megaplayer.com.br/" class="bt_videos' + Videos + '">Vídeos</a></td>'+
'								<td width="77"><a href="http://www.ig.com.br/rss/" class="bt_rss' + Rss + '">Rss</a></td>'+
' 								<td width="9"><img src="http://image.ig.com.br/conversa_afiada/v2/ca_busca_brd_esq.gif" width="9" height="28"></td>'+
' 								<td background="http://image.ig.com.br/conversa_afiada/v2/ca_busca_bg.gif"><input type="text" name="q" style="width:70px; height:16px; margin-right:5px;" class="busca" id="buscagoogle"></td>'+
' 								<td background="http://image.ig.com.br/conversa_afiada/v2/ca_busca_bg.gif"><input type="image" src="http://image.ig.com.br/conversa_afiada/v2/ca_busca_bot_ok.gif" width="25" height="16" name="image"></td>'+
' 								<td width="109" background="http://image.ig.com.br/conversa_afiada/v2/ca_busca_bg2.gif"><p style="font:10px Trebuchet MS; color:#A0A4AE; margin:4px 0 0 2px; float:left;">enhanced by</p><p style="margin:4px 0 0 2px; float:left;"><img src="http://image.ig.com.br/conversa_afiada/v2/logo-google.gif" alt="" border="0"></p></td>'+
'							</form>'+
' 							</tr>'+
' 						</table>'+
' 					</td>'+
' 				</tr>'+
' 			</table>';
document.write(HTML)

document.getElementById("buscagoogle").focus();

function abreEnquete(enquete){
	window.open("http://enquete.ig.com.br/fabrica_tools/enquetes/"+enquete+".html", "enquete", "status=0, toolbar=0, width=340, height=360, top=50, left=50, resizeble=1, scrollbars=1" );
}
