var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Alessandra Ambrosioa s Victoriaa s Secret Fashion Show Diary
";
arnews[0] += "For one week a year, Victoria's Secret Angel Alessandra Ambrosio, 28, says things get so crazy and hectic, \"I just have to find power from somewhere else to keep going!\" she laughs.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 14:45:40 GMT";
arnews[0] += "
";
arnews[1]="Schumer Shops at Costco; Pelosi Prefers East Village Caf s
";
arnews[1] += "Our hip Madam Speaker was spotted on First Avenue this week, enjoying herself at corner coffee shop Tarallucci e Vino, while Senator Schumer stocked up on groceries at the Brooklyn Costco.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:43:01 GMT";
arnews[1] += "
";
arnews[2]="Robert, Kristen, and Taylor at 'Twilight: New Moon' Premiere
";
arnews[2] += "Cinema Society, D&G & Alize Screen 'The Twilight Saga: New Moon' Landmark Sunshine Cinema and the Box.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 21:32:18 GMT";
arnews[2] += "
";
arnews[3]="Inside Gaming: Trump Withdraws Atlantic City Bid; Macau Drying Up
";
arnews[3] += "With poker at the center of our universe here at PokerNews , it's often easy to overlook everything else going on in the gaming industry.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 19:26:45 GMT";
arnews[3] += "
";
arnews[4]="'New Moon' Screening Brings Out Hip Nyc Crowd [Photo Gallery]
";
arnews[4] += "While celebrities seemed to shy away from the Los Angeles premiere of New Moon , this was not the cast at the The Twilight Saga: New Moon screening hosted by The Cinema Society & D&G in New York City .";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 18:01:33 GMT";
arnews[4] += "
";
arnews[5]="Robert Pattinson and Twilight Saga: New Moon crew sharpen their teeth for Manhattan premiere
";
arnews[5] += "It was a very seminal vampire reunion in Manhattan last night as Robert Pattinson, Kristen Stewart, and Taylor joined together for the midnight premiere of Twilight Saga: New Moon.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 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("