var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Informant Led Police To Lotto Winner's Body - WFTV
";
arnews[0] += "POLK COUNTY, Fla. -- A confidential informant is talking about how a Polk County woman tried to hide the murder of a lottery winner. The man says he is the one who led investigators Abraham Shakespeare's body. Gregory Todd Smith says \"DeeDee\" Moore ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 12:40:00 GMT";
arnews[0] += "
";
arnews[1]="Datanomic Opens US Subsidiary - PR Inside
";
arnews[1] += "US Director Gregory Smith can be contacted on +1 212-372-8932 or at gregory.smith@datanomic.com : mailto:gregory.smith@datanomic.com . About Datanomic Datanomic’s flagship enterprise Data Management and Compliance Screening software, dn:Director ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 11:51:00 GMT";
arnews[1] += "
";
arnews[2]="FOR THE RECORD - Fremont News-Messenger
";
arnews[2] += "Wilbur F. Bean, 43, 233 Ellis St., Bellevue, failure to appear, Friday. Timothy W. Self, 30, 606 W. Yeasting, Gibsonburg, possession of drugs-cocaine, Friday. Gregory Smith, 41, 439 Second St., Fremont, drug abuse, Friday. Kevin Allen Stout, age and ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 21:38:00 GMT";
arnews[2] += "
";
arnews[3]="Thrashers trade scoring star Ilya Kovalchuk to Devils after he turns ... - KTLA.com
";
arnews[3] += "AP Photo/Gregory Smith) ( Gregory Smith, AP / February 2, 2010) NEWARK, N.J. (AP) — Ilya Kovalchuk has been traded to the New Jersey Devils. The Atlanta Thrashers sent Kovalchuk and defenseman Anssi Salmela to the Devils on Thursday night for right ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 02:14:00 GMT";
arnews[3] += "
";
arnews[4]="Officials: Afghan avalanche kills 8, strands 100s - The Sun News
";
arnews[4] += "Gregory Smith told The Associated Press in an exclusive interview that a directive would be issued soon to set down the new rules. Nighttime raids on private homes have emerged as the Afghans' No. 1 complaint after Gen. Stanley McChrystal limited the ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 06:20:00 GMT";
arnews[4] += "
";
arnews[5]="Clippers GM Dunleavy Drops Coaching Duties - ABC News
";
arnews[5] += "AP Photo/Gregory Smith) (AP) Mike Dunleavy has stepped down as the Los Angeles Clippers' head coach, retaining his job as general manager. Assistant coach Kim Hughes will replace Dunleavy on the bench, where Dunleavy has led the Clippers to just one ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 23:51:00 GMT";
arnews[5] += "
";
arnews[6]="Niittymaki leads Lightning past Thrashers 2-1 - Seattle Post Intelligencer
";
arnews[6] += "Atlanta Thrashers center Rich Peverley, right, fights for the puck against Tampa Bay Lightning right wing Martin St. Louis (26) during the first period of an NHL hockey game at Philips Arena, Tuesday, Feb. 2, 2010, in Atlanta. (AP Photo/Gregory Smith ...";
arnews[6] += "
Publ.Date : Wed, 03 Feb 2010 02:38:00 GMT";
arnews[6] += "
";
arnews[7]="Police log: Propane tanks stolen - Fremont News-Messenger
";
arnews[7] += "n Wilbur F. Bean, 43, 233 Ellis St., Bellevue, failure to appear, Friday. n Timothy W. Self, 30, 606 W. Yeasting, Gibsonburg, possession of drugs-cocaine, Friday. n Gregory Smith, 41, 439 Second St., Fremont, drug abuse, Friday. n Kevin Allen Stout ...";
arnews[7] += "
Publ.Date : Mon, 08 Feb 2010 02:25:00 GMT";
arnews[7] += "
";
arnews[8]="Ilya Kovalchuk, NHL's leading goal scorer since 2001, could be traded ... - WHO-TV
";
arnews[8] += "AP Photo/Gregory Smith) ( Gregory Smith, AP / February 2, 2010) DULUTH, Ga. (AP) — Ilya Kovalchuk's prolific career with the Atlanta Thrashers may soon end. Atlanta general manager Don Waddell, insisting the team can't meet Kovalchuk's demands for ...";
arnews[8] += "
Publ.Date : Thu, 04 Feb 2010 22:40:00 GMT";
arnews[8] += "
";
totcount = 9;
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("