var arnews = new Array(5);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cedar City Falls Featuring Rubin-Vega, Martin, Jennings Grant And More Gears Up For Opening, 10/6
";
arnews[0] += "As previously reported , former \"Sex and the City\" writers are teaming up to write a weekly downtown theatrical soap titled Cedar City Falls - a Mid-West Conflict with LAByrinth Theater Company members.";
arnews[0] += "
Publ.Date : Thu, 01 Oct 2009 17:45:19 GMT";
arnews[0] += "
";
arnews[1]="New Proposal to Fix Tax Turmoil In Lebanon County
";
arnews[1] += "Carrie decides to go back to college after some lawyers from work look down on her for being a secretary; Doug's sister visits.";
arnews[1] += "
Publ.Date : Fri, 12 Jun 2009 02:34:18 GMT";
arnews[1] += "
";
totcount = 2;
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("