var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cast For "The Social Network" Announced - Let's Be Real, We Are Disappointed
";
arnews[0] += "Shooting for the \"Facebook Movie\" at Mr. Bartley's Burger Cottage stops foot traffic on Mass Ave.";
arnews[0] += "
Publ.Date : Thu, 29 Oct 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Sun's Out, Guns Out
";
arnews[1] += "The story behind everyonea s favorite procrastination tool is hitting the big screen.";
arnews[1] += "
Publ.Date : Thu, 29 Oct 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Baltimore: How To Be A Part Of Facebook's Biopic In Baltimore
";
arnews[2] += "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[2] += "
Publ.Date : Thu, 29 Oct 2009 20:20:03 GMT";
arnews[2] += "
";
arnews[3]="Cast For "The Social Network" Announced - Let's Be Real, We Are Disappointed
";
arnews[3] += "The story behind everyone's favorite procrastination tool is hitting the big screen.";
arnews[3] += "
Publ.Date : Tue, 27 Oct 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Gossip: 'Social Network' filming will row across the pond
";
arnews[4] += "We've been hearing a few sneaky tips from folks within earshot of the Boston, Mass., set of \"The Social Network,\" the Columbia Pictures movie about the contested origins of Facebook .";
arnews[4] += "
Publ.Date : Wed, 28 Oct 2009 21:10:00 GMT";
arnews[4] += "
";
arnews[5]="Sweaty Harvard jocks pitch in on Facebook movie
";
arnews[5] += "A boat rows on the Charles River in Boston in the fall of 2006. Now, these are some guys you don't see at the average Silicon Valley hackathon: The Harvard heavyweight crew team is filming scenes for \"The Social Network,\" according to a Boston Globe gossip column on Tuesday.";
arnews[5] += "
Publ.Date : Wed, 28 Oct 2009 02:12:49 GMT";
arnews[5] += "
";
arnews[6]="Gabriel from Gossip Girl Joins The Social Network
";
arnews[6] += "I've watched a handful of Gossip Girl episodes. Not the current season, some of the old stuff.";
arnews[6] += "
Publ.Date : Mon, 26 Oct 2009 10:19:35 GMT";
arnews[6] += "
";
arnews[7]="Production on The Social Network begins
";
arnews[7] += "Rehearsals for the David Fincher -directed Columbia Pictures' movie The Social Network began two days ago.";
arnews[7] += "
Publ.Date : Thu, 22 Oct 2009 07:00:00 GMT";
arnews[7] += "
";
totcount = 8;
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("