var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mass Premier Soccer ratchets up youth development, considers affiliation with Sporting Lisbon
";
arnews[0] += "Director of Coaching Peter Bradley , one of the two brothers that founded Mass Premier Soccer , just returned from Portugal where they are exploring a potential club affiliation with Sporting Lisbon , the academy that produced Cristiano Ronaldo .";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Not to stick a (Space) needle in MLS' balloon, but is it sound?
";
arnews[1] += "Reporting from Seattle - The MLS Cup logo gleams from up high, freshly painted atop the Space Needle, along with the logos of the Galaxy and Real Salt Lake.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Global warming made clear at WestConn
";
arnews[2] += "Here are the indisputable facts, according to Berrien Moore III . \"The Industrial Revolution happened,'' he said in a Science at Night speech at Western Connecticut State University in Danbury this week.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 09:05:07 GMT";
arnews[2] += "
";
arnews[3]="http://espn.go.com/boston/columns/redsox/blog/_/post/4673745/name/edes
";
arnews[3] += "Puffed up at winning another World Series, the owner of the New York Yankees scoffed at the suggestion that his team was too strong and that \"some of their players should be handed over to the Boston Red Sox , for instance.'' \"There is no charity in baseball,'' he said dismissively.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:43:17 GMT";
arnews[3] += "
";
arnews[4]="Count found his calling in East Texas
";
arnews[4] += "Preachers sometimes use life experiences to make sermon points. Goodness knows, early East Texas clergyman Emir Hamvasy must have shared some real lectern lulus with his congregation.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 02:44:11 GMT";
arnews[4] += "
";
totcount = 5;
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("