var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Thumbs up for 'Up,' a delightful story with heart
";
arnews[0] += "\"X-Men Origins: Wolverine\" Grade B-: Director Gavin Hood did the best he could to bring the fourth movie in the comic book-inspired \"X-Men\" film series to the big screen in which the history of Wolverine is revealed.";
arnews[0] += "
Publ.Date : Sat, 07 Nov 2009 01:01:58 GMT";
arnews[0] += "
";
arnews[1]="Westerville club wins Columbus Fall Classic
";
arnews[1] += "After the Westerville club rowing team sent three 8 boats to the USRowing Youth National Championships last June, coach Trish Chase said her program likely would be experiencing a rebuilding year in 2009-10 in boys and girls.";
arnews[1] += "
Publ.Date : Wed, 14 Oct 2009 21:11:17 GMT";
arnews[1] += "
";
arnews[2]="Westerville club wins Columbus Fall Classic
";
arnews[2] += "The Westerville women's Junior 8 team, consisting of coxswain Anna Mercurio, Ellen Hughes, Kate Moran, Alyssa Jennings, Anna Lind, Elaina Hill, Amy Buck, Sarah Scott and Delaney West, was one of five Westerville squads to win events at the Columbus Fall Classic last Saturday on Hoover Reservoir.";
arnews[2] += "
Publ.Date : Wed, 14 Oct 2009 21:00:29 GMT";
arnews[2] += "
";
arnews[3]="The ten sexiest TV shows
";
arnews[3] += "From the sexy Seventies shows Bouquet of Barbed Wire and I, Claudius to the latest raunchy offering of True Blood, we look back over Percy Filth Gavin seduces his mother-in-law , while his wife is lusted after by her father , who is knocking off his secretary.";
arnews[3] += "
Publ.Date : Tue, 06 Oct 2009 11:14:50 GMT";
arnews[3] += "
";
arnews[4]="Who is Jewish enough?
";
arnews[4] += "A new points system has families flocking to the synagogue to ensure admission to their chosen school.";
arnews[4] += "
Publ.Date : Mon, 28 Sep 2009 22:05:59 GMT";
arnews[4] += "
";
arnews[5]="a Leveragea returns to Oregon for third season
";
arnews[5] += "Television series attracted to Portland's 'environment and spirit' The Portland Tribune, Sep 23, 2009 , Updated 2.1 hours ago Courtesy of TNT 'Leverage' cast members, from left, Beth Riesgraf, Christian Kane, Gina Bellman and Timothy Hutton will return early next year to film the television series' third season in Portland.";
arnews[5] += "
Publ.Date : Wed, 23 Sep 2009 21:21:49 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("