var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="UH notebook: Quick hits from six Cougars sports
";
arnews[0] += "Quick hits from around the Houston Cougars' campus: Road worriers no more, the Cougars worked their way into a tie with Memphis and Tulane for first place in the Conference USA women's basketball standings.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:00:00 GMT";
arnews[0] += "
";
arnews[1]="ushered off the Paramount Pictures lot
";
arnews[1] += "Tom Cruise 's production deal proved mission impossible when the studio holding the cards said it frowns on couch jumping.";
arnews[1] += "
Publ.Date : Tue, 22 Aug 2006 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="'Albert Herring' Nails Humor
";
arnews[2] += "Benjamin Britten's 1947 comic opera \"Albert Herring\" revels in the notion of being bad on purpose.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 10:01:49 GMT";
arnews[2] += "
";
arnews[3]="Area sports briefs: Coastal Carolina women rout UNC Asheville
";
arnews[3] += "Coastal Carolina rode a 26-2 first-half run en route to a 60-41 win over UNC Asheville at Kimbel Arena on Monday night.";
arnews[3] += "
Publ.Date : Fri, 22 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="H.S. girls sports notebook
";
arnews[4] += "Calallen's girls basketball team kept its hopes alive for a second-place finish in District 31-4A this past weekend with a stifling defensive effort against Laredo Nixon in its 41-11 victory.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 19:53:23 GMT";
arnews[4] += "
";
arnews[5]="Youth sports
";
arnews[5] += "QC Power Hitters 16U strike gold in Cedar Rapids -- The QC Power Hitters 16U won the championship in the 16U division of the Kaepa Rapids Spikers Tournament Jan.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 17:23:00 GMT";
arnews[5] += "
";
arnews[6]="'Twilight's' Peter Facinelli gives 'Twi-hards' something to remember
";
arnews[6] += "Thousands of Southwest Riverside Twi-hards braved sheets of rain and crowded into the plaza for a glimpse of Facinelli.";
arnews[6] += "
Publ.Date : Sun, 07 Feb 2010 06:34:06 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("