var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="How playoff drama could rock MLS coaching ranks
";
arnews[0] += "Maybe if the Fire had reached the final, majority owner Andrew Hautpman would have been reluctant to cut him loose, but since the Fire fell agonizingly short, losing on penalty kicks, 5-4, after a 120-minute goalless slugfest with RSL Saturday night at Toyota Park, Hamlett doesn't have enough traction, it seems, to keep his job.";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 21:49:06 GMT";
arnews[0] += "
";
arnews[1]="Seven Great African American Coming-of-Age Films
";
arnews[1] += "When people think of Coming-of-Age films, most often the Brat Pack of the 1980's comes to mind.";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 19:57:07 GMT";
arnews[1] += "
";
arnews[2]="Record crowd watches Fire triumph
";
arnews[2] += "Before 21,528 fans -- the largest postseason crowd ever at Toyota Park -- the Chicago Fire defeated the New England Revolution, 2-0, and advanced to MLS's Eastern Conference final against Real Salt Lake.";
arnews[2] += "
Publ.Date : Fri, 06 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Chi McBride Wants You to Find Success Through the Timeless Art of Masturbation
";
arnews[3] += "If you only know Chi McBride from shows like \" House \" and \" Boston Public ,\" then you may be surprised to find out that he's also a very motivating motivational speaker.";
arnews[3] += "
Publ.Date : Thu, 22 Oct 2009 20:00:00 GMT";
arnews[3] += "
";
arnews[4]="Three to see for fall TV
";
arnews[4] += "In any new season, though, even an off-year like this, there are bound to be a handful of new shows worth a look.";
arnews[4] += "
Publ.Date : Fri, 09 Oct 2009 12:09:18 GMT";
arnews[4] += "
";
arnews[5]="SMU report says substance abuse policies showing some success
";
arnews[5] += "Practice and policy changes made last year at Southern Methodist University in response to the substance abuse deaths of several students are helping, but more must be done to shift the campus culture regarding drugs and alcohol, according to a new university report.";
arnews[5] += "
Publ.Date : Thu, 01 Oct 2009 08:23:58 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("