var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Serb Update: Jankovic in Miami, Ivanovic BBQS, Tipsarevic in India, Djokovic with Ristic
";
arnews[0] += "Just in case you were worried that the Serbian tennis players weren't having enough fun during their off-season, Blic wants to put your minds to rest: Bohemian bookworm, Janko Tipsarevic , is off exploring in India with his new fiancee: After a romantic engagement with the TV host Biljana Sesevic in early November in Maldives, Janko Tipsarevic , ...";
arnews[0] += "
Publ.Date : Mon, 28 Dec 2009 01:28:28 GMT";
arnews[0] += "
";
arnews[1]="Early Doors: No football but some Hope
";
arnews[1] += "ED was going to knock out 700 words this morning on a barnstorming Lancashire derby....but then it snowed in Wigan.";
arnews[1] += "
Publ.Date : Tue, 22 Dec 2009 12:03:37 GMT";
arnews[1] += "
";
arnews[2]="Sporty season's greetings
";
arnews[2] += "Some year huh! Too many women for Tiger Woods. Too many men for the Saskatchewan Roughriders.";
arnews[2] += "
Publ.Date : Sun, 20 Dec 2009 16:12:41 GMT";
arnews[2] += "
";
arnews[3]="Ana voted hottest female athlete
";
arnews[3] += "Ana has been named as the Hottest Female Athlete, following a poll of visitors to sportsnet.ca , a leading North American sports website.";
arnews[3] += "
Publ.Date : Fri, 18 Dec 2009 17:39:49 GMT";
arnews[3] += "
";
arnews[4]="Another golfer to watch; Tiger wagers
";
arnews[4] += "CLICK HERE FOR TUESDAY'S P.M. HOT CLICKS. Whenever there is a \"hottest female athlete\" contest, I automatically vote for Leryn Franco no matter who she's up against.";
arnews[4] += "
Publ.Date : Thu, 03 Dec 2009 00:28:35 GMT";
arnews[4] += "
";
arnews[5]="World Cup of Hot Chicks: Ranking the Women From Each Qualifying Country
";
arnews[5] += "It's official, the field has been set for the 2010 World Cup. Soccer fans are rejoicing as we look forward to the future groupings of teams.";
arnews[5] += "
Publ.Date : Mon, 23 Nov 2009 03:52:44 GMT";
arnews[5] += "
";
totcount = 6;
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("