var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Review: The New Adventures of Old Christine - Love Means Never Having to Say You're Crazy
";
arnews[0] += "Ah, Dave Foley. His sad sack Tom has been good for a laugh more than a few times, and he was used to good comic effect again this week.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 17:18:00 GMT";
arnews[0] += "
";
arnews[1]="Panel debate for St Albans Abbey
";
arnews[1] += "A PANEL of national journalists and politicians will debate topical questions from Hertfordshire sixth-formers in St Albans Abbey next week.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 13:04:39 GMT";
arnews[1] += "
";
arnews[2]="Georgetown wants to its take 1st trip
";
arnews[2] += "Given that Georgetown has qualified for the state volleyball tournament for the first time, it's only right the Lady Eagles be given a proper introduction.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 02:26:18 GMT";
arnews[2] += "
";
arnews[3]="Students collect thousands of phone books for recycling
";
arnews[3] += "Eighty-two classes representing 28 public and private schools in Rutherford County collected 9,151 telephone books in this year's Throw the Book at Us contest.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 20:51:32 GMT";
arnews[3] += "
";
arnews[4]="Prep roundup (11/17): Bay girls down Niceville in opener
";
arnews[4] += "Tanesha Middleton and Shanterria Webb scored 17 points apiece for Bay in a 56-51 win over Niceville in girls basketball on Tuesday.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 07:09:54 GMT";
arnews[4] += "
";
arnews[5]="A Student's Guide to The Bronte Sisters - A Review
";
arnews[5] += "Naomi Pasachoff ISBN-13: 978-0-7660-3267-5 Enslow Publishers Series Understanding Literature Publication Year: 2009 Interest Level: Grades 6-up Enslow Publishers is a publishing house which specialises in K-12 Nonfiction Library Books and defines its goal on their website with the following words : The mission of Enslow Publishers, Inc., is to ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 00:17:31 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("