var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="McGwire wants to focus on Cardinals' hitting, not past
";
arnews[0] += "The St. Louis Cardinals say they don't know what kind of reaction they will get when new batting coach Mark McGwire arrives at spring training Feb.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:53:16 GMT";
arnews[0] += "
";
arnews[1]="Omak two-peats as district champ
";
arnews[1] += "Omak's Dylan Green works against Cashmere's Tyler McNair during the district finals at 189 pounds.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 03:36:52 GMT";
arnews[1] += "
";
arnews[2]="Yves Behar, Narciso Rodriguez Among USA Network's 'Character Approved' Honorees
";
arnews[2] += "Kehinde Wiley, Angela Brooks, Yves Behar, and Narciso Rodriguez are among the ten \"rare characters\" that USA Network is honoring with Character Approved Awards.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:42:51 GMT";
arnews[2] += "
";
arnews[3]="Wrestling: Brookfield athletes collect a GMC six-pack
";
arnews[3] += "Brookfield East's Andy Wanta pins West Allis Hale's Alex Dankert in a 140-pound match at the Greater Metro Meet at Hamilton on Feb.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 01:43:01 GMT";
arnews[3] += "
";
arnews[4]="Katie Heads to the Big Apple in Time For Snow and Fashion Week
";
arnews[4] += "NYC is gearing up for a big blizzard, and Katie Holmes was dressed to keep warm during a Starbucks run with shy Suri this morning.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 00:30:48 GMT";
arnews[4] += "
";
arnews[5]="On Feb. 9, 2009, Alex Rodriguez admitted to taking performance-enhancing drugs
";
arnews[5] += "Today is Tuesday, Feb. 9, the 40th day of 2010. There are 325 days left in the year.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 00:11:48 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("