var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Who would you cast in 'Gilligan's Island' if it were remade?
";
arnews[0] += "Gilligan - Michael Cera, Ginger - Amy Adams, Skipper - John Goodman, Mary Ann - Mila Kunis, The professor - Josh Duhamel, Mr.";
arnews[0] += "
Publ.Date : Wed, 20 Jan 2010 02:34:06 GMT";
arnews[0] += "
";
arnews[1]="Library news
";
arnews[1] += "Poetry Club will be held on Thursday, January 21st a 4 p.m. Bring your poetry to share with others.";
arnews[1] += "
Publ.Date : Wed, 13 Jan 2010 03:36:40 GMT";
arnews[1] += "
";
arnews[2]="Two and a Half Men - Weeknights
";
arnews[2] += "Emmy Award-nominated TWO AND A HALF MEN has been the #1 comedy on television for the past two seasons.";
arnews[2] += "
Publ.Date : Wed, 06 Jan 2010 16:54:30 GMT";
arnews[2] += "
";
arnews[3]="Over-the-road driver
";
arnews[3] += "Charlie and Alan hire Berta's disturbed sister as a caterer after Evelyn guilts them into throwing a party for her.";
arnews[3] += "
Publ.Date : Sat, 26 Sep 2009 03:03:57 GMT";
arnews[3] += "
";
arnews[4]="Free Christmas card workshop
";
arnews[4] += "Charlie and Alan hire Berta's disturbed sister as a caterer after Evelyn guilts them into throwing a party for her.";
arnews[4] += "
Publ.Date : Sat, 26 Sep 2009 03:03:40 GMT";
arnews[4] += "
";
arnews[5]="Yahoo director to step down at end of year
";
arnews[5] += "Charlie and Alan hire Berta's disturbed sister as a caterer after Evelyn guilts them into throwing a party for her.";
arnews[5] += "
Publ.Date : Sat, 26 Sep 2009 03:03:34 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("