//Without Links, Note different imagenum? and image? for multiple images in the same document
//imagenum after the random()* must be set to one less than the amount of images
imagenum1=Math.round(Math.random()*11)+1
if      (imagenum1==1){var image1="<IMG SRC=http://www.yourapparelsource.com/test/images/ad1-anvil_880.jpg BORDER=0 VSPACE=0 HSPACE=0 WIDTH=147 height=67>"}
else if (imagenum1==2){var image1="<IMG SRC=http://www.yourapparelsource.com/test/images/ad1-badger.jpg  BORDER=0 VSPACE=0 HSPACE=0 WIDTH=147 height=67>"}
else if (imagenum1==3){var image1="<IMG SRC=http://www.yourapparelsource.com/test/images/ad1-canvas.jpg BORDER=0 VSPACE=0 HSPACE=0 WIDTH=147 height=67>"}
else if (imagenum1==4){var image1="<IMG SRC=http://www.yourapparelsource.com/test/images/ad1-codev.jpg BORDER=0 VSPACE=0 HSPACE=0 WIDTH=147 height=67>"}
else if (imagenum1==5){var image1="<IMG SRC=http://www.yourapparelsource.com/test/images/ad1-driduck_tees.jpg BORDER=0 VSPACE=0 HSPACE=0 WIDTH=147 height=67>"}
else if (imagenum1==6){var image1="<IMG SRC=http://www.yourapparelsource.com/test/images/ad1-flexfit_y6210.jpg   BORDER=0 VSPACE=0 HSPACE=0 WIDTH=147 height=67>"}
else if (imagenum1==7){var image1="<IMG SRC=http://www.yourapparelsource.com/test/images/ad1-izod_0062.jpg BORDER=0 VSPACE=0 HSPACE=0 WIDTH=147 height=67>"}
else if (imagenum1==8){var image1="<IMG SRC=http://www.yourapparelsource.com/test/images/ad1-liberty_r150.jpg BORDER=0 VSPACE=0 HSPACE=0 WIDTH=147 height=67>"}
else if (imagenum1==9){var image1="<IMG SRC=http://www.yourapparelsource.com/test/images/ad1-stormcreek_4100.jpg  BORDER=0 VSPACE=0 HSPACE=0 WIDTH=147 height=67>"}
else if (imagenum1==10){var image1="<IMG SRC=http://www.yourapparelsource.com/test/images/ad1-vanheusen_0021.jpg  BORDER=0 VSPACE=0 HSPACE=0 WIDTH=147 height=67>"}
else if (imagenum1==11){var image1="<IMG SRC=http://www.yourapparelsource.com/test/images/ad1-yupoong_6277.jpg  BORDER=0 VSPACE=0 HSPACE=0 WIDTH=147 height=67>"}
else if (imagenum1==12){var image1="<IMG SRC=http://www.yourapparelsource.com/test/images/ad1-zkapz_zk641.jpg  BORDER=0 VSPACE=0 HSPACE=0 WIDTH=147 height=67>"}
document.write (image1)

