var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mario Lopez Undergoes Capsule Endoscopy - Celebrity Justice
";
arnews[0] += "I had the procedure two years ago. The TV show made it look easy, and the test itself is. The tough part is the prep, which my doctor required; just like the prep for a colonoscopy! My insurance covered most of the procedure costs, but as Shannon H ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 23:24:00 GMT";
arnews[0] += "
";
arnews[1]="LA, Nike, Mario Lopez Send Pacquiao off in Style - Laist.com
";
arnews[1] += "Tonight the entire fight world turns its attention to Las Vegas, the site of the highly anticipated fight between Manny Pacquiao and Miguel Cotto. Last week, however, Pacquiao stood center stage in his adopted city of Los Angeles before a packed ...";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 01:36:00 GMT";
arnews[1] += "
";
arnews[2]="Miss New Jersey 2009 Empowers You to “Feel Great!” - Packet Online
";
arnews[2] += "Ashley Shaffer, Miss New Jersey 2009 Millstone resident Ashley Shaffer, Miss New Jersey 2009, continues her mission of motivating children and adults to adopt a healthy lifestyle to enjoy the bounty of life through her “Feel Great” Run/Walk on ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 16:02:00 GMT";
arnews[2] += "
";
arnews[3]="'Office' plotlines reflect recession anxieties - CNN
";
arnews[3] += "(CNN) -- Dunder Mifflin, the fictional paper company at the center of NBC's prime-time comedy \"The Office,\" is facing bankruptcy. Staffers in the Scranton branch are anxious about their fate. \"The Office\" is among a great many prime-time shows that ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 10:40:00 GMT";
arnews[3] += "
";
arnews[4]="Kristen Stewart Wears See-Through Dress! - Celebrity Justice
";
arnews[4] += "Kristen Stewart showed off black underwear under a sheer dress at a \"New Moon\" fan event in Madrid Thursday night. The star's flirty frock also featured strategically placed leather panels on her upper body. Madrid is the latest stop for Stewart ...";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 23:58:00 GMT";
arnews[4] += "
";
arnews[5]="LIVE: Cotto-Pacquiao WBO welterweight fight - USA Today Blogs
";
arnews[5] += "... tonight, including hip hop mogul Diddy (Sean Combs), basketball Hall of Famer Magic Johnson; actors Will Ferrell, Mark Wahlberg, Joe Pesci, Jon Seda, Mario Lopez, Mickey Rourke, Tyrese Gibson; Entourage stars Jeremy Piven and Kevin Dillon ...";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 06:15: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("