var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="HARLINGEN, TX.a "Amado Villegas
";
arnews[0] += "Amado was a member of the Tony Butler Pan American Golf Assoc. for many years and will be remembered for his love of music and how he was always the life of the party.";
arnews[0] += "
Publ.Date : Sat, 30 Jan 2010 14:28:20 GMT";
arnews[0] += "
";
arnews[1]="New Test For Newborns Being Used At Local Hospital
";
arnews[1] += "A new test for babies is gaining national attention. It was originally developed for the National Institutes of Health to flag babies who may suffer developmental problems from being exposed to drugs in the womb.";
arnews[1] += "
Publ.Date : Tue, 26 Jan 2010 22:41:27 GMT";
arnews[1] += "
";
arnews[2]="Boston Globe, Jay Leno, newscaster woes
";
arnews[2] += "T he economy wreaked havoc on many Boston media outlets again this year. And 2009 wasn't without its share of media-behaving-badly. Here's a look back at the top local media stories of 2009.";
arnews[2] += "
Publ.Date : Thu, 31 Dec 2009 20:41:11 GMT";
arnews[2] += "
";
arnews[3]="Boston Globe, Jay Leno, newscaster woes
";
arnews[3] += "T he economy wreaked havoc on many Boston media outlets again this year. And 2009 wasn't without its share of media-behaving-badly. Here's a look back at the top local media stories of 2009.";
arnews[3] += "
Publ.Date : Thu, 31 Dec 2009 13:35:34 GMT";
arnews[3] += "
";
arnews[4]="Gang Members Share Deepest Thoughts
";
arnews[4] += "On the street, rival gang members would not even be speaking. Now behind bars, they're sharing their deepest thoughts.";
arnews[4] += "
Publ.Date : Tue, 29 Dec 2009 17:53:02 GMT";
arnews[4] += "
";
arnews[5]="Tracked Down: Bianca de la Garza, Gino Cappelletti, Rachel York & more...
";
arnews[5] += "TV morning gal Bianca de la Garza and daughter, Danica , headlining the fab Four Seasons' Teddy Bear Tea and colleague Kelley Tuthill helping to deliver stuffed teddies - collected at the season-long event - to the patients at Shriner's Hospital .";
arnews[5] += "
Publ.Date : Thu, 24 Dec 2009 08:17:15 GMT";
arnews[5] += "
";
arnews[6]="Tracked Down: New Kids on the Block, Ernie Boch Jr., John Lackey & more...
";
arnews[6] += "New Kids on the Block and Ernie & The Automatics rehearsing for their Sunday House of Blues gig in Ernie Boch Jr.";
arnews[6] += "
Publ.Date : Thu, 17 Dec 2009 11:02:32 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("