var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Do you want your Justin Bieber bald or bobbed? Cast your vote
";
arnews[0] += "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[0] += "
Publ.Date : Thu, 29 Oct 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="'One Time' singer Justin Bieber romancing actress Elissa Sursara!?
";
arnews[1] += "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[1] += "
Publ.Date : Fri, 23 Oct 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Rights Revoked: On-set tensions stop Isabel
";
arnews[2] += "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[2] += "
Publ.Date : Wed, 02 Sep 2009 03:00:10 GMT";
arnews[2] += "
";
totcount = 3;
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("