var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Wear gloves to avoid skin cancer, drivers warned - The Gaea Times
";
arnews[0] += "... approved a drug implant that protects against skin cancer. Known as Afamelanotide, it prevents the disease in fair-skinned people and lasts for two months, and avoids recurrence. Spokesperson says Melanie Griffith had surgery to remove early ...";
arnews[0] += "
Publ.Date : Mon, 18 Jan 2010 23:57:00 GMT";
arnews[0] += "
";
arnews[1]="Most on 'Bachelor' Are in Search of Fame, Not Love - TheWrap
";
arnews[1] += "Last night I watched \"The Bachelor\" on ABC. The fact that people are brave enough to go on television and search for love is fascinating to me. By fascinating, of course, I mean it’s a train wreck, and I can’t get enough. For every 15 people on ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 19:56:00 GMT";
arnews[1] += "
";
arnews[2]="Access Star Sightings: January 15 – 21, 2010 - Access Hollywood
";
arnews[2] += "Sunday, January 17, in Topanga Plaza, Calif. : Britney Spears freshening up her wardrobe at American Eagle, where she bought shirts, sunglasses, tank tops, a pink bracelet and a pair of jeans. And in LA: “Lost” and “FlashForward” star Sonya ...";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 23:56:00 GMT";
arnews[2] += "
";
arnews[3]="Saturday Nightmares: Body Double (1984) - DREAD CENTRAL.COM
";
arnews[3] += "It’s hard to imagine a world where Body Double is a Ken Widerhorn ( Return of the Living Dead part II ) film. Originally, Brian De Palma had intended to write and produce, but opted to get behind the camera when another of his projects fell through ...";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 16:04:00 GMT";
arnews[3] += "
";
arnews[4]="Tyler Over Worst Part Of Rehab - The Gaea Times
";
arnews[4] += "Rocker STEVEN TYLER has completed 30 days of “intensive sobriety treatment” in a California rehabilitation clinic after publicly acknowledging he was struggling with a painkiller addiction. The former Aerosmith star, who fell from a stage in ...";
arnews[4] += "
Publ.Date : Fri, 29 Jan 2010 13:07:00 GMT";
arnews[4] += "
";
arnews[5]="A shy chef's secret supper - Age
";
arnews[5] += "... invited nearly 20 guests and brought in a guest chef named Roberto Cortez, who has been the private cook for comedian Eddie Murphy, Microsoft co-founder Paul Allen and actors Melanie Griffith and Antonio Banderas. This bumped the price up to ...";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 12:41: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("