var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Global warming alarmists exposed?
";
arnews[0] += "If you own any shares in alternative energy companies I should start dumping them NOW.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 22:15:58 GMT";
arnews[0] += "
";
arnews[1]="Music: INTERVIEW Jake Shillingford of My Life Story
";
arnews[1] += "THEY helped kick-start brit-pop, counted Morrissey as one of their biggest fans and played on the main stage at Glastonbury, but after three cult albums, My Life Story split up in 2000.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 12:27:00 GMT";
arnews[1] += "
";
arnews[2]="Fox News: Inflating Palin's crowds?
";
arnews[2] += "Fox gets caught showing the wrong video -- again. Innocent mistake, or conservative bias? Bridget Hemingway waits in line with a Sarah Palin cut out at a book signing for Sarah Palin's 'Going Rogue'. Best opinion: Crooks and Liars, Hot Air, Talking Points Memo Fox News this week aired old footage during a report on Sarah Palin's book tour.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Wait, ad-agency CEOs have stylists, too?
";
arnews[3] += "Perhaps I'm naive, but I always thought that only Hollywood celebrities had stylists.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 18:19:55 GMT";
arnews[3] += "
";
arnews[4]="Using Mint.Com To Manage Personal Finances
";
arnews[4] += "Trouble with your monthly budget? Need to visualize your financial investments? Described by Wikipedia as a \"free web-based personal financial management service,\" Mint.com is a tool to keep track of your money and cash flow.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 19:30:12 GMT";
arnews[4] += "
";
totcount = 5;
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("