var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Movie review: My Best Friend's Girl -- 1 out of 5 stars
"; arnews[0] += "A couple of schools of thought come into play with the new Dane Cook comedy My Best Friend's Girl."; arnews[0] += "
Publ.Date : Fri, 19 Sep 2008 07:00:00 GMT"; arnews[0] += "
"; arnews[1]="Top 10 Ranked New Comedy Movies 2009-2010 for Those Over 50
"; arnews[1] += "The 10 top ranked new Comedy movies for 2009 and 2010 for those individuals over the age of 50 have been chosen."; arnews[1] += "
Publ.Date : Mon, 09 Nov 2009 18:15:14 GMT"; arnews[1] += "
"; arnews[2]="Students grill Nashua school board candidates
"; arnews[2] += "A forum sponsored by the City Republican Committee with the four candidates running for alderman-at-large planned for Thursday night has been rescheduled for Monday."; arnews[2] += "
Publ.Date : Wed, 21 Oct 2009 07:00:00 GMT"; arnews[2] += "
"; arnews[3]="Continue reading "More 'Party Down' to arrive in spring (plus Megan Mullally's other comedy gig)"
"; arnews[3] += "More 'Party Down' to arrive in spring I know the headline above is a little on the boring side, but I was trying to avoid the obvious \"Let's get this party started -- again!\" headline."; arnews[3] += "
Publ.Date : Thu, 05 Nov 2009 00:05:32 GMT"; arnews[3] += "
"; arnews[4]="Movie review: My Best Friend's Girl -- 1 out of 5 stars
"; arnews[4] += "A couple of schools of thought come into play with the new Dane Cook comedy My Best Friend's Girl."; arnews[4] += "
Publ.Date : Fri, 19 Sep 2008 07:00:00 GMT"; arnews[4] += "
"; arnews[5]="Celebrities Attend Starz Entertainment's Hollywood Film Festival After Party
"; arnews[5] += "AnnaLynne McCord, Rachel McCord, Lizzy Caplan, Kat Kramer, Jennifer Barlow, and Bobby Trendy attended the Starz Entertainment after party at Hollywood film festival held at the Beverly Hilton hotel last night."; arnews[5] += "
Publ.Date : Tue, 27 Oct 2009 12:48:42 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("
");document.write("
");