var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hot Corner for February 09, 2010
";
arnews[0] += "Hot Corner for Del Rio News-Herald: To submit an item for the Hot Corner, please email your submission to sports delrionewsherald.com or you may fax them to 830-774-2610. Wednesday What: Del Rio Queens Basketball Booster Club Meeting When: Wednesday, Feb.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:19:50 GMT";
arnews[0] += "
";
arnews[1]="Repeatability: The Key To Lucrative Contracts, and Pirates' Lack Of Such
";
arnews[1] += "The New York Yankees' Alex Rodriguez is a superstar, and is paid as such. More to the point, he is a superstar just about every year.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:48:50 GMT";
arnews[1] += "
";
arnews[2]="Hot Corner for February 09, 2010
";
arnews[2] += "Hot Corner for Del Rio News-Herald: To submit an item for the Hot Corner, please email your submission to sports delrionewsherald.com or you may fax them to 830-774-2610. Wednesday What: Del Rio Queens Basketball Booster Club Meeting When: Wednesday, Feb.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:19:50 GMT";
arnews[2] += "
";
arnews[3]="What Gives Them the Right?
";
arnews[3] += "In 1995, Kevin Garnett became the first basketball player in history to go directly from the high-school gymnasium to the hardwood floors of the NBA.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 11:35:40 GMT";
arnews[3] += "
";
arnews[4]="Hot Corner for February 06, 2010
";
arnews[4] += "Hot Corner for Del Rio News-Herald: To submit an item for the Hot Corner, please email your submission to sports delrionewsherald.com or you may fax them to 830-774-2610. Today What: American Action Shooting Association's Pistol Fun Shoot When: today, 9:30 a.m.; signup and safety meeting at 9 a.m. Who: All safe shooters, regardless of skill level, ...";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 04:11:05 GMT";
arnews[4] += "
";
arnews[5]="Championship - Team news: Boro overhaul
";
arnews[5] += "New signings Scott McDonald, Lee Miller and Kyle Naughton go straight into the Middlesbrough squad for the trip to Ipswich in a comprehensive overhaul.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 13:56:08 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("