var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Young Entertainers Honored by Variety
"; arnews[0] += "Hollywood's hottest young stars are being honored by Variety . Read on to find out why."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:46:00 GMT"; arnews[0] += "
"; arnews[1]="Power of Youth event honors actors
"; arnews[1] += "Corbin Bleu, Miranda Cosgrove, Jesse McCartney, AnnaLynne McCord and KeKe Palmer will be saluted for their charity work at the third annual Variety's Power of Youth event, to be held Dec."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 05:39:45 GMT"; arnews[1] += "
"; arnews[2]="Alpha Kappa Alpha names - Man of the Year'
"; arnews[2] += "On Sunday, Nov. 15, the Kappa Kappa chapter of Alpha Kappa Alpha Sorority, Inc. held their annual 'Man of the Year Scholarship Pageant.' The Kappa Kappa chapter has held this pageant on campus since 1982."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 21:36:59 GMT"; arnews[2] += "
"; arnews[3]="Webber explores new shows
"; arnews[3] += "We're well into the new season of television and by now should be more or less familiar with the new television shows."; arnews[3] += "
Publ.Date : Tue, 10 Nov 2009 23:40:07 GMT"; arnews[3] += "
"; arnews[4]="Flickgrrl: Shirtless Cute Boys
"; arnews[4] += "Taylor Lautner and his tenpack. Is this the kid who played Sharkboy? The shirtless cute boy is a pinup who displays his sixpack for the delectation of his fans."; arnews[4] += "
Publ.Date : Tue, 03 Nov 2009 04:09:46 GMT"; arnews[4] += "
"; arnews[5]="TV Redo: Zap2it updates 'Greatest American Hero,' 'WKRP in Cincinnati,' 'Small Wonder'
"; arnews[5] += "ABC's \"V\" is the latest in a string of attempts by networks to capitalize on past successes by reinterpreting them in a new, updated version."; arnews[5] += "
Publ.Date : Tue, 03 Nov 2009 02:12:24 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("
");