var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="China team features ex-gymnasts, martial artists
";
arnews[0] += "But it wasn't long before the former martial artists and gymnasts were grabbing attention for their mad skills a ' developing from novices who had never been in a halfpipe to World Cup-level riders in the span of two months.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:02:42 GMT";
arnews[0] += "
";
arnews[1]="Sade's usual sultry tempo slows to a crawl
";
arnews[1] += "Sade: Soldier Of Love Sade has made a very healthy career singing smooth jazz-pop and neo R&B that is almost always described as - sultry' with hits such as Smooth Operator, Sweetest Taboo and Paradise.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 03:05:08 GMT";
arnews[1] += "
";
arnews[2]="Event: Gretchen Wilson at The Intersection, Thu, Feb 18 6:30p
";
arnews[2] += "To all appearances, Gretchen Wilson went overnight from talented obscurity to phenomenon.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 23:35:54 GMT";
arnews[2] += "
";
arnews[3]="A tip from - The Happiness Project'
";
arnews[3] += "Looking for happiness? Try singing. That's the advice in a new self-help book that's striking a chord with thousands of readers.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 23:20:58 GMT";
arnews[3] += "
";
arnews[4]="Country star Gretchen Wilson returns to her live-show roots with club tour that kicks off Feb. 10
";
arnews[4] += "Country's favorite redneck diva, Gretchen Wilson, will embark on a club tour this month on Feb.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Five Actors Who Almost Made It and the Long Road Back
";
arnews[5] += "Reading about the comeback struggle of American Beauty weirdo Wes Bentley yesterday got us thinking about other youngish, once-promising stars who made a big initial splash and then mostly disappeared.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 22:47:36 GMT";
arnews[5] += "
";
arnews[6]="Jason Aldean's Wide Open 2010 Tour coming to Hulman Center
";
arnews[6] += "The musical side of Hulman Center appears to be reawakening this spring. A concert featuring a lineup of country artists topped by Jason Aldean is scheduled for 7:30 p.m. Saturday, April 10, in the Terre Haute facility.";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 19:37:12 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("