var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The White House Grifters' Summit Scam
";
arnews[0] += "If the Republicans have one functioning brain cell in their collective craniums, they will avoid the phony health care a oesummita that B. Hussein pitched during his annoying pre-Super Bowl appearance like Keith Olbermann avoids any semblance of sanity.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:25:52 GMT";
arnews[0] += "
";
arnews[1]="Set General Fonseka free
";
arnews[1] += "If the combined forces of the opposition in Sri Lanka showed appalling political judgment in fielding retired Army general Sarath Fonseka as their presidential candidate, the government has returned the favour through an act that is as miscalculated and reckless as it is authoritarian and ugly.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:15:57 GMT";
arnews[1] += "
";
arnews[2]="Tire tracks led police to Williams
";
arnews[2] += "Tire tracks led police to Williams General Walter J. Natynczyk, Chief of the Defence Staff, Colonel Russ Williams, Wing Commander of 8 Wing/CFB Trenton, and Defence Minister Peter MacKay visit CFB Trenton on Jan.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Palin Considering 2012 Run, Defends Limbaugh's Use Of 'Retard' On Fox News Sunday
";
arnews[3] += "Palin Considering 2012 Run, Defends Limbaugh's Use Of 'Retard' On Fox News Sunday Obama's chief of staff was reported to have used the word in a private conversation and Palin demanded his resignation.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 18:18:21 GMT";
arnews[3] += "
";
arnews[4]="Fresh avalanche in Kashmir,18 armymen killed in avalanches, Tourists safe
";
arnews[4] += "Srinagar/Jammu, February 9 An Indian army Jawan killed in a fresh snow avalanche in Kupwara district of Kashmir Valley on Tuesday, a day after 17 armymen met a similar fate during a winter warfare training exercise on steep slopes of a ski resort Gulmarg on Monday.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 16:41:23 GMT";
arnews[4] += "
";
arnews[5]="Base commander's arrest prompts calls to police
";
arnews[5] += "Home : Top Stories : Base commander's arrest prompts calls to police Base commander's arrest prompts calls to police Viewer CTV News Video Shock and disbelief are the primary feelings in the community where Col Russell Williams was arrested, an area where the military plays a big role in community affairs.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 18:44:33 GMT";
arnews[5] += "
";
arnews[6]="'Miss Me Yet?' Billboard With Photo Of Bush Is Real; Not An Internet Trick
";
arnews[6] += "Internet chatter had led to speculation that it might be an urban myth -- nothing more than clever digital trickery spreading via the Web.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 16:11:07 GMT";
arnews[6] += "
";
arnews[7]="[more...]
";
arnews[7] += "Governor Schwarzenegger was Tuesday's KVML Newsmaker of the Day. Here are his words: \"Hello, this is Governor Arnold Schwarzenegger with another California Report.";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 15:12:05 GMT";
arnews[7] += "
";
totcount = 8;
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("