var arnews = new Array(5);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lindsay Lohan Wants to Protect Ali Lohan - Limelife
";
arnews[0] += "Lindsay Lohan might be trying to stay positive, keep any gigs that she has, and ignore her meddling dad, but with the rumors that keep popping up, that has to be challenging at best. The floundering starlet reportedly makes her sister share her ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 16:51:00 GMT";
arnews[0] += "
";
arnews[1]="Cobain’s Daughter Eyeing New York Universities - The Gaea Times
";
arnews[1] += "Rock offspring FRANCES BEAN COBAIN is preparing a cross-country move to New York to attend university, according to U.S. reports. The daughter of Courtney Love and late Nirvana rocker Kurt Cobain is reportedly aiming to attend university in the Big ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 07:44:00 GMT";
arnews[1] += "
";
arnews[2]="Report: Michael Lohan Loves Lindsay-Like Strippers - The Hollywood Gossip
";
arnews[2] += "Hey, and at least he wasn't requesting Ali Lohan look-alikes.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 18:38:00 GMT";
arnews[2] += "
";
arnews[3]="Dakota: The Anti-Lohan! - AhlanLive.com
";
arnews[3] += "Just ask the parents of Dakota Fanning. Currently being lauded for her portrayal of the evil Volturi member Jane in New ... So, how and why is 15-year-old Dakota such a cool teen, when the likes of Ali Lohan and Frances Bean Cobain come across as ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 22:32:00 GMT";
arnews[3] += "
";
totcount = 4;
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("