var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="27th Paris Bercy Supercross - Night 1 - Stewart on top - SuperCross.com
";
arnews[0] += "The first night of the 27th Supercross of Paris Bercy has AMA Supercross Series Champion James Stewart winning, followed by another American, Justin Brayton. Justin is now riding for the Yamaha Joe Gibb Racing Team as well. James Stewart said \"The ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:59:00 GMT";
arnews[0] += "
";
arnews[1]="James Stewart's 2009 Supercross Championship Presentation - SuperCross.com
";
arnews[1] += "It was a secret. James Stewart didn't even know. But Yamaha had planned a special day at their USA corporate headquarters for the new 2009 Supercross Champion James Stewart. The staff of Yamaha assembled outside, ready to see James, and award him ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:06:00 GMT";
arnews[1] += "
";
arnews[2]="James Stewart Wall Poster 2008 - SupercrossKING
";
arnews[2] += "James Stewart Wall Poster 2008 Hi-Resolution UV ink prints on 15 pt. calendared vinyl, die-cut with adhesive wall mounting tabs and mounting instructions. Not a big sticker. Easily repositioned or removed without damage. Dimensions: 58\"T x 40\" W Tall";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 17:36:00 GMT";
arnews[2] += "
";
arnews[3]="Religious iconography reveals lives past - Danbury News-Times
";
arnews[3] += "JACKSON, Miss. (AP) — Skulls, skeletons and coffins sound like spooky Halloween imagery, but to inhabitants of 17th and 18th century America, they were symbols of mortality. Frequently carved on tombstones, they represented the imminence of death ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 15:55:00 GMT";
arnews[3] += "
";
arnews[4]="Point Pleasant Beach man arrested for burglaries - Asbury Park Press
";
arnews[4] += "BRIELLE — Police arrested an Ocean County man, who they say burglarized three borough homes. On Thursday, police arrested Jason M. Pascale, 29, of Point Pleasant Beach, and charged him with three counts each of burglary, theft, and criminal ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 05:19:00 GMT";
arnews[4] += "
";
arnews[5]="Chris Augdahl - Bleacherreport.com
";
arnews[5] += "Probably the #1 Lion Fan in all of West Michigan. In my home is the Lions Wall of Fame or Shame whatever you want to call it, with a James Stewart beany bear, a Mooch bobble head, a Kevin Jones signed 8x10 framed picture as well as many other items ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 14:25: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("