var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Forestview boys rout Huss, create first-place tie
";
arnews[0] += "Forestview was sick of those nail-biters against Hunter Huss. Jack Sumner scored 17, Preston Holmes added 16 and the Jaguars left no doubt in a 64-41 runaway victory at Hunter Huss on Tuesday, creating a tie atop the Big South 3A Conference standings.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:39:19 GMT";
arnews[0] += "
";
arnews[1]="Comstock Resources, Inc. Q4 2009 Earnings Call Transcript
";
arnews[1] += "Comstock Resources, Inc. February 9, 2009 10:30 am ET Executives Jay Allison - \" Chairman, President and CEO Roland Burns - \" SVP and CFO Mack Good - \" COO Analysts John Freeman - \" Raymond James Leo Mariani - \" RBC Ray Deacon - \" Pritchard Capital Sven Del Pozzo - \" C.K. Cooper Mark Lear - \" Sidoti & Co Jack Aydin - \" KeyBanc Ron Mills - \" Johnson ...";
arnews[1] += "
Publ.Date : Mon, 09 Feb 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Mary Russell Grider Raulston
";
arnews[2] += "Mary Russell Grider Raulston, age 82, of Stevenson passed away Wednesday, February 3, 2010 at the home of her daughter.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 15:11:52 GMT";
arnews[2] += "
";
arnews[3]="2 New Smallville S09E12: Warrior Videos Arrive
";
arnews[3] += "The CW Network has provided us with two new videos for the upcoming Smallville episode, Warrior , which will air on Friday, February 12 at 8 PM ET only on the CW Network.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 19:48:45 GMT";
arnews[3] += "
";
arnews[4]="Smallville: Absolute Justice an absolute joy
";
arnews[4] += "Lexington TV Examiner rates this: Long anticipated, Friday night's two hour television movie Smallville: Absolute Justice was more than just two episodes of the CW 's popular Smallville series.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
totcount = 5;
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("