var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Musical takes country singer to 'Lofty' heights
";
arnews[0] += "The House Theatre of Chicago's world premiere production of \"All the Fame of Lofty Deeds\" is built around a rambunctious visual and aural landscape.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 12:00:00 GMT";
arnews[0] += "
";
arnews[1]="Boeing completes first round of 747-8F gauntlet tests
";
arnews[1] += "Boeing has completed the first of three rounds of gauntlet testing on the 747-8 Freighter , marking a significant step towards the aircraft's first flight.";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 12:37:41 GMT";
arnews[1] += "
";
arnews[2]="Hospitable Hosts to Shine for Jewish Family Service
";
arnews[2] += "\"Dinner is served\" will have a special meaning when Sharon Horn and Jeff Lichtman of Fort Lee open their lovely home to guests on December 5. For the fifth time, the couple will be hosts for Night of 100 Dinners, the major annual fundraiser to benefit Jewish Family Service of Bergen and North Hudson.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 21:48:03 GMT";
arnews[2] += "
";
arnews[3]="Samuel Heyman, a Corporate Raider, Dies at 70
";
arnews[3] += "Mr. Heyman stood out as a corporate raider who preferred to hold on to companies he bought and run them rather that sell them for a quick profit.";
arnews[3] += "
Publ.Date : Mon, 09 Nov 2009 03:58:17 GMT";
arnews[3] += "
";
arnews[4]="Big Show Movie To Feature 'MMA' Fighter, THQ/WWE
";
arnews[4] += "WWE SmackDown! Results Escobar with an Irish whip but he misses a splash into the corner and Hardy with a bulldog.";
arnews[4] += "
Publ.Date : Fri, 16 Oct 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="WWE Confirms Big Details, Release Plan for Big Show Movie
";
arnews[5] += "According to a new WWE.com report, upcoming WWE Films project \"Knucklehead\" is indeed receiving a theatrical release.";
arnews[5] += "
Publ.Date : Tue, 03 Nov 2009 02:25:04 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("