var arnews = new Array(9);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="American Idol - San Francisco Chronicle
";
arnews[0] += "AP Photo/Peter Kramer, file Simon Cowell has roped in another celebrity judge on \"American Idol\" -- actor Neil Patrick Harris. Following former panelist Paula Abdul's shock departure from the hit series... Harris is latest 'Idol' stand in Simon ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 17:22:00 GMT";
arnews[0] += "
";
arnews[1]="Simon Cowell's little-known sister on his wealth, childhood and why ... - Daily Mail
";
arnews[1] += "No one apart from friends and family would pick her out from among the shoppers on the island of Majorca. Smart, but not overdressed, the slender brunette in heels could be one of the locals who keep the ancient city of Palma ticking over once the ...";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[1] += "
";
totcount = 2;
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("