var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sophie, what is it that you do exactly?
";
arnews[0] += "CELEBRITY blogger Perez Hilton calls her a \"Z-list actress\". But has Sophie Monk become Australia's very own Lindsay Lohan? Both showed exceptional promise at the start of their careers Monk on the television show Popstars , which launched her girl group Bardot, and Lohan as a budding child actor and model.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 17:02:01 GMT";
arnews[0] += "
";
arnews[1]="Digg
";
arnews[1] += "November 20, 2009 How I Met Your Mother star Josh Radnor has a confession to make: After filming 99 episodes of CBS's hit sitcom, he still doesn't know who his character's future wife will be.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 03:50:41 GMT";
arnews[1] += "
";
arnews[2]="How I Met Your Mother Celebrates 100 Episodes! | Josh Radnor, Rachel Bilson
";
arnews[2] += "How I Met Your Mother star Josh Radnor has a confession to make: After filming 99 episodes of CBSa s hit sitcom, he still doesna t know who his charactera s future wife will be.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 03:50:31 GMT";
arnews[2] += "
";
arnews[3]="How I Met Your Mother: The Lorenzo Von Matterhorn
";
arnews[3] += "For too long, the Lorenzos of this world have suffered the stain inflicted on our regal name by Lorenzo \"Hot or Not\" Llamas.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 21:11:42 GMT";
arnews[3] += "
";
arnews[4]="MasterCard Hopes Facebook App Proves Priceless
";
arnews[4] += "MasterCard has called Peyton Manning's number again. This time, the Indianapolis Colts quarterback, joined by actress Alyson Hannigan from How I Met Your Mother, is plugging the new \"MasterCard Priceless Gift Finder.\" The tool, located at Priceless.com/giftfinder , helps shoppers find gifts according to price range, personality description and ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="'How I Met Your Mother': Going to the smoon
";
arnews[5] += "After a somewhat disappointing and heavy breakup episode last week, \"How I Met Your Mother\" went back to basics for \"The Playbook.\" It was a fun, mostly stand-alone episode showcasing Barney's womanizer ways.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 06:36:21 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("