var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="X Games nominees for Best Action Sports Athletes: two Olympians ... - SuperCross.com
";
arnews[0] += "Eight of the top performers from the X Games and Winter X Games are nominated for the17th annual ESPYs, which will be televised on ESPN Sunday, July 19, at 9 p.m. ET. The 2009 ESPYs co-presented by Under Armour and Land Rover and hosted by Samuel L ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:06:00 GMT";
arnews[0] += "
";
arnews[1]="Doctors 'outraged' over mammogram recommendations - Stamford Advocate
";
arnews[1] += "Sarah Burke, of New Canaan, was diagnosed with breast cancer after an annual mammogram when she was 42. She had no family history of the disease, and drastic measures were needed to make Burke, now 47, cancer-free. \"It is counterintuitive to limit ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 02:51:00 GMT";
arnews[1] += "
";
arnews[2]="Bishop's Castle District News (From Ludlow Advertiser) - This is Ludlow
";
arnews[2] += "CARNIVAL HAS NEW CHAIRMAN - Bishop’s Castle Carnival committee held its AGM and the following committee members were elected: Ann Williams - chair, Will Oakley - vice-chair, Sarah Burke - secretary and Joan Grant - treasurer. Anthony Jones stepped ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 10:42:00 GMT";
arnews[2] += "
";
arnews[3]="Michelle Parker: Nothing Can Keep This Girl Down - Freeskier Magazine
";
arnews[3] += "I have Michelle Parker pinned to the table by her shoulders. Her green eyes are transfixed on the ceiling. Maybe even looking straight through it. Our physical therapist, Ladd, grasps Michelle’s right ankle. Her repaired knee has already been bent ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 03:47:00 GMT";
arnews[3] += "
";
totcount = 4;
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("