var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="mike donovin: Hey Bo Derek- here's a big shout out for you...Happy Birthday to YOU! 11/20
";
arnews[0] += "Hey Bo Derek- here's a big shout out for you...Happy Birthday to YOU! 11/20";
arnews[0] += "
";
arnews[1]="mike donovin: Hey Bo Derek- here's a big shout out for you...Happy Birthday to YOU! 11/20
";
arnews[1] += "Hey Bo Derek- here's a big shout out for you...Happy Birthday to YOU! 11/20";
arnews[1] += "
";
arnews[2]="Cherie Taylor: I'm expecting one of these tweets for my bday. RT @w2scott: Happy Birthday to film actress and model, the gorgeous Bo Derek:
";
arnews[2] += "I'm expecting one of these tweets for my bday. RT @";
arnews[2] += "
";
arnews[3]="Botox-free, Bo Derek says her photos scare her: Photo: Bo Derek a year ago, shortly before her 52nd birthday. (Gett... http://bit.ly/7s7UNw
";
arnews[3] += "Botox-free, Bo Derek says her photos scare her: Photo: Bo Derek a year ago, shortly before her 52nd birthday. (Gett...";
arnews[3] += "
";
arnews[4]="Adler Moore: Whoever Said Money Can't Buy Happiness Simply Didn't Know Where To Go Shopping. - Bo Derek
";
arnews[4] += "Whoever Said Money Can't Buy Happiness Simply Didn't Know Where To Go Shopping. - Bo Derek";
arnews[4] += "
";
totcount = 5;
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("