var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Beyond Jacob: CB Builds Our Own Wolfpack
";
arnews[0] += "This weekend horror movie purists are all in a flurry once again, as The Twilight Saga: New Moon does for werewolves what it already did for vampires, tossing out generations worth of mythology in favor of a new breed of creatures who turn into wolves at will, hunt vampires in their spare time, and are never, ever caught without a shirt.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:02:09 GMT";
arnews[0] += "
";
arnews[1]="Wizarding World of Harry Potter Photos
";
arnews[1] += "A few months ago, we told you about the basic concept of the park and the movie features that would pop up in the overall design.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 00:13:45 GMT";
arnews[1] += "
";
arnews[2]="Harry Potter: The Exhibition
";
arnews[2] += "Paper due dates are approaching, finals are just around the bend, and the days are growing shorter, engulfing Cambridge in metaphorical and actual darkness.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 06:56:42 GMT";
arnews[2] += "
";
arnews[3]="Only Nine Top Grossing Films of the Decade Were a oeOriginala Ideas
";
arnews[3] += "Browse> Home / Editorial , Featured / Only Nine Top Grossing Films of the Decade Were \"Original\" Ideas Only Nine Top Grossing Films of the Decade Were \"Original\" Ideas For years, many of us have complained about a lack of original ideas from Hollywood.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 01:50:10 GMT";
arnews[3] += "
";
arnews[4]="Ever Wonder Why Most Movies Suck?
";
arnews[4] += "A Wikipedia user put together a list of the 50 highest grossing movies of the decade; only nine of them are not sequels or adaptations, The Wrap points out.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 10:52:25 GMT";
arnews[4] += "
";
arnews[5]="Hollywood is out of ideas - the game
";
arnews[5] += "Here is the list of the top 20 highest grossing films of the past decade. For 6,000 BarryBucks , can you find the one original movie in here that is not a sequel or an adaptation? Good luck! 1 The Lord of the Rings: The Return of the King New Line Cinema $1,119,110,941 2003 2 Pirates of the Caribbean: Dead Mana s Chest Disney $1,066,179,725 2006 4 ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 18:04:40 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("