var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Hello: watch tv on pc George Clooney gives his co-star dating advice: Ladies' man George Clooney isn't short on romance poi... http://bit.ly/UnL5M
";
arnews[0] += "watch tv on pc George Clooney gives his co-star dating advice: Ladies' man George Clooney isn't short on romance poi...";
arnews[0] += "
";
arnews[1]="Chris Bydemand: George Clooney gives his co-star dating advice: Ladies' man George Clooney isn't short on romance pointers -- e.. http://bit.ly/7ioi6q
";
arnews[1] += "George Clooney gives his co-star dating advice: Ladies' man George Clooney isn't short on romance pointers -- e..";
arnews[1] += "
";
arnews[2]="Brookeplus7: George Clooney gives his co-star dating advice - CNN
";
arnews[2] += "George Clooney gives his co-star dating advice - CNN -";
arnews[2] += "
";
arnews[3]="ujmdn: George Clooney gives his co-star dating advice - CNN
";
arnews[3] += "George Clooney gives his co-star dating advice - CNN -";
arnews[3] += "
";
arnews[4]="Bill Austin: Bill George Clooney gives his co-star dating advice http://bit.ly/4qC7LO.
";
arnews[4] += "George Clooney gives his co-star dating advice";
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("