var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kendra's GND Bestie Not Rooting for Hank?
";
arnews[0] += "Bridget Marquardt may be one of Kendra Wilkinson 's best gal-pals, but that doesn't mean she's rooting for Hank Baskett and the Colts during this weekend's Super Bowl.";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 22:28:44 GMT";
arnews[0] += "
";
arnews[1]="Playboy's Super Saturday Night Party Returns to Pro Football's Most Important Weekend of the Year
";
arnews[1] += "Playboy's legendary Super Saturday Night party is returning, and promises to be one of the hottest tickets in town during Miami's highly-anticipated Super Bowl weekend.";
arnews[1] += "
Publ.Date : Mon, 01 Feb 2010 17:33:07 GMT";
arnews[1] += "
";
arnews[2]="Playboy's Super Saturday Night Party Returns to Pro Football's Most Important Weekend of the Year
";
arnews[2] += "CHICAGO , /PRNewswire-FirstCall/ -- Playboy's legendary Super Saturday Night party is returning, and promises to be one of the hottest tickets in town during Miami 's highly-anticipated Super Bowl weekend.";
arnews[2] += "
Publ.Date : Fri, 29 Jan 2010 23:56:18 GMT";
arnews[2] += "
";
arnews[3]="The Girls Next Door: Bridget Says Kendra Wants Another Baby
";
arnews[3] += "There may be some who think Kendra Wilkinson is finding it difficult becoming a mom, but she actually can't wait to have another kid.";
arnews[3] += "
Publ.Date : Wed, 20 Jan 2010 21:45:08 GMT";
arnews[3] += "
";
arnews[4]="Kendra 'thinking about second baby'
";
arnews[4] += "Kendra Wilkinson has already begun talking about having a second child, according to her former Girls Next Door co-star Bridget Marquardt.";
arnews[4] += "
Publ.Date : Wed, 20 Jan 2010 22:08:19 GMT";
arnews[4] += "
";
arnews[5]="Toledo promotes 20 firefighters, biggest group since budget cuts
";
arnews[5] += "For the first time since city budget cuts restricted spending, 20 Toledo firefighters climbed the ranks in the largest promotion ceremony in recent memory.";
arnews[5] += "
Publ.Date : Wed, 20 Jan 2010 16:48:16 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("