var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Amanda Peet to appear on How I Met Your Mother
";
arnews[0] += "Amanda Peet is set to guest-star on How I Met Your Mother , TVGuide.com has confirmed.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:42:26 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]="Rachel and Amber Are Two Designing Women
";
arnews[3] += "Rachel Bilson lent her support to a fellow celebrity designer last night, turning out to attend the launch of Amber Valletta for Monrow at Ron Herman in LA.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 22:30:59 GMT";
arnews[3] += "
";
arnews[4]="'New York, I Love You' has lovely moments
";
arnews[4] += "In 'New York, I Love You,' short stories seem to end just as they're beginning. For transcendence, look closely.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 20:32:19 GMT";
arnews[4] += "
";
arnews[5]="Prugo's Lawyer: You Gotta Keep 'Em Separated
";
arnews[5] += "It's all fun and games until someone gets outed as a rat -- so the lawyer for Hollywood Hills Burglar Bunch suspect Nick Prugo wants his client kept far, far away from the people he snitched on.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 08:00: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("