var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sporty season's greetings
";
arnews[0] += "Some year huh! Too many women for Tiger Woods. Too many men for the Saskatchewan Roughriders.";
arnews[0] += "
Publ.Date : Sun, 20 Dec 2009 16:12:41 GMT";
arnews[0] += "
";
arnews[1]="Ana voted hottest female athlete
";
arnews[1] += "Ana has been named as the Hottest Female Athlete, following a poll of visitors to sportsnet.ca , a leading North American sports website.";
arnews[1] += "
Publ.Date : Fri, 18 Dec 2009 17:39:49 GMT";
arnews[1] += "
";
arnews[2]="Top 22 Sexiest Women In Sport
";
arnews[2] += "They are the ladies guaranteed to work up a sweat a ' the sexiest women in sport.";
arnews[2] += "
Publ.Date : Mon, 07 Dec 2009 18:45:10 GMT";
arnews[2] += "
";
totcount = 3;
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("