var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="It's Finally Time to Buy These Stocks
";
arnews[0] += "Stay away from small-cap bank stocks. It was nearly two years ago now that Tim first dished out that advice.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:57:28 GMT";
arnews[0] += "
";
arnews[1]="Post a Comment
";
arnews[1] += "Dwayne Lathan was the difference in Indiana State's 65-60 men's basketball win Friday night over CSU.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 13:19:22 GMT";
arnews[1] += "
";
arnews[2]="Lions drop second straight at Charleston
";
arnews[2] += "Penn State's shooting woes continue. Tulane's Kevin Sims made a 3-pointer from the top of the key with 19 seconds to play and the Green Wave held on to beat Penn State 63-60 Friday in the loser's bracket of the Charleston Classic at Carolina First Arena.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 12:42:22 GMT";
arnews[2] += "
";
arnews[3]="Late three-pointer lifts Tulane over PSU
";
arnews[3] += "Tulane's Kevin Sims made a 3-pointer from the top of the key with 19 seconds to play and the Green Wave held on to beat Penn State 63-60 Friday in the second round of the Charleston Classic at Carolina First Arena.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 12:31:40 GMT";
arnews[3] += "
";
arnews[4]="Contractor, others donate repairs to couple
";
arnews[4] += "The Starnes family in Hebron has experienced the kindness and generosity from those who provided repairs to their home for free.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 12:20:35 GMT";
arnews[4] += "
";
arnews[5]="Greeneville Shocks Red Bank In 4-A Quarterfinal, 14-13
";
arnews[5] += "Red Bank's season ends with lots of heartbreak and tremendous disappointment at 12-1. 'There's only four of us left,' Greeneville coach Cain Ballard said to his team as players, coaches and fans celebrated their biggest win of the season to this point.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 11:11:00 GMT";
arnews[5] += "
";
arnews[6]="Iraqi detainees tout Favres success as Viking
";
arnews[6] += "Detainees at a camp in Baghdad, Iraq, have found a way to get under the skin of troops from Wisconsin, having to do with football and a painful chapter for some Green Bay Packers fans who consider Brett Favre a traitor for joining the Minnesota Vikings.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 05:00:00 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("