var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Championship season has a Catholic League flavor
";
arnews[0] += "It has been a big year for the Catholic High School League in football and volleyball.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:27:23 GMT";
arnews[0] += "
";
arnews[1]="2010 Free Agent Market Full Of Former Mets Part 1
";
arnews[1] += "The 2010 MLB free agent market has many players including many former New York Mets.A Here is an in-depth look at the fielders.A This is Part 1.A There will be a pitchers one in the near future.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 20:02:49 GMT";
arnews[1] += "
";
arnews[2]="Ring 'gratifying' for Thomson
";
arnews[2] += "It took a while for Rob Thomson to get home to Tampa to begin the shortest off-season he's had in 20 years in the New York Yankees' organization.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 19:42:16 GMT";
arnews[2] += "
";
arnews[3]="Austin Jackson Added to the 40-Man Roster and Set To Compete for Job
";
arnews[3] += "On Friday, Nov. 20, 2009, the New York Yankees made a few tweaks to their 40-man roster.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 19:36:57 GMT";
arnews[3] += "
";
arnews[4]="Area basketball teams triumphant in tourneys
";
arnews[4] += "Four Honey Grove Lady Warrior players notched double-digit point totals to aid the team in a 73-14 rout of the Trenton Lady Tigers during the first round of the Campbell Basketball Tournament on Thursday.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 17:21:03 GMT";
arnews[4] += "
";
arnews[5]="Who will be this offseason's Bobby Abreu?
";
arnews[5] += "If this offseason is anything like last offseason -- and it just might be, given the continuing economic problems in the real world -- the free-agent market will take quite awhile to develop.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 17:46:35 GMT";
arnews[5] += "
";
arnews[6]="Mariners, Tigers reportedly discussing deal
";
arnews[6] += "Amid rumors that the Tigers and Mariners are talking trade, The Detroit News opined the teams are a good fit.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 17:46:04 GMT";
arnews[6] += "
";
totcount = 7;
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("