var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Saints Tom Benson Billion Dollar Win - Kim Kardashian Celebrates ... - National Ledger
";
arnews[0] += "New Orleans Saints owner Tom Benson is celebrating his team's Super Bowl victory over the Indianapolis Colts, and Forbes Magazine claims the big win may make the National Football League owner a billionaire. Saints Tom Benson Billion Dollar Win - Kim ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:47:00 GMT";
arnews[0] += "
";
arnews[1]="Kim Kardashian and Reggie Bush Have $100 V-Day Budget - Hollyscoop.com
";
arnews[1] += "Kim Kardashian and Reggie Bush may have millions in the bank, but they won't be spending much of it on Valentine's Day! Kim has revealed that the glamorous couple prefers to be home together rather than out on the town. \"We’re simpler. We don’t ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 00:14:00 GMT";
arnews[1] += "
";
arnews[2]="Kim Kardashian At The Super Bowl: Cheering Reggie Bush (PHOTOS) - Huffingtonpost.com
";
arnews[2] += "Kim Kardashian had a better night than fellow reality television personality Kendra Wilkinson , as her man's team won the Super Bowl. Sitting next to her mom, Kris, Kim cheered on longtime boyfriend Reggie Bush, running back for the Saints. She might ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:05:00 GMT";
arnews[2] += "
";
arnews[3]="Saints Parade in New Orleans: Will it include Kim Kardashian - photos - Gather.com
";
arnews[3] += "Kim Kardashian is going to be in the Saints Parade in New Orleans? If there would be a better time to see Kim Kardashian, fans don’t know of it. The excitement of Kim’s boyfriend Reggie Bush helping to achieve the coveted NFL championship has got ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 20:46:00 GMT";
arnews[3] += "
";
arnews[4]="Kim Kardashian's Romantic Vacay Plans on Hold - Entertainment Online
";
arnews[4] += "Even though Kim Kardashian and Reggie Bush are discussing vacation plans after his big Super Bowl win, they aren't jetting off for a getaway just yet. \"Vacation time is here @ Reggie_Bush !!! Where should we go this year? Definitely tropical!\" Kim ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 19:49:00 GMT";
arnews[4] += "
";
totcount = 5;
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("