var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Read storybooks and get more marks, suggests CBSE
";
arnews[0] += "New Delhi, Nov. 20: Reading storybooks by the likes of Enid Blyton or Agatha Christie may now earn children marks at school.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:37:40 GMT";
arnews[0] += "
";
arnews[1]="Coastal Carolina-Charleston Southern game breakdown
";
arnews[1] += "Coastal Carolina Chanticleers vs. Charleston Southern Buccaneers Series Coastal leads 4-2, losing once in Charleston and once in Conway .";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 05:19:45 GMT";
arnews[1] += "
";
arnews[2]="Movieweb's 2009 Blu-ray Holiday Gift Guide
";
arnews[2] += "Listen up hi-def humbugs and Blu-ray Scrooges! This is the year you'll not just want, but need, to buy a new hi-def plasma screen and a shiny black Blu-ray player for Christmas .";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 04:55:00 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]="Feeling gladiator all over on a city break to Rome
";
arnews[4] += "It felt strange donning a tatty tunic and wielding a heavy sword in a city of romance and culture.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:00:00 GMT";
arnews[4] += "
";
arnews[5]="Update on City View Drug Bust
";
arnews[5] += "Story Created: Nov 19, 2009 at 7:15 PM CST Story Updated: Nov 20, 2009 at 6:44 AM CST We have an update to a City View drug bust.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 23:14:27 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("