var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Yearly leaders
";
arnews[0] += "A look at the Texans' major statistical leaders for the 2009 season. Houston Texans quarterback Matt Schaub grimac $relatedgallerytitle 0 Houston Texans running back Steve Slaton bre $relatedgallerytitle 0 Houston Texans wide receiver Andre Johnson p $relatedgallerytitle 0 Houston Texans defensive end Mario Williams $relatedgallerytitle 0 Seattle ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:29:18 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]="Jessica Szohr and Ed Westwick Snog Through Super Bowl
";
arnews[2] += "Following some smooches for the Super Bowl cameras and a night aboard Paul Allen's yacht, Brangelina issued a legal statement saying reports of their separation were \"false and intrusive,\" suing the News of the World newspaper for their false allegations .";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:24:56 GMT";
arnews[2] += "
";
arnews[3]="Post a Comment
";
arnews[3] += "Even though teams had one final chance to get in some tournament action on Saturday, most Tulare County wrestling teams took the weekend off.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 15:31:38 GMT";
arnews[3] += "
";
arnews[4]="LIVESTRONG launches online/print magazine
";
arnews[4] += "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[4] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Notebook: Wrestlers gear up for league tournaments in next step to state
";
arnews[5] += "Even though teams had one final chance to get in some tournament action on Saturday, most Tulare County wrestling teams took the weekend off.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 08:00: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("