var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Twelve Swansea stunners picked for new 2010 calendar
";
arnews[0] += "TWELVE homegrown stunners have been hand-picked to star in Swansea Life magazine's 2010 calendar.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:34:44 GMT";
arnews[0] += "
";
arnews[1]="Youngest pupils in the parish learn about Thanksgiving
";
arnews[1] += "Prekindergarten pupil Kennedy Jewell knows exactly what she will be eating for Thanksgiving and also for what she is thankful.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 09:59:55 GMT";
arnews[1] += "
";
arnews[2]="Hinson among 'Women of Achievement'
";
arnews[2] += "New Albany resident and local leader Lisa Hinson has been honored as a member of the YWCA Women of Achievement class of 2010.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 22:00:20 GMT";
arnews[2] += "
";
arnews[3]="FEI seeks to end equestrian drug problems, will vote on new anti-doping program
";
arnews[3] += "International Equestrian Federation members will vote this week on cleaning up the sport's drug problems.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 22:01:47 GMT";
arnews[3] += "
";
arnews[4]="Fei Seeks To End Equ...
";
arnews[4] += "International Equestrian Federation members will vote this week on cleaning up the sport's drug problems.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 19:13:16 GMT";
arnews[4] += "
";
arnews[5]="FEI seeks to end horse sport's Olympics drug problems, set to vote in new anti-doping program
";
arnews[5] += "LAUSANNE, Switzerland - International Equestrian Federation members will vote this week on cleaning up their sport's persistent drug problems.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 18:48:47 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("