var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Browns are interesting to Holmgren
";
arnews[0] += "Former Seattle and Green Bay coach Mike Holmgren says he would be interested in working for the Cleveland Browns.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 09:07:35 GMT";
arnews[0] += "
";
arnews[1]="[SOMS] Dec's Chelsea - History is made, my time to shine
";
arnews[1] += "Yay! could this be it? gather round people for decs storytime! Sorry guys about saying it was over, it was for then but then I realised I missed writing it and I enjoyed it but who knows this twist.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:28:40 GMT";
arnews[1] += "
";
arnews[2]="Sport Briefs: Bolt, Gay to clash at least 3 times next year
";
arnews[2] += "Sprint stars Usain Bolt of Jamaica and Tyson Gay of the United States will race each other at least three times at elite Diamond League meets next year.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 05:00:00 GMT";
arnews[2] += "
";
arnews[3]="Holmgren interested in meeting with Browns
";
arnews[3] += "Former Seattle and Green Bay coach Mike Holmgren said on his weekly radio show on Seattle's KJR that he has not yet spoken to Cleveland Browns owner Randy Lerner, who is looking for a \"serious, credible leader\" football authority to run his struggling team, but indicated he would be welcome the chance to take on a rebuilding project like the 1-8 ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 04:49:20 GMT";
arnews[3] += "
";
arnews[4]="IAAF to offer $6.63 million in prize money in 2010
";
arnews[4] += "Usain Bolt, contenders for the 2009 IAAF Athlete of the Year awards. In an effort to secure participation from the biggest names in track and field, the International Association of Athletics Federation has announced plans to offer over $6 million in prize money to top athletes during the 2010 season.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Bolt, Gay ready to race
";
arnews[5] += "Graham Dunbar MONACO - The Associated Press Published on Saturday, Nov. 21, 2009 9:50PM EST Last updated on Saturday, Nov.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 05:00:51 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("