var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Doug Glanville: The Freedom of Free Agency
";
arnews[0] += "Fifteen days after the World Series, the marketplace opens. Until then, the team for which you last played has exclusive rights to negotiate with you.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Deep Inside Hollywood
";
arnews[1] += "Originally printed 11/19/2009 James Franco visits 'The Broken Tower' Here's how heterosexual James Franco is: He's played gay three and half times.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 12:03:42 GMT";
arnews[1] += "
";
arnews[2]="Strike Anywhere
";
arnews[2] += "If you're a fan of modern day punk and hardcore, but can't quite stomach the thought of elbowing your way through crowds to try to catch 300 bands in three days time -- and you live in Orlando -- then the days surrounding Halloween weekend can be wonderfully exhausting in the way of live music and late nights.";
arnews[2] += "
Publ.Date : Thu, 29 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="'Messiah' kicks off holiday season in Yorba Linda
";
arnews[3] += "Annual collaboration between Arts Alliance and Nixon Library draws hundreds. YORBA LINDA The Yorba Linda Arts Alliance will be sponsoring two sing-along performances of Handel's \"Messiah\" at the Nixon Presidential Library & Museum on Nov.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:16:41 GMT";
arnews[3] += "
";
arnews[4]="Phillies no stranger to awards
";
arnews[4] += "Phillies left-hander J.A. Happ fell just short of the National League Rookie of the Year Award on Monday.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 06:28:22 GMT";
arnews[4] += "
";
arnews[5]="International Music Production Al Gomes - Houston, Texas, United States
";
arnews[5] += "Prestigious Awards: Recording Institute Association of America Gold Record Disney's Mulan - the Original Soundtrack Recording The Boston Phoenix Best Music Poll Recording of the Year Digital Mystery Tour Print Magazine CD Design Award National Association of College Broadcasters' A Bunch of Songs International Music Production Al Gomes Al Gomes ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 16:20:05 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("