var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hottest Vampires
";
arnews[0] += "Forget werewolves and witches, vampires have taken a bite out of pop culture and they're not going down without a fight.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 19:19:21 GMT";
arnews[0] += "
";
arnews[1]="Kinnocks throw weight behind Huw Lewisa vision for Wales in race to replace Rhodri
";
arnews[1] += "LABOUR leadership contender Huw Lewis has won the backing of Neil and Glenys Kinnock in his race to succeed Rhodri Morgan as party leader and First Minister.";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 15:14:49 GMT";
arnews[1] += "
";
arnews[2]="Graham-Kapowsin star our volleyball player of the year
";
arnews[2] += "\"Keep your eye on the ball\" is a common phrase used by coaches. Graham-Kapowsin senior volleyball star Kayla Reno doesn't always follow that advice.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 11:28:45 GMT";
arnews[2] += "
";
arnews[3]="D'ya wanna be in my gang?
";
arnews[3] += "The deadline for supporting nominations from MPs, the MEP, constituency Labour parties and affiliated organisations for the leadership election was 12pm today.";
arnews[3] += "
Publ.Date : Wed, 28 Oct 2009 00:16:49 GMT";
arnews[3] += "
";
arnews[4]="River Ridge musical theater students present 'Bye Bye Birdie'
";
arnews[4] += "Musical theater students at River Ridge High School rehearse a scene from Bye Bye Birdie, which goes back to the early days of rock 'n' roll.";
arnews[4] += "
Publ.Date : Fri, 23 Oct 2009 10:43:53 GMT";
arnews[4] += "
";
arnews[5]="L-L Field Hockey: Comets, Indians to title game
";
arnews[5] += "Jill Witmer became a cover girl Tuesday, as a feature story of the Penn Manor senior was the lead item in the latest ESPN Rise Magazine.";
arnews[5] += "
Publ.Date : Wed, 21 Oct 2009 03:58:02 GMT";
arnews[5] += "
";
arnews[6]="Real Estate Transactions
";
arnews[6] += "Matthew A. and Meredith C. Hultquist sold to John Edward Lang and Courtney Ryan Kelly, property at 1 Abbey Road for $985,000. John C. and Catherine H. Lawton sold to David Brown and Louise Waylett-brown, property at 102 Colony Road for $1,698,800. Weston C. Elliot sold to HSBC Bank USA, property at 40 Goodwives River Road for $1. Owen C. Hane and ...";
arnews[6] += "
Publ.Date : Thu, 08 Oct 2009 18:42:57 GMT";
arnews[6] += "
";
arnews[7]="Donegal clinches field hockey title share
";
arnews[7] += "So, is it better to be the hunter or the hunted? In the case of the Donegal field hockey team, it's actually both.";
arnews[7] += "
Publ.Date : Wed, 07 Oct 2009 05:12:34 GMT";
arnews[7] += "
";
arnews[8]="'Cats outnumber, outpace Warriors on home turf
";
arnews[8] += "West Johnston dominated Wednesday's cross country event at Wendell Community Park.";
arnews[8] += "
Publ.Date : Wed, 23 Sep 2009 08:06:04 GMT";
arnews[8] += "
";
totcount = 9;
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("