var arnews = new Array(7);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Q-Tip, DJ Green Lantern, Adrienne Bailon & More Remember Big Pun - SOHH
";
arnews[0] += "Q-Tip, DJ Green Lantern, Adrienne Bailon and more have paid homage to the late rapper Christopher \"Big Pun\" Rios on the 10th anniversary of his death. Writing via Twitter , Tip also sent his well wishes to the Rios family. \"R.I.P. BIG PUN... may god ...";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 15:48:00 GMT";
arnews[0] += "
";
arnews[1]="Access Star Sightings: January 15 – 21, 2010 - Access Hollywood
";
arnews[1] += "Sunday, January 17, in Topanga Plaza, Calif. : Britney Spears freshening up her wardrobe at American Eagle, where she bought shirts, sunglasses, tank tops, a pink bracelet and a pair of jeans. And in LA: “Lost” and “FlashForward” star Sonya ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 23:56:00 GMT";
arnews[1] += "
";
arnews[2]=""Jersey Shore" Snooki Took Nude Photos but Too "Classy" to Meet Jerry ... - Associated Content
";
arnews[2] += "There's nothing like a little competition amongst housemates and it looks like Jersey Shore's Nicole \"Snooki\" Polizzi has one-upped Jenni \"Jwoww\" Farley in the nude photo category. Radar Online has revealed that not only are there nude photos of ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 22:55:00 GMT";
arnews[2] += "
";
arnews[3]="Greg Oden Leaked Photos - A Pakistan News
";
arnews[3] += "Other celebrity nude photo scandals include Grady Sizemore, Adrienne Bailon, and Vanessa Hudgens. Many of them claim that the photos that were taken were snapped for that “someone special” for “their eyes only.” So the next time you find ...";
arnews[3] += "
Publ.Date : Sat, 30 Jan 2010 14:39:00 GMT";
arnews[3] += "
";
arnews[4]="Daily guide - Boston Globe
";
arnews[4] += "PG (1988) The Cheetah Girls One World 9:35 p.m. (DISN) The ladies (Adrienne Bailon, Sabrina Bryan, Kiely Williams) go to India to star in a Bollywood film. NR (2008) Chopper 9:45 p.m. (IFC) The violent exploits of a ruthless Australian criminal (Eric ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 21:55:00 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("