var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bearcats will go with what they know
";
arnews[0] += "The strength of the St. Xavier University Cougars is their offense. The strength of the McKendree University Bearcats is their defense.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 09:34:21 GMT";
arnews[0] += "
";
arnews[1]="On the Radar: Bill Maher at TBPAC
";
arnews[1] += "Welcome to On the Radar, where we preview up-and-coming arts events to mark your calendar for.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:58:51 GMT";
arnews[1] += "
";
arnews[2]="Lessons Learned Behind the Scenes of the 2009 New York Comedy Festival
";
arnews[2] += "Hi. Michael Grinspan again. I'm a comedian, a producer, and I have one of the best gigs in New York - working in the publicity department at Carolines on Broadway.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 04:39:13 GMT";
arnews[2] += "
";
arnews[3]="Senate Puts Off Action On 'Don't Ask Don't Tell'
";
arnews[3] += "A planned November hearing by the US Senate Armed Services Committee to consider ending a ban on gays serving openly in the US military will be postponed, a spokeswoman indicated Friday.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 00:23:03 GMT";
arnews[3] += "
";
arnews[4]="Alan Ball to Start at Safety; Week 11 NFL Picks and Fantasy Predictions
";
arnews[4] += "The Cowboys announced that 4th string corner and backup safety, Alan Ball, will start in place of Ken Hamlin on Sunday.A I think that is the right move for the Cowboys.A We have seen what Pat Watkins can do at free safety.A Ball is a rangy player who will take some chances back there.A Maybe will finally see an interception from the position.A One ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 19:55:28 GMT";
arnews[4] += "
";
arnews[5]="Judd Apatow On The Alchemy Of 'Funny People'
";
arnews[5] += "Writer and director Judd Apatow first became known for the TV series Freaks and Geeks, which gained a cult following when it aired on NBC from 1999 to 2000.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 19:41:09 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("