msgArray = new Array();
msgArray[0] = "<IMG SRC=\'images/new_01.jpg\' WIDTH=\'382\' HEIGHT=\'221\' BORDER=\'0\'>";
msgArray[1] = "<IMG SRC=\'images/new_02.jpg\' WIDTH=\'382\' HEIGHT=\'221\' BORDER=\'0\'>";
msgArray[2] = "<IMG SRC=\'images/new_03.jpg\' WIDTH=\'382\' HEIGHT=\'221\' BORDER=\'0\'>";
msgArray[3] = "<IMG SRC=\'images/new_04.jpg\' WIDTH=\'382\' HEIGHT=\'221\' BORDER=\'0\'>";
msgArray[4] = "<IMG SRC=\'images/new_05.jpg\' WIDTH=\'382\' HEIGHT=\'221\' BORDER=\'0\'>";
msgArray[5] = "<IMG SRC=\'images/new_06.jpg\' WIDTH=\'382\' HEIGHT=\'221\' BORDER=\'0\'>";
msgArray[6] = "<IMG SRC=\'images/new_07.jpg\' WIDTH=\'382\' HEIGHT=\'221\' BORDER=\'0\'>";
msgArray[7] = "<IMG SRC=\'images/new_08.jpg\' WIDTH=\'382\' HEIGHT=\'221\' BORDER=\'0\'>";
msgArray[8] = "<IMG SRC=\'images/new_09.jpg\' WIDTH=\'382\' HEIGHT=\'221\' BORDER=\'0\'>";
msgArray[9] = "<IMG SRC=\'images/new_10.jpg\' WIDTH=\'382\' HEIGHT=\'221\' BORDER=\'0\'>";
msgArray[10] = "<IMG SRC=\'images/new_11.jpg\' WIDTH=\'382\' HEIGHT=\'221\' BORDER=\'0\'>";
msgArray[11] = "<IMG SRC=\'images/new_12.jpg\' WIDTH=\'382\' HEIGHT=\'221\' BORDER=\'0\'>";
msgArray[12] = "<IMG SRC=\'images/new_13.jpg\' WIDTH=\'382\' HEIGHT=\'221\' BORDER=\'0\'>";
document.writeln(msgArray[Math.floor(Math.random() *msgArray.length)]);