var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="James Blake - Channel 4 News
";
arnews[0] += "James Blake is a reporter for Channel 4 News, where he covers the main stories of the day with special emphasis on education, home affairs and extremism. James has been a reporter since September 2006. Since then he has exposed the lack of state ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:33:00 GMT";
arnews[0] += "
";
arnews[1]="Andy Roddick fires shots at James Blake's backside - YAHOO!
";
arnews[1] += "During a practice session for next week's Australian Open, James Blake lost a bet to Andy Roddick . To settle up, Blake and some of his crew had to stand at the other end of the court, turn around and wait for Roddick to fire a shot at their ...";
arnews[1] += "
Publ.Date : Thu, 14 Jan 2010 22:36:00 GMT";
arnews[1] += "
";
arnews[2]="US Open Tennis Tickets - Tennis-X.com
";
arnews[2] += "It's the final Grand Slam of the tennis year, and arguably the biggest and the best. The 2009 US Open in Flushing Meadow, NY, just outside of New York City is the No. 1 place for tennis in North America. With over 250 of the best players in the world ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:33:00 GMT";
arnews[2] += "
";
arnews[3]="Davydenko can bounce back to winning ways;ABN AMRO - FOXSports.com
";
arnews[3] += "NIKOLAY DAVYDENKO and Novak Djokovic head a quality field in Rotterdam this week and the Russian looks the bet to prevail at 5-2, writes Scott Samuels. Davydenko has looked much improved in recent months after winning in Shanghai and London and will ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 08:23:00 GMT";
arnews[3] += "
";
arnews[4]="Americans optimistic about Davis Cup despite absence of Roddick, Blake - The Gaea Times
";
arnews[4] += "MELBOURNE, Australia — John Isner is confident the United States can perform well in the Davis Cup this year despite the absence of No. 7 Andy Roddick and No. 45 James Blake. “We’ll be underdogs, but I think we could have a shot,” said Isner ...";
arnews[4] += "
Publ.Date : Mon, 18 Jan 2010 23:57:00 GMT";
arnews[4] += "
";
arnews[5]="Rotterdam: There's no defending champion, but Novak Djokovic and ... - Oregonian
";
arnews[5] += "Also in the mix: Robin Soderling, Gael Monfils, Marcos Baghdatis, Ivan Ljubicic and James Blake, all first-rate indoor players looking for breakthroughs or last chances.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 12:18:00 GMT";
arnews[5] += "
";
arnews[6]="Top-seed Cilic beats Koellerer 6-2, 6-1 to reach quarterfinals at ... - The Gaea Times
";
arnews[6] += "ZAGREB, Croatia — Defending champion Marin Cilic cruised into the quarterfinals of the Zagreb Indoors on Thursday by defeating Daniel Koellerer of Austria 6-2, 6-1. The top-seeded Croat dropped only seven points on serve. After two matches at the ...";
arnews[6] += "
Publ.Date : Wed, 03 Feb 2010 23:52:00 GMT";
arnews[6] += "
";
totcount = 7;
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("