var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Tatu take on Putin
"; arnews[0] += "Tatu are running against Vladimir Putin in a bid to become joint presidents of Russia."; arnews[0] += "
Publ.Date : Fri, 29 Jan 2010 17:36:06 GMT"; arnews[0] += "
"; arnews[1]="t.A.T.u Is Back
"; arnews[1] += "Remember them? In 2002, this Russian duo captured the pop world's attention when they announced that they're lesbian and hot for each other."; arnews[1] += "
Publ.Date : Tue, 05 Jan 2010 20:08:57 GMT"; arnews[1] += "
"; arnews[2]="Music news: t.A.T.u make new comeback attempt
"; arnews[2] += "IT'S possibly the least anticipated reunion in pop history but faux lesbian duo t.A.T.u are back."; arnews[2] += "
Publ.Date : Mon, 04 Jan 2010 00:00:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");