var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Westside tops Poca in double overtime
";
arnews[0] += "Westside's Justin Tilley had a double-double with 22 points and 12 rebounds as the Renegades knocked off Poca 68-66 in double overtime at the Big Atlantic Classic in Beckley.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 05:49:20 GMT";
arnews[0] += "
";
arnews[1]="'Diggers dominate showdown at Yuma
";
arnews[1] += "Yuma's noisy home crowd turned into a You Tube-worthy evening for every Brush wrestler and fan last Thursday.";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 01:43:35 GMT";
arnews[1] += "
";
arnews[2]="Disney Channel Asks Kids To 'Express Yourself' About Haiti
";
arnews[2] += "Disney Channel has turned the latest segment of its Express Yourself short-form toward the Haiti earthquake.Debuting on Disney Channel and Disney XD channels around the world today, the 60-second interstitial features the message: \"Join the world as we shine a light on Haiti.\" With themes of connection, empowerment, compassion, outreach and being a ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 01:15:55 GMT";
arnews[2] += "
";
arnews[3]="Internet Marketing from the Real Experts Book Now Available
";
arnews[3] += "Internet Marketing from the Real Experts is now available to purchase online at Amazon, Barnes & Noble, and Borders, as well as offline bookstores.";
arnews[3] += "
Publ.Date : Wed, 27 Jan 2010 06:04:22 GMT";
arnews[3] += "
";
arnews[4]="Wrestling
";
arnews[4] += "NCIC F/S: Two Princeton wrestlers placed in Saturday's NCIC F/S meet at Morris. James Dove took first at 125 pounds and Zac Schultz finished fourth at 112.";
arnews[4] += "
Publ.Date : Tue, 26 Jan 2010 03:48:00 GMT";
arnews[4] += "
";
arnews[5]="Disney Channel Games continue today
";
arnews[5] += "The Disney Channel Games continue Thursday at Disney's Wide World of Sports, and you can watch the festivities.";
arnews[5] += "
Publ.Date : Sat, 23 Jan 2010 21:06:52 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("