var arnews = new Array(7);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Volleyball: UNT hires assistant coach - Dallas Morning News
";
arnews[0] += "UNT volleyball coach Ken Murczek has announced the hiring of Keith Schunzel to the coaching staff. Much like Murczek, the former Indiana and Valparaiso assistant brings a pedigree of winning volleyball as both a coach and player. Schunzel spent the ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 14:10:00 GMT";
arnews[0] += "
";
arnews[1]="ABC Family Picks-Up HUGE and PRETTY LITTLE LIARS - Daemon's TV
";
arnews[1] += "ABC FAMILY ANNOUNCES PICK-UP OF DRAMAS \"HUGE\" AND \"PRETTY LITTLE LIARS\" Burbank, CA (Wednesday, January 27, 2010) – Paul Lee, president, ABC Family, today announced the pick-up of two one-hour dramas, \"Huge\" and \"Pretty Little Liars.\" Each series ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 18:16:00 GMT";
arnews[1] += "
";
arnews[2]="North Adams Crime watch considered - Berkshire Eagle
";
arnews[2] += "NORTH ADAMS -- An unknown car seen cruising a neighborhood or a strange individual seen canvassing homes on foot could be the link local police need to stop a rash of break-ins across Northern Berkshire -- but police need residents to report the ...";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 04:51:00 GMT";
arnews[2] += "
";
arnews[3]="Keeping a watchful eye Police ask residents to be vigilant against any ... - North Adams Transcript
";
arnews[3] += "The meeting is being organized by the city, Ashley Benson of the Northern Berkshire Community Coalition and community representative Jennifer Breen Kirsch, who is working alongside police after being highly critical of the city’s police coverage ...";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 04:58:00 GMT";
arnews[3] += "
";
totcount = 4;
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("