var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nobel;the Award For ...
";
arnews[0] += "Norway, hot off the heals of winning the UN designation of \"Best Country to Live in\", makes the rest of the world wonder what is going on over there? Obama is the 2009 Nobel laureate.";
arnews[0] += "
Publ.Date : Mon, 09 Nov 2009 22:52:28 GMT";
arnews[0] += "
";
arnews[1]="George Clooney goes public with new girlfriend
";
arnews[1] += "One might suspect a man of George Clooney's credentials would have no problem hanging on to a girl.";
arnews[1] += "
Publ.Date : Wed, 09 Sep 2009 02:40:13 GMT";
arnews[1] += "
";
totcount = 2;
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("