var theSummaries = new Array();


var theSiteLinks = new Array();

var contador=0;

var limite;


var iphone_limite;


var iphone;

var borda="";

var borda_par="";

		theSummaries[0] = "12/02/2012 - Tony Blair e Abbas discutem processo de paz e unidade palestina";

		theSiteLinks[0] = "un/2012-02-12-noticia1.htm";
			

		theSummaries[1] = "06/02/2012 - Terremoto de magnitude 6,7 provoca 13 mortes nas Filipinas";

		theSiteLinks[1] = "un/2012-02-06-noticia1.htm";
		

		theSummaries[2] = "15/01/2012 - França rejeita novas medidas de austeridade após rebaixamento";

		theSiteLinks[2] = "un/2012-01-15-noticia1.htm";
		

		theSummaries[3] = "22/12/2011 - Hong Kong sacrifica 17 mil frangos após caso de gripe aviária";

		theSiteLinks[3] = "un/2011-12-22-noticia1.htm";


		theSummaries[4] = "14/12/2011 - Terremoto de magnitude 7,1 atinge Papua-Nova Guiné";

		theSiteLinks[4] = "un/2011-12-14-noticia1.htm";	
		

		theSummaries[5] = "10/11/2011 - Tremor de magnitude 5,7 deixa ao menos três mortos na Turquia, diz TV";

		theSiteLinks[5] = "un/2011-11-10-noticia1.htm";


		theSummaries[6] = "Para ver notícias anteriores, clique aqui";

		theSiteLinks[6] = "ultimas_noticias.htm";















limite = 4;























iphone_limite=6;























































if(document.location=="http://mobile.tempodofim.com/") 















{























	//document.write("VocÊ está no iPhone");















	for(iphone=0;iphone<=iphone_limite;iphone++)















 	{ 















  		document.write('<DIV class=clear><!--empty--></DIV></A></DIV>');















  		document.write('<A class=listAnchor href="http://www.tempodofim.com/' + theSiteLinks[iphone] + '">');















 		document.write('<DIV class=list>');















  		document.write('<DIV class=lFloat><IMG style="MARGIN-TOP: 0px; MARGIN-LEFT: 0px" height=55 src="img/news.png" width=55 border=0></DIV>');















		document.write('<DIV class=head>' + theSummaries[iphone] + '</DIV>');























		document.write('<DIV class=dek>Veja mais detalhes</DIV></DIV></A>');























		document.write('<A class=listAnchor href="' + theSiteLinks[iphone] + '">');















	}























}























else























{























	document.write('<table width="360" border="0" align="center" cellpadding="3" cellspacing="0">');















	document.write('<tr><td width="179" valign="top"><a href="ultimas_noticias.htm"><h4>&Uacute;LTIMAS NOT&Iacute;CIAS</h4></a></td>');















	document.write('<td width="179" align="right" valign="top"><a href="email_template/subscribe.htm"><h4>RECEBER POR E-MAIL</h4></a></td></tr>');















	document.write('<tr><td valign="top" width="360" colspan="2" style="border-bottom: #888888 1px dotted">');















	document.write('<h1><a href="' + theSiteLinks[contador] + '">' + theSummaries[contador].substring(13,theSummaries[contador].length) + '</a></h1></td></tr></table>');















	document.write('<table width="360" border="0" align="center" cellpadding="3" cellspacing="0" valign="top">');















	for(contador=1;contador<=limite;contador++)















	{		























		if (contador==limite) {















			borda='style="border-bottom: #888888 1px dotted"'; }























		if ((contador %2)!=0) { borda_par='bgcolor="#EEEEEE"';} else { borda_par=""; }















		document.write('<TR><td width="60" valign="top" ' + borda_par + ' ' + borda + '>' + theSummaries[contador].substring(0,10) + '</td>');















		document.write('<td valign="top" width="300" ' + borda_par + ' ' + borda + '><h3><a href="' + theSiteLinks[contador] + '">' + theSummaries[contador].substring(13,theSummaries[contador].length) + '</a></h3></td></tr>');























	}























	document.write('</table>');























}








































