var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="How to Hit on...
";
arnews[0] += "James Barbour, Corbin Bleu, Matthew Broderick, Christine Ebersole, Ana Gasteyer, Ethan Hawke, Cheyenne Jackson, Jane Krakowski, Nathan Lane, and Bruce Vilanch are among the celebrities caught by our cameras.";
arnews[0] += "
Publ.Date : Tue, 26 Jan 2010 20:05:59 GMT";
arnews[0] += "
";
arnews[1]="Thank You for Supporting the Richie Furay Concert
";
arnews[1] += "On behalf of the Richie Furay Concert committee, we are writing to express our thanks to the business and residential community for their support of the Millburn Pride concert featuring Rock and Roll Hall of Famer Richie Furay and his band.";
arnews[1] += "
Publ.Date : Fri, 04 Sep 2009 06:54:19 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("