var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ducks' Getzlaf sprains left ankle
";
arnews[0] += "Ducks center Ryan Getzlaf sprained his left ankle during the second period of Anaheim's game against the Los Angeles Kings on Monday night.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 11:04:05 GMT";
arnews[0] += "
";
arnews[1]="Treasure hunt a quest for Internet fun, profit
";
arnews[1] += "Loren Anderson is the founder of SeattleTreasure.com. Anderson posts clues on the Web site and hides envelopes that contain code numbers for redeeming prizes.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 05:43:03 GMT";
arnews[1] += "
";
arnews[2]="Steve Stricker wins PGA Tour event, rises to 2nd in world ranking | Golf
";
arnews[2] += "Steve Stricker celebrates with his caddie after winning the Northern Trust Open, a PGA Tour event in Los Angeles.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 07:49:32 GMT";
arnews[2] += "
";
arnews[3]="CIT names ex-Merrill CEO Thain as chairman, CEO
";
arnews[3] += "CIT Group said Sunday it has chosen former Merrill Lynch CEO John Thain to lead the company as chairman and CEO as the commercial lender continues to restructure its business following a brief stay in bankruptcy protection last year.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 03:49:24 GMT";
arnews[3] += "
";
arnews[4]="Millsaps wins Supercross in San Diego
";
arnews[4] += "Davi Millsaps won the AMA Supercross race main event Saturday night, beating out Josh Hill and Ivan Tedesco for his first victory of the year.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 11:01:06 GMT";
arnews[4] += "
";
arnews[5]="Smith-Radish
";
arnews[5] += "Colleen Michele Smith of Memphis, TN and Ryan Gary Radish of Clarksville, TN were united in marriage on October 24, 2009, at 7:00 p.m. at St.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 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("