var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Matt, have you heard about this movie?
"; arnews[0] += "Link Sounds like it could be a good movie. Andy Griffith has always been underrated for his acting ability."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:22:34 GMT"; arnews[0] += "
"; arnews[1]="Matt, have you heard about this movie?
"; arnews[1] += "Link Sounds like it could be a good movie. Andy Griffith has always been underrated for his acting ability."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 15:29:11 GMT"; arnews[1] += "
"; arnews[2]="Re: I am glad that TK is leaving AMC
"; arnews[2] += "Thorsten Kaye is one of the most talented and versatile actors on TV. He makes his characters come alive and gives them depth and layers."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 01:38:16 GMT"; arnews[2] += "
"; arnews[3]="Catering Queen back on the menu
"; arnews[3] += "Writer/performer Alison Lawrence - who knows her way around catering carry boxes - brings a second helping of her hit play 'The Catering Queen' to Tarragon Theatre Extra Space tonight through Dec."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 12:30:00 GMT"; arnews[3] += "
"; arnews[4]="James Franco in a General Hospital.a
"; arnews[4] += "Boston Herald TV Critic Mark Perigard is the TV critic for the Boston Herald. C an James Franco save the soaps? The Golden Globe winner and film actor begins a two-month stint on ABC's \"General Hospital\" Friday at 3 p.m. on WCVB ."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 11:34:56 GMT"; arnews[4] += "
"; totcount = 5; 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("
");