var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="OPERA: Te Kanawa's 'farewell'
";
arnews[0] += "Renowned soprano Kiri Te Kanawa's Saturday-evening recital at the Kennedy Center Concert Hall was billed as her \"farewell\" appearance in Washington.";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 12:37:05 GMT";
arnews[0] += "
";
arnews[1]="Local Roundup -- Published Nov. 12, 2009
";
arnews[1] += "Gaby Mantillato scored seven goals to lead Johansen of Modesto to a 10-5 win over St.";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 07:37:00 GMT";
arnews[1] += "
";
arnews[2]="Boris Johnson under pressure to reinstate regular press conferences
";
arnews[2] += "Mayor of London promised during election campaign to introduce more transparent and accountable regime Boris Johnson on 3 November 2009.";
arnews[2] += "
Publ.Date : Mon, 09 Nov 2009 17:47:51 GMT";
arnews[2] += "
";
arnews[3]="China's new and old set early pace at worlds
";
arnews[3] += "Holders China set the early pace in qualifying at the world championships on Saturday, using a spectacular array of skill from newcomers and champions to build a convincing team lead.";
arnews[3] += "
Publ.Date : Sat, 01 Sep 2007 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="The circus comes to town
";
arnews[4] += "The circus is coming to town Wednesday. From elephants to clowns to flying trapeze artists, Carson & Barnes Circus will have it all displayed under the big top at the Lamar County Fairgrounds.";
arnews[4] += "
Publ.Date : Tue, 20 Oct 2009 19:29:47 GMT";
arnews[4] += "
";
arnews[5]="The circus comes to town
";
arnews[5] += "The circus is coming to town Wednesday. From elephants to clowns to flying trapeze artists, Carson & Barnes Circus will have it all displayed under the big top at the Lamar County Fairgrounds.";
arnews[5] += "
Publ.Date : Tue, 20 Oct 2009 19:29:47 GMT";
arnews[5] += "
";
totcount = 6;
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("