var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Crawfordsville team began what's now Hoosier Hysteria
";
arnews[0] += "Odd-looking set shots. Jump balls after each basket. Twenty-five cent admission.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:21:50 GMT";
arnews[0] += "
";
arnews[1]="Wizards run hot and cold in defeat
";
arnews[1] += "The Washington Wizards may have all their pieces back after an injury-plagued first two weeks of the season, but they're far from a well-oiled machine.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:55:05 GMT";
arnews[1] += "
";
arnews[2]="Read storybooks and get more marks, suggests CBSE
";
arnews[2] += "New Delhi, Nov. 20: Reading storybooks by the likes of Enid Blyton or Agatha Christie may now earn children marks at school.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:37:40 GMT";
arnews[2] += "
";
arnews[3]="This week's theatre previews
";
arnews[3] += "Cat On A Hot Tin Roof stars James Earl Jones, Phylicia Rashad, Adrian Lester and Sanaa Lathan.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 00:05:14 GMT";
arnews[3] += "
";
arnews[4]="Despite struggles, Caron Butler remains optimistic, undeterred
";
arnews[4] += "Every time I've talked to Caron Butler , I've come away struck by his supreme confidence.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 01:42:30 GMT";
arnews[4] += "
";
arnews[5]="Raith Rovers v Ayr United
";
arnews[5] += "Raith Rovers will be without suspended duo Grant Murray and Mark Campbell for the visit of Ayr.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 17:54:04 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("