var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="A beautiful nightingale
"; arnews[0] += "SOO Wincci's self-titled album may have garnered skepticism, but she's not about to back down anytime soon from her dream of becoming a full-fledged singer."; arnews[0] += "
Publ.Date : Tue, 19 Jan 2010 09:46:46 GMT"; arnews[0] += "
"; arnews[1]="Creativity gets a brand new StART in Klang Valley
"; arnews[1] += "Based in Petaling Jaya, StART academy was established by Malaysia's largest communications group, Foetus International, to nurture and cultivate creative talents among less fortunate children."; arnews[1] += "
Publ.Date : Tue, 13 Oct 2009 08:15:01 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("
");document.write("
");