var arnews = new Array(8);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Symposium for the Marketing of Higher Education: 2009
";
arnews[0] += "Join Higher Education Marketers from all over the world to discuss cutting edge approaches, new tools and technologies and the hottest trends on the forefront of Higher Education Marketing.";
arnews[0] += "
Publ.Date : Thu, 05 Nov 2009 16:12:04 GMT";
arnews[0] += "
";
arnews[1]="Interview: District 9's Sharlto Copley
";
arnews[1] += "In addition to my one-on-one interview with director Neill Blomkamp conducted at Comic Con, I also got the chance to talk to District 9 's star, Sharlto Copley, during a press day in New York a few weeks ago.";
arnews[1] += "
Publ.Date : Fri, 14 Aug 2009 22:15:44 GMT";
arnews[1] += "
";
arnews[2]="Jaguar cubs bounding into the zoo spotlight
";
arnews[2] += "LeBron is living up to his namesake - larger than the other youngsters and very athletic.";
arnews[2] += "
Publ.Date : Fri, 26 Jun 2009 09:40:45 GMT";
arnews[2] += "
";
totcount = 3;
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("