var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sarah Palin Speaks Out On Mammograms To Maria Menounos - Access Hollywood
";
arnews[0] += "Dish Of Salt: Josh Radnor & Lindsay Price At The 2009 Emmys “How I Met Your Mother” star Josh and “Eastwick” star Lindsay chat with AccessHollywood.com’s Laura Saltman at the Emmys. Who does Josh give a shout out to? Plus, what does Josh ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 00:34:00 GMT";
arnews[0] += "
";
arnews[1]="How I Met Your Mother’ Planning Neil Patrick Harris Show-Stopper - Access Hollywood
";
arnews[1] += "“Fans of Neil’s performance at the Emmys will enjoy the ending of the episode. It’s not a musical episode, but all of a sudden it becomes one. It’ll probably be one of the craziest things we’ve ever done on the show,” executive producer ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 GMT";
arnews[1] += "
";
arnews[2]="Bosses can spot late-for-work excuses - The Gaea Times
";
arnews[2] += "LONDON - The next time you arrive late for work, don’t start giving excuses to your boss, for a new study has found that employers don’t believe excuses for not being in on time. The study involving 1,000 employers showed that just seven per cent ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 07:44:00 GMT";
arnews[2] += "
";
totcount = 3;
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("