var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Anderton ‘harassment’ Case Heads To Court - The Gaea Times
";
arnews[0] += "A man accused of harassing British model SOPHIE ANDERTON is set to stand trial after cops caught him phoning her while she was in a police station reporting him. The troubled reality TV star alleges Paul Davis has been bombarding her with text ...";
arnews[0] += "
Publ.Date : Tue, 26 Jan 2010 03:02:00 GMT";
arnews[0] += "
";
arnews[1]="Baldwin’s Drug Abuse ‘triggered By Dad’s Death’ - The Gaea Times
";
arnews[1] += "STEPHEN BALDWIN’s sister ELIZABETH is convinced the actor’s descent into drug abuse was triggered by their father’s death. The Usual Suspects star’s dad Alexander passed away in 1983 after a battle with lung cancer and the tragedy hit Baldwin ...";
arnews[1] += "
Publ.Date : Tue, 19 Jan 2010 09:51:00 GMT";
arnews[1] += "
";
totcount = 2;
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("