var arnews = new Array(8);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Povoa de Varzim: Mercedes Peris Minguet, Amit Ivry, Susana Negri Set Meet Records on Final Day
";
arnews[0] += "PORTO, Portugal, February 7. THE second of two days of long course meter swimming came to an end at the Povoa de Varzim meet in Portugal.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 18:32:51 GMT";
arnews[0] += "
";
arnews[1]="Messi, Marta footballers of the year
";
arnews[1] += "Barcelona striker Lionel Messi has been selected as FIFA's World Footballer of the Year.";
arnews[1] += "
Publ.Date : Mon, 21 Dec 2009 22:55:07 GMT";
arnews[1] += "
";
totcount = 2;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("