var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sadie Frost to reveal all on Jude Law
";
arnews[0] += "Sadie Frost is to reveal \"everything\" about her relationship with Jude Law in an autobiography.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Sadie Frost to lift lid on Law
";
arnews[1] += "Sadie Frost is to reveal \"everything\" about her relationship with Jude Law in an autobiography.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 23:00:00 GMT";
arnews[1] += "
";
arnews[2]="Adam Lambert: Out Magazine Can Eat Shit + Die
";
arnews[2] += "Adam Lambert already told Out magazine editor Aaron Hicklin to \"chill.\" To chill! HAHAHA.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 19:57:02 GMT";
arnews[2] += "
";
arnews[3]="Sadie Frost - Sadie Frost to Lift Lid on Law
";
arnews[3] += "Sadie Frost is penning an autobiography which will reveal ''everything'' about her marriage to Jude Law and her relationship with her first husband, Spandau Ballet singer Gary Kemp.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 14:07:09 GMT";
arnews[3] += "
";
arnews[4]="Uganda House X390 (Fair Use) | Advocate.Com
";
arnews[4] += "About 40 people caused a scene at Uganda's United Nations mission in New York on Thursday to protest an antigay law being considered in the African nation.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 23:43:03 GMT";
arnews[4] += "
";
arnews[5]="Jerry Brown Meg Whitman X390 (Getty) | Advocate.Com
";
arnews[5] += "State Attorney General Jerry Brown and business woman Meg Whitman are neck-and-neck as the race for California's governorship heats up, according to a poll released Thursday.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 23:40:24 GMT";
arnews[5] += "
";
arnews[6]="Your weekly sample sale update, part one
";
arnews[6] += "Posted in Own This City , Shopping by Rachel LeWinter on November 19th, 2009 at 2:41 pm Steven Alan Line up for scads of stylish garb and accessories at this hip chainlet's legendary bargainfest.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 22:57:01 GMT";
arnews[6] += "
";
arnews[7]="Now available at a Redbox near you: 'G.I. Joe: The Rise of Cobra'
";
arnews[7] += "Synopsis: The movie is based off of the popular \"G.I. Joe: A Real American Hero\" toy franchise and is directed by Stephen Sommers, the mastermind behind the wildly popular \"The Mummy\" trilogy.";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 18:34:18 GMT";
arnews[7] += "
";
totcount = 8;
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("