var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Announcements
";
arnews[0] += "AZZOPARDI. On November 4, MATHILDE, aged 64, passed away peacefully, comforted by the rites of Holy church.";
arnews[0] += "
Publ.Date : Sat, 07 Nov 2009 10:47:08 GMT";
arnews[0] += "
";
arnews[1]="ArrayExpress update--from an archive of functional genomics...
";
arnews[1] += "Abstract ArrayExpress http://www.ebi.ac.uk/arrayexpress consists of three components: the ArrayExpress Repository--a public archive of functional genomics experiments and supporting data, the ArrayExpress Warehouse--a database of gene expression profiles and other bio-measurements and the ArrayExpress Atlas--a new summary database and ...";
arnews[1] += "
Publ.Date : Thu, 05 Nov 2009 22:48:41 GMT";
arnews[1] += "
";
arnews[2]="Chicago Reader
";
arnews[2] += "Sat., Nov. 7, 7:30 p.m. 312-733-6000 Kerramel Productions Presents: Aurel & Hardie Burlesque Cabaret Take a trip back to the 1920's speakeasies with sexy dancers, singers, and comedy in this vaudeville inspired variety show that will highlight the sexy history of Chicago and the Jazz Age.";
arnews[2] += "
Publ.Date : Mon, 02 Nov 2009 03:35:15 GMT";
arnews[2] += "
";
arnews[3]="Postal carrier made change that kept mail from Chesapeake couple
";
arnews[3] += "It was the case of \"where's my mail\" for a Chesapeake couple. Over more than a month, Maria and Josh Robison's mail dwindled to eventually nothing.";
arnews[3] += "
Publ.Date : Fri, 30 Oct 2009 04:20:02 GMT";
arnews[3] += "
";
arnews[4]="Announcements
";
arnews[4] += "GATT. On October 26, at Mater Dei Hospital, GIORGIA, of A ebbuA , aged 81, passed away peacefully, comforted by the rites of Holy Church.";
arnews[4] += "
Publ.Date : Wed, 28 Oct 2009 10:27:44 GMT";
arnews[4] += "
";
arnews[5]="Inner Tube: 'Hank' yanked for 'Great Pumpkin'
";
arnews[5] += "Kelsey Grammer and 'Hank' will be pre-empted next week for ABC's showing of 'It's the Great Pumpkin, Charlie Brown.' Articles On 'Hank', Grammer brings same pomp, just new circumstance This is never a good sign: Kelsey Grammer is being replaced by a bald cartoon character .";
arnews[5] += "
Publ.Date : Mon, 19 Oct 2009 10:39:42 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("