var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Wrong Jude Law, Hugh Jackman and Daniel Craig, three big Hollywood leading actors, are doing Broadway this season,... http://bit.ly/08i2iRt
";
arnews[0] += "Wrong Jude Law, Hugh Jackman and Daniel Craig, three big Hollywood leading actors, are doing Broadway this season,...";
arnews[0] += "
";
arnews[1]="Shirtless Daily: Hugh Jackman and his Pecs
";
arnews[1] += "Hugh Jackman and his Pecs -";
arnews[1] += "
";
arnews[2]="Matt Porter: # ukceleb Jackman 'heals long-time rift with mother': Hugh Jackman reportedly forgives his mother for .. http://bit.ly/4AIHTq
";
arnews[2] += "# ukceleb Jackman 'heals long-time rift with mother': Hugh Jackman reportedly forgives his mother for ..";
arnews[2] += "
";
arnews[3]="Zach Johnson: tonyrobbins: Then went to see our Friend Hugh Jackman in his new play "A steady Rain" with Daniel Craig (007) U must go! So intense. best acting!
";
arnews[3] += "tonyrobbins: Then went to see our Friend Hugh Jackman in his new play \"A steady Rain\" with Daniel Craig (007) U must go! So intense. best acting! -";
arnews[3] += "
";
arnews[4]="Rhonda Lane: A charity auction? Interest Hugh Jackman. He & Daniel Craig yesterday pm raised $9,000 for Bwy Cares with two bids w/shirts off their backs
";
arnews[4] += "A charity auction? Interest Hugh Jackman. He & Daniel Craig yesterday pm raised $9,000 for Bwy Cares with two bids w/shirts off their backs";
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("