var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Election dates set for Vernon Council
";
arnews[0] += "VERNON Election dates were set during the regularly scheduled meeting of Vernon City Council Tuesday evening for the positions now occupied by Narvel Armstrong, Peggy Dobbins, Gwen March and now with the recent letter of resignation, John Hawkins.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:59:18 GMT";
arnews[0] += "
";
arnews[1]="Apollo Investment F3Q10 Earnings Call Transcript
";
arnews[1] += "Apollo Investment Corp. F3Q10 Earnings Call February 9, 2010 10:00 am ET Executives James C. Zelter - Chief Executive Officer, Director Patrick J. Dalton - President, Chief Operating Officer Richard L. Peteka - Chief Financial Officer, Treasurer Analysts Sanjay Sakhrani a ' KBW Faye Elliot - Bank of America Merrill Lynch Vernon Plack - BB&T Capital ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:54:10 GMT";
arnews[1] += "
";
arnews[2]="Repeatability: The Key To Lucrative Contracts, and Pirates' Lack Of Such
";
arnews[2] += "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[2] += "
Publ.Date : Tue, 09 Feb 2010 23:48:50 GMT";
arnews[2] += "
";
arnews[3]="County Tournaments and Other Basketball History
";
arnews[3] += "That is the year I graduated from high school. My senior class provided the nucleus of the Madison-Model state tournament basketball team.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:22:30 GMT";
arnews[3] += "
";
arnews[4]="Arts briefs
";
arnews[4] += "'Elizabeth L. Noble: Ladies Room, Paintings on Canvas' will be on display Thursday through April 18 at Gallery Fine Art Center, 2151 Airline Drive, Suite 20, Bossier City.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Tritium hot zone expands at Vt. Yankee : Wells at nearby farms, a...
";
arnews[5] += "The Department of Health said late Monday there appears to be \"a very large area\" at the Vermont Yankee nuclear reactor contaminated with radioactive tritium, and contamination levels continue to rise.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 06:28:00 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("