function wrmright()
{
//13
var ranNum= Math.round(Math.random() * 13);
if (ranNum == 0){document.write('
'); } // 02
if (ranNum == 1){document.write('
'); } // 04
if (ranNum == 2){document.write('
'); } // 05
if (ranNum == 3){document.write('
'); } // 06
if (ranNum == 4){document.write('
'); } // 07
if (ranNum == 5){document.write('
'); } // 08
if (ranNum == 6){document.write('
'); } // 09
if (ranNum == 7){document.write('
'); } // 11
if (ranNum == 8){document.write('
'); } // 12
if (ranNum == 9){document.write('
'); } // 13
if (ranNum == 10){document.write('
'); } // 14
if (ranNum == 11){document.write('
'); } // 15
if (ranNum == 12){document.write('
'); } // 16
if (ranNum == 13){document.write('
'); } // 17
}