var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Full list: The former MPs who rorted the system
";
arnews[0] += "Larry Anthony : Repaid $993 for flights he took from his home near Coolangatta to Sydney and Canberra and $185 for using a hire car.";
arnews[0] += "
Publ.Date : Sun, 31 Jan 2010 23:44:25 GMT";
arnews[0] += "
";
arnews[1]="One hundred freedom marchers to be allowed into Gaza
";
arnews[1] += "They should be enroute. The note and list were written by the Gaza Freedom March Coordinators.";
arnews[1] += "
Publ.Date : Tue, 29 Dec 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Phillips Exeter Academy Students Elected as Early Members to Cum Laude Society
";
arnews[2] += "Exeter, NH - The Phillips Exeter Academy Chapter of the Cum Laude Society has recently elected 16 seniors as early members of the academic honor society.";
arnews[2] += "
Publ.Date : Sat, 10 Oct 2009 11:22:10 GMT";
arnews[2] += "
";
arnews[3]="Face of child labour campaign still working
";
arnews[3] += "PATNA, INDIA // Thirteen-year-old Chunmun Kumari was once the face of Unicef's campaign against child labour in India.";
arnews[3] += "
Publ.Date : Thu, 10 Sep 2009 21:25:18 GMT";
arnews[3] += "
";
totcount = 4;
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("