var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="art prize winner: American Movie --- , 2009: Caption EO returns, Jude Law throws an orange fit and Eminem Relapses 7 times Ryan Agoncillo to do another movie with wife Judy Ann http://www.moviefreeonlinedownload.com
";
arnews[0] += "American Movie --- , 2009: Caption EO returns, Jude Law throws an orange fit and Eminem Relapses 7 times Ryan Agoncillo to do another movie with wife Judy Ann";
arnews[0] += "
";
arnews[1]="Fun Games: Jude Law, Hamlet « shakespeare.com http://bit.ly/51LDCs
";
arnews[1] += "Jude Law, Hamlet « shakespeare.com";
arnews[1] += "
";
arnews[2]="Matt Porter: Jude Law and Sienna Miller are more than just friends': JUDE Law and Sienna Miller appeared to be "more than just... http://bit.ly/6Yk9S3
";
arnews[2] += "Jude Law and Sienna Miller are more than just friends': JUDE Law and Sienna Miller appeared to be \"more than just...";
arnews[2] += "
";
arnews[3]="emidujapon: Jude Law's Hamlet
";
arnews[3] += "Jude Law's Hamlet -";
arnews[3] += "
";
arnews[4]="Alison Battisby: "Sienna Miller and Jude Law's date fuelled rumours they're dating again" great caption from OK. http://ow.ly/FbVM
";
arnews[4] += "\"Sienna Miller and Jude Law's date fuelled rumours they're dating again\" great caption from OK.";
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("