var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Airlines add more holiday surcharges
";
arnews[0] += "Airlines add more surcharges for travel during holidays and other peak periods including Easter.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 09:20:33 GMT";
arnews[0] += "
";
arnews[1]="Drug firmsa tired song and dance on reform
";
arnews[1] += "IN MAKING a fool of President Obama, Big Pharma has turned itself into a poison pill of health care reform.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:30:06 GMT";
arnews[1] += "
";
arnews[2]="Stewart: Common Sense to Sell Now
";
arnews[2] += "Those who are in the market now may want to start selling, as the 'common sense system,' or buy low, sell high strategy, dictates, writes financial journalist James Stewart in SmartMoney magazine.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 05:32:15 GMT";
arnews[2] += "
";
arnews[3]="We’re All Right-Wing Bastards Now (Please pardon the old...
";
arnews[3] += "On the last day of the National Education Association's convention this summer, its outgoing general counsel, Bob Chanin, gave a speech for the ages.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:02:33 GMT";
arnews[3] += "
";
arnews[4]="Exclusive 'Season of the Witch' Trailer Premiere
";
arnews[4] += "Fandango has the exclusive Season of the Witch trailer premiere ! Coming out on March 19, 2010 and starring Nicolas Cage, Ron Perlman and Claire Foy as the witch, this definitely looks like a scary thrill ride! More By: Erik Davis on November 20, 2009 at 4:09PM Comments Well, so much for the folks who thought all those negative reviews might impact ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:26:33 GMT";
arnews[4] += "
";
arnews[5]="Poll: How Much will The Twilight Saga: New Moon Make Opening Weekend?
";
arnews[5] += "Exclusive 'Season of the Witch' Trailer Premiere! By: John Halecky on November 20, 2009 at 4:26PM Comments Fandango has the exclusive Season of the Witch trailer premiere ! Coming out on March 19, 2010 and starring Nicolas Cage, Ron Perlman and Claire Foy as the witch, this definitely looks like a scary thrill ride! More By: Erik Davis on November ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 23:51:42 GMT";
arnews[5] += "
";
arnews[6]="Forbes: World's most expensive homes
";
arnews[6] += "Last year, a 40-acre Greenwich, Conn., property with a 21,897-square-foot, 14-bedroom Jacobean manor was listed for $125 million.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 22:53:31 GMT";
arnews[6] += "
";
arnews[7]="Canada's super-rich
";
arnews[7] += "If it's true that \"money talks,\" then the bank accounts of Canada's wealthiest citizens are doing a lot of blabbing these days.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 21:25:18 GMT";
arnews[7] += "
";
arnews[8]="Traffic to be heavy on Light Up Night
";
arnews[8] += "Downtown buildings and holiday decorations won't be the only things aglow during this evening's celebration of Light Up Night.";
arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 19:31:29 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("