var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="ITV fined A$3000 for cruelty to rat on "I'm A Celebrity...Get Me Out Of Here!"
";
arnews[0] += "Wednesday, February 10, 2010 The incident involved actor Stuart Manning and television chef Gino D'Acampo , who went on to win the ninth series of the programme, which was broadcast in 2009 .";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:46:00 GMT";
arnews[0] += "
";
arnews[1]="Wilson, George E., 84
";
arnews[1] += "George E. Wilson 84, Greenfield, died Feb. 9, 2010. Services: 11 a.m. Fri. Feb. 12 at St.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 09:55:37 GMT";
arnews[1] += "
";
arnews[2]="Boys basketball: Byram Hills defeats Harrison 48-45; more games ...
";
arnews[2] += "Stepinac 54, Fordham Prep 48: At Fordham Prep, James Chillemi had 17 points and Kadeem Francis had 14 points and seven assists.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Geraldine Vileno
";
arnews[3] += "A memorial service for Mrs. Geraldine E. Vileno will be held on Wednesday, Feb. 10, 2010, at 1 p.m. at St.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:02:41 GMT";
arnews[3] += "
";
arnews[4]="Still close to home
";
arnews[4] += "Armin Mellencamp may have spent the better part of the past 70 years living in southern Bartholomew County, but there's one place even more special to him.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:00:28 GMT";
arnews[4] += "
";
arnews[5]="North Shore Tech earns outright crown
";
arnews[5] += "North Shore Tech boys basketball coach Jody Norton is happy, but not satisfied. The Bulldogs became the first team in program history to earn an outright Commonwealth Conference Small title when they defeated Northeast 75-52 last night.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 06:45:16 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("