var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="People on the move
";
arnews[0] += "L. Heath Sampson was named chief financial officer of Square Two Financial. SQUARETWO FINANCIAL: Appointed L. Heath Sampson as its chief financial officer.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 03:32:57 GMT";
arnews[0] += "
";
arnews[1]="Memorials: Homestead Hospice
";
arnews[1] += "Homestead Hospice, Inc. received the following memorials and donations for the months of November and December 2009.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 02:37:50 GMT";
arnews[1] += "
";
arnews[2]="Who did it better? Copper Box or Scissor Sisters?
";
arnews[2] += "Hear Coverville on KYCY 1550 AM in San Francisco every day at 2pm. For information on syndicating Coverville for your radio station, Email Coverville .";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 00:44:12 GMT";
arnews[2] += "
";
arnews[3]="Poll results: NFL vet with most promising MMA career? Schaub, Mitrione or Westbrook?
";
arnews[3] += "Thanks especially to the 10th season of \"The Ultimate Fighter 10,\" mixed martial arts has seen more than a few former NFL players make the transition from pro football to pro fighting.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 19:30:00 GMT";
arnews[3] += "
";
arnews[4]="Washington Lawmakers Push to Legalize Poker in US
";
arnews[4] += "Online poker still has a murky legal status in the United States, but representatives like Barney Frank, D-Mass, are trying to change that.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 06:30:50 GMT";
arnews[4] += "
";
arnews[5]="Nozomi Sasaki Is The Friday Night Parting Shot Girl
";
arnews[5] += "Nozomi Sasaki is a gravure idol which is like the Japanese version of a Page 3 girl, or put another way, a Keeley Hazell that can't drive.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 14:50:33 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("