var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="ConstanceFAME is Fleeting
";
arnews[0] += "ST. SIMONS ISLAND, Ga -- My shopping cart had what I call \"go funny\" wheels and with difficulty I eased it along the long line to the conveyer belt for checkout.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 14:28:10 GMT";
arnews[0] += "
";
arnews[1]="Rashomon
";
arnews[1] += "Recent American mindbenders such as Memento and Mulholland Drive wouldn't even know what time it is without this 1950 Kurosawa classic, which remains the definitive big-screen statement of the relativity of truth--as well as the best-known Japanese movie ever made.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 14:13:30 GMT";
arnews[1] += "
";
arnews[2]="America's love of freedom hinders her government
";
arnews[2] += "Let me get straight to the point: Americans' profound distrust of government is neurotic - irrational, defensive and born of emotional trauma.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Bollywood star takes up 'vogging'
";
arnews[3] += "Bollywood superstar Amitabh Bachchan says he will take up \"vogging\" or vocal blogging to reach out to his fans.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:52:02 GMT";
arnews[3] += "
";
arnews[4]="West Chatham Calendar
";
arnews[4] += "February 6 - 14, Jewish Educational Alliance, 5111 Abercorn St. The Festival is a project of the Savannah Jewish Federation and the Jewish Educational Alliance.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 06:08:50 GMT";
arnews[4] += "
";
arnews[5]="Rodriguez: Get to the roots of our distrust
";
arnews[5] += "Let me get straight to the point: Americans' profound distrust of government is neurotic irrational, defensive and born of emotional trauma.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 03:43:24 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("