var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Prep roundup: Lady Green Wave get second win in as many tries
";
arnews[0] += "Gallatin High girls head basketball coach Drew Smith got a welcome gift on his birthday.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 09:41:11 GMT";
arnews[0] += "
";
arnews[1]="MU youth show promise
";
arnews[1] += "The misty-eyed seniors were all down on the grass hill behind the north end zone at Faurot Field shopping for rocks on the Big M like old men at a fruit stand.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:44:56 GMT";
arnews[1] += "
";
arnews[2]="Tulloch treble
";
arnews[2] += "Defending champions St George's College and Bridgeport High School secured their spots in next Saturday's ISSA Pepsi/Digicel Manning Cup final with contrasting semi-final wins yesterday at the Harbour View Mini-Stadium. Two-time winners Bridgeport edged St Andrew Technical , 1-0, in the curtain-raiser, before McKauly Tulloch's hat-trick led 18-time ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 07:47:05 GMT";
arnews[2] += "
";
arnews[3]="Lady Blues cruise in opener
";
arnews[3] += "Washburn's Cassie Lombardino makes a move to the hoop past Southwestern's Tylar Hatfield during the Lady Blues 102-43 victory Saturday night at Lee Arena.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 07:34:08 GMT";
arnews[3] += "
";
arnews[4]="Fentress: Week 11 NFL picks
";
arnews[4] += "Philadelphia Eagles wide receiver DeSean Jackson breaks free momentarily with a short pass as San Diego Chargers' Steve Gregory and Larry English move in for the tackle during the first quarter of a NFL football game Sunday Nov.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 07:28:23 GMT";
arnews[4] += "
";
arnews[5]="Campus Notepad: TISD Campuses Closed This Week For Thanksgiving
";
arnews[5] += "Tyler ISD campuses and offices are closed Monday through Friday of this week for the Thanksgiving holiday.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 07:15:16 GMT";
arnews[5] += "
";
arnews[6]="On the Move
";
arnews[6] += "HOW TO SUBMIT AN ITEMON THE MOVE runs on Tuesdays and Sundays. Submit items of interest regarding new employees, promotions and professional honors to: Business Editor, Portland Press Herald, P.O. Box 1460, Portland 04104, or e-mail to business@ pressherald.com. ITEMS GENERALLY will run seven to 14 days after they are received.";
arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 07:05:22 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("