var arnews = new Array(9); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Variety produces Save Haiti PSA - Variety
"; arnews[0] += "To support victims of the Haiti earthquake, Variety produced a Save Haiti PSA in conjunction with several Power of Youth honorees and supporters and fanlala.com, an online community for fans of tween and teen stars. Celebrities in the video include ..."; arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 02:57:00 GMT"; arnews[0] += "
"; arnews[1]="Akeelah and the Bee - San Diego weekly Reader
"; arnews[1] += "An eleven-year-old black girl (the appealing Keke Palmer) in the South L.A. ghetto braves the taunts of \"freak\" and \"brainiac\" to enter the Scripps National Spelling Bee and, on her first try, go clear through to the televised finals in Washington, D ..."; arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 05:28:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");