var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Japan Prize awards, documentary on Nara temple, and Beat Takeshi's definition of beauty
";
arnews[0] += "On Monday, NHK will broadcast the winners of the 36th annual \"Nihon-sho\" , which awards outstanding domestic and international contributions to educational television.";
arnews[0] += "
Publ.Date : Sat, 31 Oct 2009 23:59:16 GMT";
arnews[0] += "
";
arnews[1]="New Lexus - this one's hybrid-only
";
arnews[1] += "BEAUTIES AND THE BEAST: Riyo Mori , Miss Universe 2007, and Kurara Chibana, Miss Universe first princess 2006, introduce the Lexus HS250h, the brand's first hybrid-only model, in Tokyo.";
arnews[1] += "
Publ.Date : Wed, 15 Jul 2009 05:06:10 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("