var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Salem Common curfew contemplated - Salem News
";
arnews[0] += "A City Council subcommittee last night debated whether to essentially close Salem Common after 10 p.m. to discourage loitering and vandalism. But opponents argued it would unintentionally turn late-night dog walkers into trespassers. Councilors ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:05:00 GMT";
arnews[0] += "
";
arnews[1]="GameFly Files For IPO Of Up To $50 Mln Of Common Stock - RTT News
";
arnews[1] += "(RTTNews) - Los Angeles, California-based GameFly, Inc., in a filing with the U.S. Securities and Exchange Commission, filed its intention to go public with planned initial public offering of up to $50 million shares of its common stock. GameFly is ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:41:00 GMT";
arnews[1] += "
";
arnews[2]="A common cholesterol drug fights cataracts, too - PhysOrg
";
arnews[2] += "Statins, a class of drugs used to lower cholesterol levels, have been successfully fighting heart disease for years. A new study from Tel Aviv University has now found that the same drugs cut the risks of cataracts in men by almost 40%. \"Doctors have ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 11:55:00 GMT";
arnews[2] += "
";
arnews[3]="Develop common ground with hard-to-please dad - Toronto Star
";
arnews[3] += "Q: When my parents divorced, I stayed with my mom and stepdad, but moved to live with my father, in this country, as a teenager. He controlled my every move. I love him but I can't communicate with him. He's an authoritarian, critical, self-made man ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 09:32:00 GMT";
arnews[3] += "
";
arnews[4]="Is a no-symptom pancreatitis diagnosis common? - San Francisco Chronicle
";
arnews[4] += "I'm very strict about his diet - I never feed him people food and watch him carefully when we go for walks. What could be causing his levels to soar? Is it common to have pancreatitis without symptoms? A: Pancreatitis refers to inflammation of the ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 08:06:00 GMT";
arnews[4] += "
";
arnews[5]="Mark Cook: Snow surprises us, but deluges are common - Nashville Tennessean
";
arnews[5] += "Some of our Northern friends scoffed at us during the recent snowfall, despite the fact that snow events of that magnitude are relatively rare here. What is common this time of year is heavy rain, like we have been getting for the past week and ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 08:06:00 GMT";
arnews[5] += "
";
arnews[6]="Can Amazon find common ground with publishers? - MENAFN
";
arnews[6] += "SAN FRANCISCO (MarketWatch) -- Since Amazon.com debuted its first Kindle e-book reader late in 2007, the reaction within the book industry has been some mix of welcome and scorn. Welcome because of the potential to tap an entirely new market ...";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 09:32:00 GMT";
arnews[6] += "
";
arnews[7]="Atrial fibrillation more common among competition skiers - News-Medical.Net
";
arnews[7] += "Next month, in the Norwegian town of Rena, 12,000 elite cross-country skiers will line up for this year's Birkebeiner ski marathon, an annual endurance race which will take them through 54 kilometres of snow-covered countryside to the winter sports ...";
arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 07:59:00 GMT";
arnews[7] += "
";
arnews[8]="Lousy efforts have been too common - ESPN.com
";
arnews[8] += "DENVER -- This looked like a lopsided loss the day the schedule was announced. Teams just don't win in the Pepsi Center after playing the previous night on the West coast. The Denver Nuggets have now won 22 of 23 games in which their opponents were ...";
arnews[8] += "
Publ.Date : Wed, 10 Feb 2010 06:19: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("