var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="$10 Million Fine for Upscale Skid Row Scammers
";
arnews[0] += "A former downtown loft-dweller and his partner, found guilty in a scheme that used Skid Row residents to defraud the publicly subsidized Medicare and Medi-Cal healthcare systems must pay a $10 million fine to the federal government, under terms of a recent settlement in a civil lawsuit against them.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:56:00 GMT";
arnews[0] += "
";
arnews[1]="A Little Respect
";
arnews[1] += "G odzilla has left New York. Hideki Matsui, the man who led the New York Yankees to victory in the 2009 World Series, is starting 2010 with the Los Angeles Angels.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:29:42 GMT";
arnews[1] += "
";
arnews[2]="Independent Baseball Insider: MLB makes its call
";
arnews[2] += "With the start of spring training less than two weeks away, the gap has narrowed somewhat between one year ago and 2010 in the number of former Independent players invited to major league camps as non-roster players.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 09:02:00 GMT";
arnews[2] += "
";
arnews[3]="Scott has hopes of contributing
";
arnews[3] += "Evan Scott is expected to play a key role again this season for James Madison University's baseball team, but not right away.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Print Version
";
arnews[4] += "On their list of 100 things to do before they die, the quartet of Canadians from MTV's THE BURIED LIFE crossed off #53 in style - Start a TV Show.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:29:05 GMT";
arnews[4] += "
";
arnews[5]="Barrymore to remake 'Charlie's Angels' for small screen
";
arnews[5] += "Los Angeles Hollwyood star Drew Barrymore is making plans to bring the hit TV series 'Charlie's Angeles' back to the small screen.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 05:01:09 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("