var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="widyanto duta nugroho: Spotlight On Clive Owen: Born in Coventry, West Midlands, England in October 1965, actor Clive Owen is the quin.. http://bit.ly/6COviY
";
arnews[0] += "Spotlight On Clive Owen: Born in Coventry, West Midlands, England in October 1965, actor Clive Owen is the quin..";
arnews[0] += "
";
arnews[1]="putyou: Spotlight On Clive Owen
";
arnews[1] += "Spotlight On Clive Owen -";
arnews[1] += "
";
arnews[2]="DVDTOWN.com: News: Miramax to release The Boys Are Back on DVD January 26: Clive Owen and Laura Fraser star in film abo.. http://bit.ly/8FWuB6
";
arnews[2] += "News: Miramax to release The Boys Are Back on DVD January 26: Clive Owen and Laura Fraser star in film abo..";
arnews[2] += "
";
arnews[3]="putyou: Spotlight On Clive Owen: Born in Coventry, West Midlands, England in October 1965, actor Clive Owen is the quin.. http://bit.ly/6XdsPo
";
arnews[3] += "Spotlight On Clive Owen: Born in Coventry, West Midlands, England in October 1965, actor Clive Owen is the quin..";
arnews[3] += "
";
arnews[4]="Randy Caldwell: Next on #SyFY. King Arthur. Kind of anti-suck here. Clive Owen Yay! http://www.imdb.com/title/tt0349683/
";
arnews[4] += "Next on";
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("