var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="GoVision Helps Showcase Cowboys Stadium in South Florida
";
arnews[0] += "Miami, FL, February 09, 2010 -- -- While thousands of media representatives from around the world are soaking up the sights across South Florida this week, they'll also get a heapin' helpin' of Texas glitz along the way.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:58:50 GMT";
arnews[0] += "
";
arnews[1]="New Magazine for Cancer Support and Survivors
";
arnews[1] += "SPOT ON media and LIVESTRONG are joining together in the fight to battle cancer with LIVESTRONG Quarterly , a new online, print, and print-on-demand publication that highlights individuals battling with cancer, support groups for the disease, as well as cancer resources.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:14:54 GMT";
arnews[1] += "
";
arnews[2]="A burst of Austin celebrity news
";
arnews[2] += "Michael Barnes is the Austin American-Statesman's social columnist. He lives in South Austin with his partner, Kip, two dogs and two cats.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:11:06 GMT";
arnews[2] += "
";
arnews[3]="Amgen opening leg: Nevada City to Sacramento
";
arnews[3] += "The first stage of the fifth annual Amgen Tour of California pro cycling race on May 16 will wind through Nevada City, Grass Valley, Auburn, Cool and El Dorado Hills before finishing in Sacramento.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:33:37 GMT";
arnews[3] += "
";
arnews[4]="Amgen releases official route map; Tour of California runs through downtown Grass Valley
";
arnews[4] += "Information about the routes is being released through YouTube videos posted on the AmgenTourOfCalifornia.com. The wish of many a Grass Valley business owner has come true.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 20:39:20 GMT";
arnews[4] += "
";
arnews[5]="LIVESTRONG launches online/print magazine
";
arnews[5] += "A feature called \"Crazy Sexy Cancer\" will be the centerfold of the inaugural LIVESTRONG Quarterly, a publication announced today by famed cyclist Lance Armstrong's fundraising organization.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="24 Hour Fitness Effort Builds On Olympics
";
arnews[6] += "National health-club chain 24 Hour Fitness is launching a marketing push around its sponsorship of the U.S. Olympic team's participation in the Winter Olympics this weekend.";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 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("