var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="2009 Victoria's Secret Fashion Show - The Superficial
";
arnews[0] += "OMG, I feel like I'm channeling Randal here, but if wishes came true, I'd gladly trade bodies with any of these beautiful women. The folks finding fault here? Go get a mirror or picture of your last date and, place it beside your monitor - do a quick ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:34:00 GMT";
arnews[0] += "
";
arnews[1]="Is Ugly Betty On Its Last Season? - Cinema Blend
";
arnews[1] += "Dos Santos also reports that the writers “have accepted” that the show might be coming to an end and are working on figuring out who Betty should end up with. SEMI-SPOILERS AHEAD! According to Dos Santos’ sources, the three biggest contenders ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 23:16:00 GMT";
arnews[1] += "
";
arnews[2]="Guess who is coming to Obama's dinner for Mr. Singh? - SamayLive
";
arnews[2] += "Washington: As policy wonks at the White House cook up a brief for President Barack Obama's Nov 24 summit with Prime Minister Manmohan Singh, another team is quietly rustling up plans for his first dinner with military precision. US officials have ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 07:16:00 GMT";
arnews[2] += "
";
arnews[3]="Could This Be the Last of 'Ugly Betty'? - Buddytv.com
";
arnews[3] += "Surely Shakira and Christie Brinkley's appearances would be able to raise those ratings up a bit. The writers are certainly working hard to keep Betty alive. It's like one of those operating room scenes wherein the patient's lifeline is barely there ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 23:58:00 GMT";
arnews[3] += "
";
arnews[4]="Indian Point cancer link seen - Crain's New York Business
";
arnews[4] += "Emissions from nuclear power plants may be responsible for higher than expected rates of thyroid cancer cropping up in communities near some of those facilities, according to an analysis of recently released cancer statistics. Those findings were ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 20:25:00 GMT";
arnews[4] += "
";
arnews[5]="Sharon Randall: Flu shots win out over fall colors trip - Record Searchlight
";
arnews[5] += "When my husband asked me what I wanted to do over the weekend, I thought fast. (Here's a tip: If somebody asks you what you want to do, you'd best think of something or you can end up watching 12 hours of football on TV.) \"Well,\" I said, rubbing my ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 08:07:00 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("