var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Todays celeb birthdays include, Linda Tripp, Katherine Heigl, Dale Carnegie, Scott Joplin and Bat Masterson. http://hubpages.com/t/5b20c
";
arnews[0] += "Todays celeb birthdays include, Linda Tripp, Katherine Heigl, Dale Carnegie, Scott Joplin and Bat Masterson.";
arnews[0] += "
";
arnews[1]="Greys Gabble: Just Posted: Happy Birthday Katherine Heigl! http://awe.sm/18WMz
";
arnews[1] += "Just Posted: Happy Birthday Katherine Heigl!";
arnews[1] += "
";
arnews[2]="Danity Donnaly: Celebrity VIP Lounge Birthday Bitches Katherine Heigl Turns 31
";
arnews[2] += "Celebrity VIP Lounge Birthday Bitches Katherine Heigl Turns 31 -";
arnews[2] += "
";
arnews[3]="RT @InStyle: Happy birthday Katherine Heigl! http://ow.ly/BsDN
";
arnews[3] += "RT @InStyle: Happy birthday Katherine Heigl!";
arnews[3] += "
";
arnews[4]="happy birthday my twins RT @AnnisaOrnella: RT @InStyle: Happy birthday Katherine Heigl! http://ow.ly/BsDN
";
arnews[4] += "happy birthday my twins RT @AnnisaOrnella: RT @InStyle: Happy birthday Katherine Heigl!";
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("