var arnews = new Array(9);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Caught! James Franco Makes Elevator Friend - Entertainment Online
";
arnews[0] += "Selma Blair , more focused on mingling with her delish food at Café Med on Sunset Blvd. Blair, looking très chic in black Chanel sunglasses and a black striped shirt, was dining with someone who possibly resembled her mother. Reese Witherspoon 's ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 23:30:00 GMT";
arnews[0] += "
";
arnews[1]="Madonna, Britney smooch voted kiss of the decade - The Gaea Times
";
arnews[1] += "LONDON - Pop divas Madonna and Britney Spear’s infamous smooch at the MTV Video Music Awards 2003 has been voted the top kiss of the decade. The two superstars made headlines around the world after they puckered up at the annual ceremony and ...";
arnews[1] += "
Publ.Date : Thu, 28 Jan 2010 13:01:00 GMT";
arnews[1] += "
";
arnews[2]="Movie Review: Hellboy 2: The Golden Army - Associated Content
";
arnews[2] += "Summing up Hellboy 2: The Golden Army is pretty easy. It's everything that the first movie was, only more so. More creatures, more weirdos, more action, more humor, just more of everything but thankfully not in an overloaded way. In other words, if ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 00:52:00 GMT";
arnews[2] += "
";
arnews[3]="Raiders of the Lost Ark’ voted best action movie - The Gaea Times
";
arnews[3] += "Gellar-Blair lip lock voted best lesbian kiss August 5th, 2009 LONDON - The lip lock between actresses Sarah Michelle Gellar and Selma Blair in the movie \"Cruel Intentions\" was voted the best lesbian kiss of all time in a poll conducted by a movie ...";
arnews[3] += "
Publ.Date : Fri, 29 Jan 2010 13:07:00 GMT";
arnews[3] += "
";
arnews[4]="Jimmy Fowler - Fort Worth Weekly
";
arnews[4] += "Ullman plays Sylvia Stickles, a sexually frigid woman whose daughter Caprice (Selma Blair) performs under the name “Ursula Udders” at biker bars ... You were convicted of nude loitering, nude and disorderly conduct, nude drunken driving ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 06:06: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("