var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Gossip Girl
"; arnews[0] += "Comments Based on the popular book series of the same name, this drama gives viewers a peek into the world of privileged teenagers on an elite private school in New York City."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:36:17 GMT"; arnews[0] += "
"; arnews[1]="'Gossip Girl' News Round-Up: Announcing Our First 'Caption Contest'
"; arnews[1] += "It's Friday. We've all had a long week, including Mr. Bass here, who is still recovering from saving his step-sister/former attempted date-rape victim from a skeazy European drug dealer who transports his goods via electronic toy boat."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 11:22:48 GMT"; arnews[1] += "
"; arnews[2]="Report: Rihanna and Chris Brown back together and other celebrity news
"; arnews[2] += "PEOPLE magazine reports that Rihanna and Chris Brown are back together. The couple's apparent reconciliation comes almost three weeks after 19-year-old Brown allegedly battered 21-year-old Rihanna."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 10:50:22 GMT"; arnews[2] += "
"; arnews[3]="Leighton Keeps Things Buttoned Up For Gossip Girl
"; arnews[3] += "Leighton Meester joined Chace Crawford, Blake Lively and Ed Westwick yesterday on the NYC set of Gossip Girl ."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 12:00:00 GMT"; arnews[3] += "
"; arnews[4]="People Magazine Says Johnny Depp is Sexiest Man: Surprising?
"; arnews[4] += "No, it was not Twilight favorite Robert Pattinson, one of the Jonas Brothers, actor Chace Crawford, or another cute 20-something. People magazine today named runtime:topic id=\"PECLB001381\">Johnny Depp The sexiest man alive."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 04:17:06 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("
");