//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/ad2-anvil_450.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/ad2-anvil_505.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/ad2-badger_9633.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/ad2-bayside_hivis.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/ad2-brightline.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/ad2-driduck_9397.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/ad2-fotl_82230.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/ad2-gildan_9500.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/ad2-innerharbor_ih41.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/ad2-izod.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/ad2-liberty_8808.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/ad2-stormcreek_4605.jpg  BORDER=0 VSPACE=0 HSPACE=0 WIDTH=147 height=67>"}
document.write (image1)

