function go_to(url) {
window.location=url;
}
function rand_link() {
var a;
a = 1+Math.round(Math.random()*19);   // a = random number between 1-19
if (a==1) go_to("http://rifma.com.ru/poet.php?is=artemis");
if (a==2) go_to("http://rifma.com.ru/poet.php?is=Berlin_Adolph");
if (a==3) go_to("http://rifma.com.ru/poet.php?is=vvva");
if (a==4) go_to("http://rifma.com.ru/poet.php?is=bor");
if (a==5) go_to("http://rifma.com.ru/poet.php?is=Kuper");
if (a==6) go_to("http://rifma.com.ru/poet.php?is=LADA");
if (a==7) go_to("http://rifma.com.ru/poet.php?is=yardim");
if (a==8) go_to("http://rifma.com.ru/poet.php?is=Vadim");
if (a==9) go_to("http://rifma.com.ru/poet.php?is=sergeant");
if (a==10) go_to("http://rifma.com.ru/poet.php?is=agape");
if (a==11) go_to("http://rifma.com.ru/poet.php?is=bakkara");
if (a==12) go_to("http://rifma.com.ru/poet.php?is=camaron");
if (a==13) go_to("http://rifma.com.ru/poet.php?is=LADA");
if (a==14) go_to("http://rifma.com.ru/poet.php?is=shrike");
if (a==15) go_to("http://rifma.com.ru/poet.php?is=tal");
if (a==16) go_to("http://rifma.com.ru/poet.php?is=nbutorin");
if (a==17) go_to("http://rifma.com.ru/poet.php?is=shamra");
if (a==18) go_to("http://rifma.com.ru/poet.php?is=Stockman");
if (a==19) go_to("http://rifma.com.ru/poet.php?is=chegodaev");

}
