var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ashley Leggat - Mean, nasty... and loving it
";
arnews[0] += "There's no business like show business -- especially when the show's being shot in your hometown.";
arnews[0] += "
Publ.Date : Wed, 13 Jan 2010 05:17:32 GMT";
arnews[0] += "
";
arnews[1]="Four win Cdn horseshoe titles
";
arnews[1] += "The Times-Journal continues its look at some of 2009's significant moments in local sports: JULY St.";
arnews[1] += "
Publ.Date : Wed, 30 Dec 2009 16:45:05 GMT";
arnews[1] += "
";
arnews[2]="Former city writer breathes life into short stories
";
arnews[2] += "SOME readers think all short stories are literary exercises, mere mood pieces, minimalist, precious and plotless.";
arnews[2] += "
Publ.Date : Sat, 19 Dec 2009 09:42:53 GMT";
arnews[2] += "
";
arnews[3]="Family Channel celebrates Bullying Awareness Week with country-wide Stand UP! Wave
";
arnews[3] += "Students in schools across the country will literally Stand UP! to participate in one massive wave that will be led on Family Channel and online at family.ca; The Stand UP! Wave will move from west to east, starting after a bullying-prevention themed episode of hit series The Latest Buzz on November 20 at 12 p.m. ET .";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 20:37:11 GMT";
arnews[3] += "
";
arnews[4]="Kids and celebrities across Canada getting ready to stand up to bullying
";
arnews[4] += "We all know that bullying is a critical issue for young Canadians, but just after noon ET on November 20, schools across Canada will join with television stars and take part in an unprecedented effort to stand up to bullying together.";
arnews[4] += "
Publ.Date : Thu, 01 Oct 2009 13:00:00 GMT";
arnews[4] += "
";
arnews[5]="Producing their own magazine
";
arnews[5] += "Anna Kozanitis, 16 ; Tina Lefort, 17; Nicoletta Kozanitis, 13; and Laura Mason., 17; all contributed to the magazine.";
arnews[5] += "
Publ.Date : Tue, 29 Sep 2009 14:55:25 GMT";
arnews[5] += "
";
arnews[6]="Fishbourne outwit Wittering in the cup
";
arnews[6] += "A bumper crop of reports from our local West Sussex League teams features action for Wittering, Fishbourne, Chi Uni, Newtown Villa, Hunston, West Chiltington, Lavant, Hunston CC Res, Boxgrove, Ashington, Cowfold and Chapel.";
arnews[6] += "
Publ.Date : Thu, 24 Sep 2009 20:17:06 GMT";
arnews[6] += "
";
arnews[7]="Fishbourne outwit Wittering in the cup
";
arnews[7] += "A bumper crop of reports from our local West Sussex League teams features action for Wittering, Fishbourne, Chi Uni, Newtown Villa, Hunston, West Chiltington, Lavant, Hunston CC Res, Boxgrove, Ashington, Cowfold and Chapel.";
arnews[7] += "
Publ.Date : Thu, 24 Sep 2009 18:05:46 GMT";
arnews[7] += "
";
totcount = 8;
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("