var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mayor: Layoffs likely, but $683M tax windfall will save jobs
";
arnews[0] += "Mayor Bloomberg wants $566 million in new cuts from city agencies by next July. MayorA Bloomberg warned Tuesday that some city workers will likely be laid off to fill a hole in next year's budget - even as the size of the hole shrank a bit.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 10:37:20 GMT";
arnews[0] += "
";
arnews[1]="Bones: Season Four
";
arnews[1] += "The Fourth Season Bones ' fourth is a blast. Like past seasons, it has a unique edge with its extraordinary cast.";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 12:39:38 GMT";
arnews[1] += "
";
arnews[2]="The National Tour Of in the Heights Launches at Tampa Bay Performing Arts Center 10/27
";
arnews[2] += "As previously reported , Kyle Beltran, Rogelio Douglas Jr., Natalie Toro and Shaun Taylor-Corbett are set to star in the upcoming National Tour of IN THE HEIGHTS, which launches, tonight, October 27 at Tampa Bay Performing Arts Center.";
arnews[2] += "
Publ.Date : Tue, 27 Oct 2009 19:34:13 GMT";
arnews[2] += "
";
arnews[3]="Wine 2.0 Announces New York Premiere Of Documentary Film 'America's...
";
arnews[3] += "New Film Takes Unprecedented Historic View of America's Wine Industry - 'America's Wine: The Legacy of Prohibition' Includes Interviews Which Chronicle The Rebuilding Of The Wine Industry And The Emergence Of A New American Wine Culture.";
arnews[3] += "
Publ.Date : Fri, 06 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Campus Corner
";
arnews[4] += "DAYNA HESS Pataskala area student attending Ashland University, Dayna Hess, participated in a business internship over this past summer.";
arnews[4] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Obituaries for 10/27/2009
";
arnews[5] += "LIGON, Tessie Miller, a resident of Montgomery, Alabama expired Monday, October 26, 2009 at her residence.";
arnews[5] += "
Publ.Date : Tue, 27 Oct 2009 07: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("