var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Tracey Emin Wins 2009 ACE Award for Art in a Religious Context
"; arnews[0] += "Tracey Emin is this year's winner of the ACE Award for Art in a Religious Context."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:37:11 GMT"; arnews[0] += "
"; arnews[1]="Giants Ace Lincecum Wins Second Straight
"; arnews[1] += "Tim Lincecum has been so dominant in his first two full major league seasons that even his top bosses don't know how he can get much better."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 13:05:25 GMT"; arnews[1] += "
"; arnews[2]="Sports Briefs: Lincecum wins NL Cy Young in a close vote
"; arnews[2] += "Ace Tim Lincecum of the San Francisco Giants won the National League Cy Young Award yesterday for the second straight year."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 05:45:03 GMT"; arnews[2] += "
"; arnews[3]="SINGAPORE: Be daring to take the business plunge
"; arnews[3] += "Fewer than one in five tertiary students in a National University of Singapore Entrepreneurship Centre survey said they wanted to become entrepreneurs."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 05:05:36 GMT"; arnews[3] += "
"; arnews[4]="On Nov. 17, 1905, when the so-called Japan-Korea Protectorate
"; arnews[4] += "On Nov. 17, 1905, when the so-called Japan-Korea Protectorate Treaty was forcibly signed, Deoksu Palace and the meeting room were besieged by fully armed Japanese soldiers, with 800 cavalry, 5,000 artillery and 20,000 infantry exerting control over the whole metropolitan area of Seoul."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 01:00:59 GMT"; arnews[4] += "
"; arnews[5]="Tim Lincecum Wins 2nd Straight NL Cy Young
"; arnews[5] += "In One of Tightest Votes Ever, Giants Ace Becomes First Repeat Winner of Award Since Randy Johnson"; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 19:50:47 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("
");document.write("
");