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]="Stacy Keibler guest stars in "How I Met Your Mother's" 100th episode
";
arnews[1] += "\"How I Met Your Mother\" has added another guest star to its 100th-episode roster.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 22:39:32 GMT";
arnews[1] += "
";
arnews[2]="Mini-Me to host Raw in Baltimore
";
arnews[2] += "Ita s official: Diminutive actor Verne Troyer, best known as Mini-Me in the Austin Powers movies, will be the guest host for Raw a week from Monday in Baltimore at 1st Mariner Arena, WWE announced it on its Web site today.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 04:45:51 GMT";
arnews[2] += "
";
arnews[3]="Edge Update, Rock.Spice Girls Songs, Stacy Keibler
";
arnews[3] += "Source: Wrestling Globe Newsletter - Edge made an appearance at the Kids Choice Awards in Australia this past weekend and was said to be moving around OK.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Couples Watch: Paris & Doug, Lindsay & Ryan
";
arnews[4] += "The heiress was swinging around, drink in hand, but Reinhardt seemed more interested in watching other clubgoers pass by.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 11:00:00 GMT";
arnews[4] += "
";
arnews[5]="Kim Kardashian gives fashion tips to fans at Westfield Culver City in LA on November 7, 2009
";
arnews[5] += "Friday, November 6, in Las Vegas: David Spade having dinner with friends including Kevin Farley, the brother of late star Chris Hulk Hogan at LAX, eating at California Pizza Kitchen while waiting for his flight.";
arnews[5] += "
Publ.Date : Fri, 06 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("