var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Audrina Patridgea s Red-Hot Valentinea s Day Gift Picks
";
arnews[0] += "With Valentine's Day coming up this weekend, Audrina Patridge is making sure she gets exactly what she wants.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:37:26 GMT";
arnews[0] += "
";
arnews[1]="Link Time
";
arnews[1] += "Audrina Patridge jumped on the 2010 Super Bowl bandwagon, attending an ESPN event in Miami wearing a sexy and daring zipper-front Michelle by Michelle Mason minidress.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 17:00:14 GMT";
arnews[1] += "
";
arnews[2]="Jessica Szohr and Ed Westwick Snog Through Super Bowl
";
arnews[2] += "Following some smooches for the Super Bowl cameras and a night aboard Paul Allen's yacht, Brangelina issued a legal statement saying reports of their separation were \"false and intrusive,\" suing the News of the World newspaper for their false allegations .";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:24:56 GMT";
arnews[2] += "
";
arnews[3]="Hillzies Team Up For The Super Bowl: See The Hot Pix
";
arnews[3] += "What's the best part about Super Bowl Sunday? For bookies, bartenders and football fans, it's all about the big game .";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Did Ed Westwick and Jessica Szohr Hit It At A Super Bowl Party?
";
arnews[4] += "\"Gossip Girl\" co-stars and real-life lovers Ed Westwick and Jessica Szohr did their best to put the breakup rumors to bed at Maxim's Super Bowl party at the Raleigh in Miami.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 14:22:58 GMT";
arnews[4] += "
";
arnews[5]="Sorority Row DVD and Blu-ray Details
";
arnews[5] += "Stewart Hendler's Sorority Row remake is finally hitting DVD and Blu-ray on February 23, 2010 and we've got a look at the art and the details for you.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 08:40:38 GMT";
arnews[5] += "
";
arnews[6]="Sugar Shout Out: Surprise Your Sweetie With Red Velvet Cupcakes
";
arnews[6] += "Audrina Patridge jumped on the 2010 Super Bowl bandwagon, attending an ESPN event in Miami wearing a sexy and daring zipper-front Michelle by Michelle Mason minidress.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 07:55:00 GMT";
arnews[6] += "
";
totcount = 7;
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("