var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Last Few Possessions Stolen From Airman Killed In Combat
";
arnews[0] += "A military family lost their loved one in combat in Afghanistan last month and on Tuesday that same family received yet another blow.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:22:05 GMT";
arnews[0] += "
";
arnews[1]="NFL Passer Ratings and Completion Percentages: What do they really mean?
";
arnews[1] += "At some point in the 2000's, it must have been decided that passer rating and completion percentage are the end all be all statistics in football.A Particularly passer rating.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 02:11:08 GMT";
arnews[1] += "
";
arnews[2]="Velvet Hills Show Chorus sings valentines: part 3
";
arnews[2] += "People in favor of anA ordinance that would ban camping on all public property say it's the tough love the homeless need.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Jets try to wrap up win against Atlanta
";
arnews[3] += "It's the most wonderful time of the year. Except, that is, if you're a New York Jets fan.";
arnews[3] += "
Publ.Date : Sat, 19 Dec 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Column
";
arnews[4] += "How Merril gets that knot tied like that is a closely guarded secret. 35 to 44 points -- You replace ESPN's NFL Insiders.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 00:28:41 GMT";
arnews[4] += "
";
arnews[5]="Romance your Valentine with a romantic meal
";
arnews[5] += "What better holiday than Valentine's Day is there to enjoy a nice meal? You deserve an evening alone with your sweetheart.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 08:00: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("