var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Aptilo and PSAV Deliver High-Speed Wireless Internet Solutions for...
";
arnews[0] += "\" February 9, 2010 - \" PSAV Presentation Services, the leading provider of audiovisual and event technology support to hotels, associations, producers and meeting planners worldwide, and Aptilo Networks, the global leader in integrated solutions for control of billing, user services and access in wireless networks including WiMAXTM and Wi-Fi, have ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:07:03 GMT";
arnews[0] += "
";
arnews[1]="Texas A&M Introduces Mobile Web Site For Smart Phone Users
";
arnews[1] += "Texas A&M University introduces TAMUmobile Web - \" a mobile website optimized for easy access to popular campus services and information from any cellular phone or mobile device.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:27:44 GMT";
arnews[1] += "
";
arnews[2]="National Basketball Association Game Capsules
";
arnews[2] += "Raymond Felton hit the go-ahead jumper with 1.9 seconds to play, lifting the Charlotte Bobcats to a 94-92 victory over the Washington Wizards.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 07:02:33 GMT";
arnews[2] += "
";
arnews[3]="'American Idol' Hollywood Week Kicks Off With Ellen DeGeneres' Debut
";
arnews[3] += "Finally! After what felt like an eternity, \"American Idol\" served up the first dose of Hollywood Week on Tuesday night .";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 03:16:00 GMT";
arnews[3] += "
";
arnews[4]="Oceana Middle student wins spelling bee
";
arnews[4] += "BY JOHN CONLEY Associate Editor Persistence paid off for Katelyn Sanders. After finishing as runner-up in the Wyoming County Spelling Bee the last two years, the Oceana Middle School sixth grader stepped into the winner's circle last Wednesday.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 02:52:59 GMT";
arnews[4] += "
";
arnews[5]="Felony Arrests
";
arnews[5] += "The following are recent felony arrests by the Montgomery Police Department. Jason Dewayne Crawford, 21, of 441 Spring Valley Road was arrested Monday and charged with unlawful breaking and entering of a motor vehicle and second-degree theft of property.";
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("