var arnews = new Array(9);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Phillips Exeter Academy Students Elected as Early Members to Cum Laude Society
";
arnews[0] += "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[0] += "
Publ.Date : Sat, 10 Oct 2009 11:22:10 GMT";
arnews[0] += "
";
arnews[1]="Face of child labour campaign still working
";
arnews[1] += "PATNA, INDIA // Thirteen-year-old Chunmun Kumari was once the face of Unicef's campaign against child labour in India.";
arnews[1] += "
Publ.Date : Thu, 10 Sep 2009 21:25:18 GMT";
arnews[1] += "
";
arnews[2]="Unicef investigates exploitation of child in poster campaign
";
arnews[2] += "The UN's children's rights organisation Unicef has launched an investigation into claims that it had exploited and failed a nine year old girl who starred in their poster campaign against child labour.";
arnews[2] += "
Publ.Date : Fri, 07 Aug 2009 04:18:35 GMT";
arnews[2] += "
";
arnews[3]="A Woman Can Have A Power Surpassing The Strength Of Eiffel Tower
";
arnews[3] += "IF THE HEART OF A MAN IS DEPRESSED WITH CARES, THE MIST IS DISPELL'D WHEN A WOMAN APPEARS.";
arnews[3] += "
Publ.Date : Sun, 26 Jul 2009 20:38:11 GMT";
arnews[3] += "
";
arnews[4]="A Woman Can Have A Power Surpassing The Strength Of Eiffel Tower
";
arnews[4] += "IF THE HEART OF A MAN IS DEPRESSED WITH CARES, THE MIST IS DISPELL'D WHEN A WOMAN APPEARS.";
arnews[4] += "
Publ.Date : Fri, 12 Jun 2009 11:29:38 GMT";
arnews[4] += "
";
totcount = 5;
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("