var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Caius Choir premiere new pieces written for the 800th Anniversary
";
arnews[0] += "New Psalm settings by six Cambridge composers feature in a free concert by Gonville & Caius College Choir this Sunday afternoon at 3 pm in St John's College Chapel.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:00:00 GMT";
arnews[0] += "
";
arnews[1]="The doctor takes a wife - again
";
arnews[1] += "\"I hate all the attention\"...Brynne Gordon and Geoffrey Edelston at Bondi Beach... Edelsten and Gordon at the Brownlow medal.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 14:18:41 GMT";
arnews[1] += "
";
arnews[2]="Arts & Culture
";
arnews[2] += "\"I'm doing a little Frenching now, guys,\" Stephen Alexander announces to an enthralled audience as he shows off his way with a blade.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 16:44:47 GMT";
arnews[2] += "
";
arnews[3]="[For Dion] The life and death of Ivan a oeBonecrushera Khutorskoy
";
arnews[3] += "Another anti-fascist has been murdered in Russia. As always, this post is dedicated to local yuppie Dion & the Melbourne Dumb Punx.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 13:32:32 GMT";
arnews[3] += "
";
arnews[4]="Bob Saget gets 'Strange' for A&E, Lorraine Bracco joins TNT's 'Rizzoli'
";
arnews[4] += "Bob Saget is going to get weird on A&E. The cable channel has greenlit seven episodes of a series called \"Bob Saget's Strange Days,\" in which the comedian and former \"Full House\" star immerses himself in some of the odder subcultures that exist in our great nation.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 02:41:35 GMT";
arnews[4] += "
";
arnews[5]="Stork Report
";
arnews[5] += "Kirby, Robin and Ben are proud to announce the birth of, Sasha Lou Ellen Fofonoff, born Sept.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 20:53: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("