var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Robin Hood' Super Bowl TV Spot
";
arnews[0] += "The new 30-sec. Super Bowl Spot is now online for Ridley Scott's \"Robin Hood\" starring Russell Crowe, Cate Blanchett, Mark Strong, William Hurt, and Matthew Macfadyen.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 14:54:00 GMT";
arnews[0] += "
";
arnews[1]="The Jane Austen Ball 2010
";
arnews[1] += "Hello, Riskies! I've missed you all in my time away from the blog But it's just not the same.";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 10:45:17 GMT";
arnews[1] += "
";
arnews[2]="Universal Releases New 'Robin Hood' Super Bowl Trailer & It's Intense
";
arnews[2] += "Universal releases new 'Robin Hood' Super Bowl trailer & it's intense. Universal Pictures released the Super Bowl movie trailer for it's newest version of the action/adventure flick, \"Robin Hood\" starring Oscar Award winning Russell Crowe.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 02:02:44 GMT";
arnews[2] += "
";
arnews[3]="National Trusti 1 2s most romantic places in Britain
";
arnews[3] += "If you're looking for a special spot to take your loved one this Valentine's Day , try one of the National Trust 's top 10 beautiful, romantic places.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 16:35:51 GMT";
arnews[3] += "
";
arnews[4]="Robin Hood Demands There Be Liberty in His Superbowl Spot
";
arnews[4] += "Universal Pictures has released the Superbowl TV spot for their upcoming action tentpole Robin Hood , from director Ridley Scott.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 15:32:40 GMT";
arnews[4] += "
";
arnews[5]="The Robin Hood Super Bowl Spot
";
arnews[5] += "Universal Pictures has revealed the Super Bowl spot for Ridley Scott's Robin Hood online and you can watch it using the player below.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 07:59:03 GMT";
arnews[5] += "
";
arnews[6]="The Robin Hood Super Bowl Xliv TV Spot Is Here
";
arnews[6] += "Yahoo! Movies has posted the Super Bowl XLIV TV Spot for Ridley Scott's Robin Hood starring Russell Crowe! Watch it below... A love triangle forms between the legendary do-gooder Robin Hood, his Maid Marian and the archer's arch nemesis, the Sheriff of Nottingham.";
arnews[6] += "
Publ.Date : Fri, 05 Feb 2010 06:49:33 GMT";
arnews[6] += "
";
arnews[7]="New Robin Hood Super Bowl TV Spot
";
arnews[7] += "A new TV spot has been released for Ridley Scott' s upcoming film, Robin Hood. This is one of the many commercials that have dropped earlier than their expected Super Bowl air date.";
arnews[7] += "
Publ.Date : Fri, 05 Feb 2010 06:24:47 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("