var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Coming Soon - Baxter Bulletin
";
arnews[0] += "Fantastic Mr. Fox (PG), featuring George Clooney, Eric Chase Anderson, Meryl Streep and Bill Murray, opens Wednesday. Old Dogs (PG), starring Robin Williams, John Travolta, Kelly Preston, Seth Green and Ella Blue Travolta, opens Wednesday. Ninja ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 10:56:00 GMT";
arnews[0] += "
";
arnews[1]="The Five Senses - San Diego weekly Reader
";
arnews[1] += "A linked chain of tortured Torontonians, with an uneven distribution of sensibility among them: an eye doctor who's going deaf; a masseuse who's losing touch with her teenage daughter; a cake-maker who lacks taste; etc. A painfully serious, almost ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 15:08:00 GMT";
arnews[1] += "
";
arnews[2]="S.C. contractors meeting in Seattle to blueprint Boeing building - Charleston Regional Business Journal
";
arnews[2] += "Reach Molly Parker at 843-849-3144.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 17:55:00 GMT";
arnews[2] += "
";
arnews[3]="Port sales chief forecasts a ‘cold nuclear winter’ - Charleston Regional Business Journal
";
arnews[3] += "By Molly Parker mparker@scbiznews.com Published Nov. 18, 2009 The Port of Charleston continues to bleed business at a faster rate than its counterparts across the country, though efforts are afoot to diversify trade opportunities and rein in losses ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 19:54:00 GMT";
arnews[3] += "
";
totcount = 4;
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("