var img = new Array()
img[0] = 'http://sashaipasha.ru/images/logo.gif'
img[1] = 'http://sashaipasha.ru/images/logo1.gif'
img[2] = 'http://sashaipasha.ru/images/logo2.gif'
img[3] = 'http://sashaipasha.ru/images/logo3.gif'
img[4] = 'http://sashaipasha.ru/images/logo4.gif'
img[5] = 'http://sashaipasha.ru/images/logo5.gif'
img[6] = 'http://sashaipasha.ru/images/logo6.gif'
img[7] = 'http://sashaipasha.ru/images/logo7.gif'
img[8] = 'http://sashaipasha.ru/images/logo8.gif'
img[9] = 'http://sashaipasha.ru/images/logo9.gif'
img[10] = 'http://sashaipasha.ru/images/logo10.gif'
img[11] = 'http://sashaipasha.ru/images/logo11.gif'
img[12] = 'http://sashaipasha.ru/images/logo12.gif'
img[13] = 'http://sashaipasha.ru/images/logo13.gif'
img[14] = 'http://sashaipasha.ru/images/logo14.gif'


var i = Math.floor(Math.random() * img.length)

document.write("<IMG src="+img[i]+" border="+0+">");
