var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Corrigan honored as volunteer
";
arnews[0] += "On her 80th birthday, South Side Cubs fan Margaret Mary Corrigan marched across the infield to throw out the first pitch at Wrigley Field.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 11:08:38 GMT";
arnews[0] += "
";
arnews[1]="Cross sextet falls to Army
";
arnews[1] += "MEN'S HOCKEY Army 4, Holy Cross 1: The Crusaders outshot the Black Knights, 36-29, but were stymied by goalie Jay Clark and dropped an Atlantic Hockey contest at the Hart Center.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 11:00:00 GMT";
arnews[1] += "
";
arnews[2]="Like peen, a blind item is best when it's hard. Anything else is just a waste of time.
";
arnews[2] += "Secretia Ohio and Chester Shorts-Off are as horny as they are famous - just don't think they're so hot for each other , that's all.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 18:28:23 GMT";
arnews[2] += "
";
arnews[3]="3D slate speaks English
";
arnews[3] += "In the past decade, Constantin Film embraced commercially viable international English-language productions, such as \"Resident Evil,\" while still making high-profile English-language literary adaptations like \"Perfume: The Story of a Murderer\" and \"Pope Joan.\" And now it's embracing 3D.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 18:00:00 GMT";
arnews[3] += "
";
arnews[4]="Green light on gypsum
";
arnews[4] += "Green light on gypsum Mine expansion approved with conditions; opponents still worried about environment By GORDON DELANEY Valley Bureau Fri.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 16:01:23 GMT";
arnews[4] += "
";
arnews[5]="N.S. approves controversial expansion of gypsum mine
";
arnews[5] += "Nova Scotia has approved a controversial expansion of a gypsum mine near Avondale, angering residents and environmentalists who oppose the project.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 14:00:00 GMT";
arnews[5] += "
";
arnews[6]="N.S. approves controversial expansion of existing gypsum mine; opponents upset
";
arnews[6] += "Nova Scotia has approved a controversial expansion of a gypsum mine near Avondale, angering residents and environmentalists who oppose the project.";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 21:51:00 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("