var arnews = new Array(9);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sunday Show Preview: 01.31.10
";
arnews[0] += "CBS' Face the Nation : ABC's This Week: Barbara Walters in the anchor chair with guest Sen.-elect Scott Brown .";
arnews[0] += "
Publ.Date : Sat, 30 Jan 2010 03:05:28 GMT";
arnews[0] += "
";
arnews[1]="University of the West Indies Award Dinner to honor stars, prime ministers
";
arnews[1] += "The 13th annual University of the West Indies Award Dinner - billed as one of the best and most star-studded benefits in the organization's history - will honor four Caribbean prime ministers, Olympic and world champion sprinter Usain Bolt , and director Spike Lee .";
arnews[1] += "
Publ.Date : Sun, 10 Jan 2010 05:30:22 GMT";
arnews[1] += "
";
arnews[2]="Sunday Talk - The Festival of Lightsabers
";
arnews[2] += "Meet the Press : Chair of the President's Council of Economic Advisers Christina Romer ; Roundtable : Former Chairman of the Federal Reserve Alan Greenspan , Michigan Gov.";
arnews[2] += "
Publ.Date : Sun, 13 Dec 2009 05:42:11 GMT";
arnews[2] += "
";
arnews[3]="African Luminaries Descend on Campus for Wharton Africa Business Forum
";
arnews[3] += "What does a model have in common with a media mogul with a basket weaver with a president of the IFC? This weekend the Wharton Africa Business forum was held on campus.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 05:00:00 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("