var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Vince Vaughn
"; arnews[0] += "Matthew Broderick, Ben Stein and Vince Vaughn were among the colleagues, family and friends who attended a private funeral in a Chicago suburb to remember John Hughes ."; arnews[0] += "
Publ.Date : Wed, 18 Oct 2006 07:00:00 GMT"; arnews[0] += "
"; arnews[1]="'Jurassic Park' kid cast as Facebook co-founder
"; arnews[1] += "The Winklevoss twins will probably be scary, too. This is a 'Jurassic Park' promo shot of actor Joseph Mazzello, who was recently cast as Facebook co-founder Dustin Moskovitz."; arnews[1] += "
Publ.Date : Mon, 23 Nov 2009 07:59:00 GMT"; arnews[1] += "
"; arnews[2]="Cast For "The Social Network" Announced - Let's Be Real, We Are Disappointed
"; arnews[2] += "Shooting for the \"Facebook Movie\" at Mr. Bartley's Burger Cottage stops foot traffic on Mass Ave."; arnews[2] += "
Publ.Date : Thu, 29 Oct 2009 07:00:00 GMT"; arnews[2] += "
"; arnews[3]="Sun's Out, Guns Out
"; arnews[3] += "The story behind everyonea s favorite procrastination tool is hitting the big screen."; arnews[3] += "
Publ.Date : Thu, 29 Oct 2009 07:00:00 GMT"; arnews[3] += "
"; arnews[4]="Baltimore: How To Be A Part Of Facebook's Biopic In Baltimore
"; arnews[4] += "Good morning, Baltimore ! Here's something you'll want to update your status about, post on people's walls and create albums for -- the Facebook movie's coming to town! And whoever manages to appear in it will win a special prize from Mark Zuckerberg of potentially knowing that you exist."; arnews[4] += "
Publ.Date : Thu, 29 Oct 2009 20:20:03 GMT"; arnews[4] += "
"; arnews[5]="Cast For "The Social Network" Announced - Let's Be Real, We Are Disappointed
"; arnews[5] += "The story behind everyone's favorite procrastination tool is hitting the big screen."; 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("
");document.write("
");