var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Page 2: Jerry Rice, Antarctic booze and Snooki
";
arnews[0] += "Best way to get even: To forget. Best use of adrenaline: Dwight Freeney. Best endorsement for beer: It might be good for your bones .";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:21:25 GMT";
arnews[0] += "
";
arnews[1]="Kevin Federline 'would definitely' do 'Dancing W/ the Stars'
";
arnews[1] += "Kevin Federline told Ryan Seacrest on his radio show Monday that hewould love to be on DWTS.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 20:14:29 GMT";
arnews[1] += "
";
arnews[2]="'K-Fat' No More?
";
arnews[2] += "Fed doesn't want to be K-Fat any longer. After months of anticipation, the former backup dancer and ex-Mr. Britney Spears made his debut on the new season of Vh1's \"Celebrity Fit Club.\" K-Fed will compete with seven other \"celebrities\" willing to exchange their pride for a monetary prize.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 20:00:10 GMT";
arnews[2] += "
";
arnews[3]="Central Subway Ground Broken
";
arnews[3] += "BOS President David Chiu With a heavy dose of coffee, free muffins and hat tips to Nancy Pelosi, the Central Subway officially broke ground today.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:28:32 GMT";
arnews[3] += "
";
arnews[4]="Watch a preview of VH1's new season of Celebrity Fit Club: Bootcamp
";
arnews[4] += "February 9, 2010 - VH1's reality fitness show, Celebrity Fit Club premiered last night.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="4ie6
";
arnews[5] += "It takes a lot of guts to pose in just a pair of skimpy camouflage underwear -- but that's exactly what Kevin Federline did for his first appearance on VH1's \"Celebrity Fit Club: Boot Camp .\" A 232-pound Federleezy took the \"before\" pics for his stint on the reality show -- in which he hoped to shed 30 lbs.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 19:09:21 GMT";
arnews[5] += "
";
arnews[6]="K-Fed Goes Commando for Weight Loss Show
";
arnews[6] += "It takes a lot of guts to pose in just a pair of skimpy camouflage underwear -- but that's exactly what Kevin Federline did for his first appearance on VH1's \"Celebrity Fit Club: Boot Camp .\" A 232-pound Federleezy took the \"before\" pics for his stint on the reality show -- in which he hoped to shed 30 lbs.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 19:09:13 GMT";
arnews[6] += "
";
totcount = 7;
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("