var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Henman, Federer and Williams Advance at Wimbledon
";
arnews[0] += "Andy Roddick, Amelie Mauresmo and Jennifer Capriati also won in straight sets to move comfortably into Wimbledon's second week.";
arnews[0] += "
";
arnews[1]="Palestinians Blow Up Israeli Army Post in Gaza
";
arnews[1] += "JERUSALEM (Reuters) - Israel's Magen David Adom ambulance service revised its casualty toll from an attack on Sunday against an Israeli army post in t...";
arnews[1] += "
";
arnews[2]="Contreras Strikes Out 10 in Win Over Mets
";
arnews[2] += "Making his first start since his wife and children defected from Cuba last week, José Contreras struck out a career-high 10 in six shutout inning...";
arnews[2] += "
";
arnews[3]="Despite an Act of Leniency, China Has Its Eye on the Web
";
arnews[3] += "Many among China's rapidly growing group of Internet commentators are warning that the government is quietly tightening controls.";
arnews[3] += "
";
arnews[4]="Aides Say Memo Backed Coercion for Qaeda Cases
";
arnews[4] += "A Justice Department memo helped provide an after-the-fact rationale for harsh methods used by the C.I.A. on Qaeda leaders.";
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]);
}
document.write("