var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Central freshman gets Disney exposure
"; arnews[0] += "It almost sounds like a Disney movie. A Midwestern girl gets discovered at a hair salon, catapulted into an acting career, and must learn to balance her freshman year at Hinsdale Central with filming in Los Angeles."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:43:14 GMT"; arnews[0] += "
"; arnews[1]="First Lady Partners With Disney Channel to Fight Childhood Obesity
"; arnews[1] += "The major news story of today is First Lady Michelle Obama's announcement of her initiative to end childhood obesity."; arnews[1] += "
Publ.Date : Tue, 26 Jan 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="This is Why We Like Selena Gomez
"; arnews[2] += "Selena Gomez, as far as young female starlets go, does not offend me in the slightest."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:19:46 GMT"; arnews[2] += "
"; arnews[3]="Nick Jonas' 5 Steps to Wooing Women
"; arnews[3] += "Nick Jonas' dates follow a strict schedule including good manners, fine dining, and...his parents? Nick Jonas apparently has a 5-step strategy when it comes to wooing his women."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 16:40:00 GMT"; arnews[3] += "
"; arnews[4]="Selena Gomez
"; arnews[4] += "Selena Marie Gomez born in Grand Prairie, Texas, on July 22, 1992 is an American actress and singer began her career as a child star."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 18:25:25 GMT"; arnews[4] += "
"; arnews[5]="Clay Buchholz
"; arnews[5] += "Wonder if host - and ex-Hub TV and radio guy - Tom Bergeron remembers her from back in the day ."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 06:53:54 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("
");