var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Adrienne Bailon Vegas Vixen
";
arnews[0] += "Either way, I think she's pretty :3 From her wiki: In November 2008, nude photographs of Bailon ended up circulating over the Internet, taken for Kardashian on a laptop computer which Bailon has said was stolen while she was coming off a flight at New York's JFK Airport.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:27:46 GMT";
arnews[0] += "
";
arnews[1]="Heidi Klum wows crowd at Victoria's Secret show
";
arnews[1] += "Actress Michelle Trachtenberg attends the 2009 Victoria's Secret fashion show in New York, on Thursday, Nov.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 15:37:28 GMT";
arnews[1] += "
";
arnews[2]="Amber Rose Attends Fabolous' Birthday Party Without Kanye
";
arnews[2] += "Guests included Jay-Z, Sean \"Diddy\" Combs, Rick Ross, Adrienne Bailon and L.A. Reid.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 17:11:19 GMT";
arnews[2] += "
";
arnews[3]="Leighton Meester thinks she's gaga
";
arnews[3] += "Uhm, did Dorota pick up the wrong dry cleaning? In a complete departure from her buttoned-up Blair Waldorf character, Leighton Meester let loose last night when she performed at the American Eagle Times Square Store.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 14:02:11 GMT";
arnews[3] += "
";
arnews[4]="Leighton Meester Looks Lovely In Black Leather
";
arnews[4] += "The actress recently posed for a sexy photoshoot with her TV co-star, Ed Westwick and now, she's seen here, stepping out at the American Eagle Outfitters' Time Square store grand opening in a revealing black leather dress .";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 23:02:23 GMT";
arnews[4] += "
";
arnews[5]="Telefunken CineMics Land at Germano Studios
";
arnews[5] += "Germano Studios has purchased two Telefunken Elektroakustik large diaphragm tube CineMics.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 21:11:26 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("