i=Math.floor(Math.random()*12);
if(i==0||i==1){caching1();}
if(i==2||i==3){caching2();}
if(i==4||i==5){caching3();}
if(i==6||i==7){caching4();}
if(i==8||i==9){caching5();}
if(i==10||i==11){caching6();}

function caching1() {
document.write('<img src="/img/gaibuad/icon1.jpg" width="40" height="60">\n');

}

function caching2() {
document.write('<img src="/img/gaibuad/icon2.jpg" width="40" height="60">\n');

}

function caching3() {
document.write('<img src="/img/gaibuad/icon3.jpg" width="40" height="60">\n');

}

function caching4() {
document.write('<img src="/img/gaibuad/icon4.jpg" width="40" height="60">\n');

}

function caching5() {
document.write('<img src="/img/gaibuad/icon5.jpg" width="40" height="60">\n');

}

function caching6() {
document.write('<img src="/img/gaibuad/icon_1.gif" width="40" height="60">\n');

}