var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="WINTER OLYMPICS: Rookard going for gold in Vancouver - News-Herald
";
arnews[0] += "Jilleanne Rookard will represent the United States in several speed skating events this month in Vancouver. For someone who spends so much time using her feet, it’s quite a surprise that Jilleanne Rookard doesn’t find much joy in running. But ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:10:00 GMT";
arnews[0] += "
";
arnews[1]="Favre's absence left Super Bowl poorer - Palm Beach Interactive
";
arnews[1] += "The Super Bowl has come and gone, and I must admit: I'm disappointed. But I felt that way long before the opening kickoff — and it had nothing to do with the Saints and Colts. Rather, it was because of who wasn't there — specifically, a certain ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 17:55:00 GMT";
arnews[1] += "
";
arnews[2]="WHAT A WEEK - 1070 The Fan - Indianapolis
";
arnews[2] += "We were so lucky to secure some awesome guests - from Don Shula and Bob Griese to Jim McMahon, Barry Sanders, Mike Tirico and Marshall Faulk to Mike Ditka, Mike Golic, Archie Manning, Rod Woodson and Dara Torres to Nick Faldo, Tony Siragusa, Tiki ...";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 13:55:00 GMT";
arnews[2] += "
";
arnews[3]="Running Against the Odds: Rachel Malone's Story - KSPR.com
";
arnews[3] += "Little moments can change a persons life. And for Springfield native Rachel Malone it was a miracle that changed hers forever. A bright eyed freshman at College of the Ozarks, Rachel's new life had just begun. That's when she started getting ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 05:24:00 GMT";
arnews[3] += "
";
arnews[4]="Wonderful Pistachios 'Get Crackin' advertising campain drives 233 ... - FreshPlaza
";
arnews[4] += "It’s official. There’s a new favorite nut on the block and it’s making its competition green with envy. After the pistachio industry’s first television campaign aired October through December 2009, Paramount Farms’ Wonderful Pistachios ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 16:43:00 GMT";
arnews[4] += "
";
arnews[5]="Orange you glad I'm not a fashion columnist? - MLive.com
";
arnews[5] += "My decision to label myself a “fashionista” originated with bright orange boots. I bought them a year ago from Lands’ End. They cost $14.99 and came with free shipping. The deal was almost too good to be true. When I opened the box, the color ...";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 11:30: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("