var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="More
";
arnews[0] += "Recent updates from Baltimore Sun staff on Twitter: News @baltimoresun \"Light for all.\" This account is staffed by @juliemore from inside the newsroom.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:49:34 GMT";
arnews[0] += "
";
arnews[1]="Star Trek, Bruno, Fight Club's 10th, and more
";
arnews[1] += "Loading... 1 of 5 \"STAR TREK\" \"MY SISTER'S KEEPER\" \"BRNO\" \"ROME: THE COMPLETE SERIES\" \"FIGHT CLUB: 10TH ANNIVERSARY EDITION\" \"GALAXY QUEST \" \"FOOD, INC.\" \"KEVIN SMITH: 3-MOVIE COLLECTION\" \"NATIONAL LAMPOON'S CHRISTMAS VACATION: 20th ANNIVERSARY EDITION\" \"THE OPEN ROAD\" \"FRANKLYN\" \"NEAR DARK\" \"LOGAN'S RUN\" \"ANDY BARKER, P.I. THE COMPLETE SERIES\" ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 04:50:20 GMT";
arnews[1] += "
";
arnews[2]="College Sport: Big names pick up the major honours
";
arnews[2] += "Samantha Harrison and Rob Loe continued the trend of big names in New Zealand sport being recognised as the Auckland Young Sportswoman and Sportsman of the Year.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 03:49:26 GMT";
arnews[2] += "
";
arnews[3]="Olympics: Ohno Wins; Lysacek Shines
";
arnews[3] += "Apolo Anton Ohno is certainly going to the Winter Olympics. He's eager for the rest of the skating team to start preparing.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 22:17:15 GMT";
arnews[3] += "
";
arnews[4]="Ohno solidifies spot in Vancouver at World Cup
";
arnews[4] += "Apolo Anton Ohno is certainly going to the Winter Olympics. He's eager for the rest of the skating team to start preparing.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 00:44:00 GMT";
arnews[4] += "
";
arnews[5]="our early report
";
arnews[5] += "Left, April Bloomfield and Fergus Henderson; Right, Fergus with Nate Smith. Photo: Sent wirelessly via Ken Friedman's BlackBerry from T-Mobile. For the past week, Team Spotted Pig - executive chef April Bloomfield along with co-owner Ken Friedman and their sous-chefs, Nate Smith and Peter Cho - have been eating and drinking their way through the ...";
arnews[5] += "
Publ.Date : Sat, 04 Apr 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("