var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="In the Lehigh Valley, no home team to cheer for on Super Bowl Sunday
";
arnews[0] += "For local peddlers of beer and buffalo wings, four of the last five Super Bowls have been especially appetizing, as teams with huge Pennsylvania fan bases have been in contention: the Pittsburgh Steelers , the New York Giants , the Philadelphia Eagles .";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 11:53:20 GMT";
arnews[0] += "
";
arnews[1]="Auction raises funds for Boys & Girls Clubs
";
arnews[1] += "The reasons people attended the Boys & Girls Clubs of West Central Missouri auction were many.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Leading News Resource of Pakistan
";
arnews[2] += "Australia crush Pakistan by 135 runs yet again PERTH: Australia mercilessly ripped through a feeble Pakistan at the WACA to keep alive the prospect of inflicting upon the tourists only their second 5-0 whitewash in ODIs.";
arnews[2] += "
Publ.Date : Sat, 30 Jan 2010 02:49:36 GMT";
arnews[2] += "
";
arnews[3]="Nominees named for 2010 Pink Flamingo Award
";
arnews[3] += "Five local residents have been nominated for the 2010 Pink Flamingo Award. The Boys and Girls Clubs of West Central Missouri will bestow the award, which honors a person who has shown exceptional dedication and service to the community, at their 20th annual fundraising auction, An Evening of Heart and Hope.";
arnews[3] += "
Publ.Date : Thu, 28 Jan 2010 04:49:30 GMT";
arnews[3] += "
";
arnews[4]="Natasha Walter: Land of the living dolls - the generation who believe ...
";
arnews[4] += "Aspiring night in the Mayhem nightclub in Southend. About a dozen girls, all in tiny hotpants and towering wedge heels, with dark fake tans and shiny, straightened hair, made their way over to a group of men who were standing by a large, empty bed.";
arnews[4] += "
Publ.Date : Tue, 26 Jan 2010 00:43:53 GMT";
arnews[4] += "
";
arnews[5]="'I believed sexism would wither away'
";
arnews[5] += "The author of The New Feminism talks about challenging the resurgence of sexism in her new book, Living Dolls a ' and not being an angry feminist I'm trying to establish just how A often the feminist writer Natasha Walter gets angry.";
arnews[5] += "
Publ.Date : Mon, 25 Jan 2010 11:42:44 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("