var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kendra Wilkinson Wasn't Crying Because Her Husband Sucks at Football - Actressarchives.com
";
arnews[0] += "Hank Baskett, Kendra Wilkinson , was spotted crying ... Wilkinson explained her tears via Twitter writing, \"I wasn't crying cuz of the damn game it's cuz the paparazzi have no soul...they wouldn't leave me n family alone!!!!\" Wilkinson added, \"People ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:45:00 GMT";
arnews[0] += "
";
arnews[1]="Kendra Wilkinson Explains Post-Super Bowl Tears: ‘I Wasn’t Cryin ... - Access Hollywood
";
arnews[1] += "Kendra Wilkinson was photographed in tears shortly after husband Hank Baskett’s Indianapolis Colts were defeated in Super Bowl XLIV by the New Orleans Saints on Sunday night. But the reality mom insists it wasn’t the outcome of the game that ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 23:39:00 GMT";
arnews[1] += "
";
arnews[2]="Kendra Wilkinson Shows Off Post Baby Body - Thecelebritytruth.com
";
arnews[2] += "Kendra Wilkinson has done her first full-body photo shoot following the birth of her baby boy Hank Jr. on December 10, stripping down for the cover of OK Magazine to show off her post-baby body. This website uses IntenseDebate comments , but they are ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:23:00 GMT";
arnews[2] += "
";
arnews[3]="Kendra Wilkinson: I'm Very Happy The Saints Won - Huffingtonpost.com
";
arnews[3] += "Kendra Wilkinson's husband, Colts running back Hank Baskett, dropped the ball in a flub that may have cost his team the Super Bowl. Kendra later stormed out in tears while Kim Kardashian celebrated the Saints' win with boyfriend Reggie Bush. Now ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 23:31:00 GMT";
arnews[3] += "
";
arnews[4]="Kendra Wilkinson's Husband Hank Baskett's Super Bowl Flub (PHOTOS ... - Huffingtonpost.com
";
arnews[4] += "For tabloid readers who don't follow football, the Super Bowl was a match up between reality television personalities Kim Kardashian and Kendra Wilkinson, the girlfriend of Saints star Reggie Bush and the wife of Colts player Hank Baskett. As Kim ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 22:05:00 GMT";
arnews[4] += "
";
arnews[5]="Kendra Wilkinson’s Post-Super Bowl Thoughts - Fashion
";
arnews[5] += "Even though her leading man lost, Kendra Wilkinson isn’t upset that the Saints won. The former “Girls Next Door” star came out of the stadium on Sunday with her baby son after a Saints victory against her hubby Hank Baskett’s team, and was ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 23:02: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("