var arnews = new Array(9);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kandee Johnson's Hollywood support: Elissa Sursara claims charges are 'ridiculous'
";
arnews[0] += "Johnson was charged by police after they were called to her Saratoga Springs home following complaints that children had been playing with fire.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Do you want your Justin Bieber bald or bobbed? Cast your vote
";
arnews[1] += "Bald or bobbed? Pick your favorite Justin do! FanPop It's no secret 15-year-old Justin Bieber is a bonafide celebrity, with teenage girls around the world swooning for the brown eyed heart throb.";
arnews[1] += "
Publ.Date : Thu, 29 Oct 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="'One Time' singer Justin Bieber romancing actress Elissa Sursara!?
";
arnews[2] += "Put your hands on your heart, ladies. This one is gonna hurt! Teen idol Justin Bieber sparked rumors of a new girlfriend this month when pool-side photos of the popstar with dancer Jaquelle emerged online, but something tells us the burgeoning womanizer is attempting to juggle his women, and may be trying to attract a cougar! The 15-year-old ...";
arnews[2] += "
Publ.Date : Fri, 23 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Rights Revoked: On-set tensions stop Isabel
";
arnews[3] += "ISABEL Lucas has reportedly pulled out of an animal rights documentary after she refused to be on the screen with her former friend and housemate, Brazilian star Elissa Sursara.";
arnews[3] += "
Publ.Date : Wed, 02 Sep 2009 03:00:10 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("