var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Introducing Steve Simon
"; arnews[0] += "Concert promoter and producer Steve Simon, the CEO of Steve Simon Presents, wants very much to get rolling with a series of blues-themed events in the Lowcountry."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Pacers go into break on a real downer
"; arnews[1] += "The Indiana Pacers head into the All-Star break now after Tuesday night's 109-101 loss to the Chicago Bulls at Conseco Fieldhouse."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 09:13:49 GMT"; arnews[1] += "
"; arnews[2]="Bethel sweeps PD's indoor track titles
"; arnews[2] += "\"Come on, son.\" That's what the handmade sign at the finish line said as Bethel's Eric Thomas sprinted the last leg of the 1,600-meter relay."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:07:43 GMT"; arnews[2] += "
"; arnews[3]="Thomas back with victorious vengeance
"; arnews[3] += "Thomas had 9 points and 7 rebounds in 28 minutes, while making several key plays when the Bulls took command in the fourth quarter."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 08:06:21 GMT"; arnews[3] += "
"; arnews[4]="Bulls 109, Pacers 101: Ugly yet necessary
"; arnews[4] += "Neil and Stacy's act has been an annoyance all season, but it was really starting to get distracting as Tuesday's game wore on."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 05:20:32 GMT"; arnews[4] += "
"; arnews[5]="Exclusive: 90210 Star to Guest on Criminal Minds
"; arnews[5] += "Former Beverly Hills, 90210 star Gabrielle Carteris will guest-star in an upcoming episode of Criminal Minds , TVGuide.com has learned exclusively."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 04:33:00 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("
");