var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="This Economy: Offering investing to a wider market
";
arnews[0] += "Small investors last year put $100 million into a new Philadelphia fund that buys pieces of loans owed by highly leveraged private companies.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 09:42:11 GMT";
arnews[0] += "
";
arnews[1]="that guy
";
arnews[1] += "Tue., May. 5, 2009 11:26 AM PDT by Natasha Vargas-Cooper You guys! There's only three weeks left till the American Idol finale! Which means there's only three more weeks until Adam Lambert is our country's first, um, truly fabulous Idol! After seven seasons, we all know that it doesn't really matter who wins - just as long as they make it to the ...";
arnews[1] += "
Publ.Date : Tue, 05 May 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Singing River Hospital announces December 2009 Births
";
arnews[2] += "Ayden Stafford DeLancey was born on Dec. 1, 2009, to Mr. and Mrs. Shane Stafford DeLancey of Biloxi.";
arnews[2] += "
Publ.Date : Sun, 17 Jan 2010 12:39:37 GMT";
arnews[2] += "
";
arnews[3]="Lots of rejects, a few good singers
";
arnews[3] += "Idol is in the ATL! The producers came to the Georgia Dome in June and the W Hotel in Midtown in September.";
arnews[3] += "
Publ.Date : Wed, 13 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Holidays on Earth Today: January 11, 2010
";
arnews[4] += "Keep away from smoking.. it's hazardous! Credit: Michal Zacharzewski sxc.hu/mzacha Holidays are such an important part of each countries tradition along with supporting its culture.";
arnews[4] += "
Publ.Date : Mon, 11 Jan 2010 12:21:43 GMT";
arnews[4] += "
";
arnews[5]="Lambert perfect choice for Canada in 2010
";
arnews[5] += "In all fairness to the reporter, he was only anticipating a question he was certain his boss would want asked: Could there be some backlash, in a western Canadian host city of the Winter Olympic Games, to a female, short-track speed skating Quebecer being named our 2010 Olympic team's chef de mission? Mike Chambers, the Canadian Olympic Committee ...";
arnews[5] += "
Publ.Date : Tue, 11 Dec 2007 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="League joins BU in concussion study
";
arnews[6] += "The NFL announced yesterday it is partnering with Boston University brain researchers who have been critical of the league's stance on concussions.";
arnews[6] += "
Publ.Date : Mon, 21 Dec 2009 13:00:58 GMT";
arnews[6] += "
";
totcount = 7;
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("