var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Broadway's Cat On a Hot Tin Roof Begins Performances in West End
";
arnews[0] += "The 2008 Broadway revival of Tennessee Williams' Cat On a Hot Tin Roof , which featured an African-American cast led by James Earl Jones as Big Daddy and Phylicia Rashad as Big Mama, begins performances Nov.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:10:21 GMT";
arnews[0] += "
";
arnews[1]="Red Cross launches holiday campaign...
";
arnews[1] += "Red Cross launches holiday campaign Breaking with its practice of waiting for disasters to occur before asking for donations, the American Red Cross is launching a holiday fundraising effort that includes a gift catalog and advertising, The New York Times reported Nov.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 18:36:57 GMT";
arnews[1] += "
";
arnews[2]="Reynolds, Urie, Kind and More to Be Part of Celebrity Autobiography
";
arnews[2] += "Screen actor Ryan Reynolds will participate in the Nov. 23 installment of Eugene Pack's Celebrity Autobiography at the Triad Theater.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 05:39:29 GMT";
arnews[2] += "
";
arnews[3]="Week in Review
";
arnews[3] += "St. Jude Medical : Has withdrawn from the Advanced Medical Technology Association in a dispute over the group's approach to a proposal for the government to tax medical devices to help pay for health care changes, Dow Jones Newswires reported.";
arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 01:44:17 GMT";
arnews[3] += "
";
arnews[4]="No. 1 Jayhawks beat up Pride
";
arnews[4] += "One of the most anticipated seasons in Kansas' storied history got off to a high-flying start.";
arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 09:08:18 GMT";
arnews[4] += "
";
arnews[5]="Tigers humbled by Ocean Springs
";
arnews[5] += "OCEAN SPRINGS - Hattiesburg's journey through the Class 6A South State playoffs ended almost as soon as it got started Friday night at Ocean Springs.";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 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("