var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Wyrick: The attitude of gratitude does work
";
arnews[0] += "We are never too old to learn from our children and they are never too young to teach us.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:51:43 GMT";
arnews[0] += "
";
arnews[1]="Miami Hurricanes add FIU running backs coach Mike Cassano
";
arnews[1] += "FIU is looking for a new offensive and defensive coordinator. Golden Panthers offensive coordinator Bill Legg left the team to accept the position of offensive line coach at Marshall, FIU coach Mario Cristobal confirmed Sunday.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 14:02:34 GMT";
arnews[1] += "
";
arnews[2]="Bitch-Back! Lady Gaga's Fine & Ted's Crackers
";
arnews[2] += "Dear Shoot and Kill the Messenger: She was alive before 2009, you know. Dear Ted: I'm done reading the A.T. after your latest post about Alexander Skarsgrd .";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 15:03:00 GMT";
arnews[2] += "
";
arnews[3]="No. 3 Old Tappan dodges Hodges' upset try
";
arnews[3] += "OLD TAPPAN a ' Shane McLaughlin hasna TMt been himself since he suffered a foot injury more than two weeks ago.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 09:50:23 GMT";
arnews[3] += "
";
arnews[4]="Santa Clara ends skid by beating San Diego
";
arnews[4] += "Freshman Robert Smith scored 16 points, including 10 straight in the second half, as visiting Santa Clara pulled away to a 59-43 victory over San Diego on Saturday night.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Mrs. Brett McGehee
";
arnews[5] += "Jill Christine Stoute and Brett Thomas McGehee were married on Saturday, February 6, 2010, at River Oaks in Lafayette.";
arnews[5] += "
Publ.Date : Sun, 07 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("