imgarr = new Array(2); 
imgarr[0] = '<a href=\"http://g.idler-et.com/opus/1559/anime.html\" target=\"_blank\"><img src=\"http://www.idler-et.com/incet/loop/180400/images/a1.jpg\" border=\"0\" /></a>' 
imgarr[1] = '<a href=\"http://g.idler-et.com/opus/1560/anime.html\" target=\"_blank\"><img src=\"http://www.idler-et.com/incet/loop/180400/images/a2.jpg\" border=\"0\" /></a>' 
imgarr[2] = '<a href=\"http://g.idler-et.com/opus/1545/anime.html\" target=\"_blank\"><img src=\"http://www.idler-et.com/incet/loop/180400/images/a3.jpg\" border=\"0\" /></a>' 
index = Math.floor(Math.random() * imgarr.length); 
document.write(imgarr[index]); 
