<!-- Begin

// Set up the image files to be used.

var theImages = new Array() // do not change this

// To add more image files, continue with the

// pattern below, adding to the array.



theImages[0] = 'http://www.soaphunks.net/xpic1.jpg'

theImages[1] = 'http://www.soaphunks.net/xpic2.jpg'

theImages[2] = 'http://www.soaphunks.net/xpic3.jpg'

// theImages[3] = 'http://www.soaphunks.net/xpic4.jpg'

// theImages[4] = 'http://www.soaphunks.net/xpic5.jpg'

// theImages[5] = 'http://www.soaphunks.net/xpic5.jpg'

// theImages[6] = 'http://www.soaphunks.net/xpic5.jpg'

// theImages[7] = 'http://www.soaphunks.net/xpic8.jpg'

// theImages[8] = 'http://www.soaphunks.net/xpic9.jpg'

// theImages[9] = 'http://www.soaphunks.net/xpic10.jpg'

// theImages[10] = 'http://www.soaphunks.net/xpic11.jpg'

// theImages[11] = 'http://www.soaphunks.net/xpic12.jpg'

// theImages[12] = 'http://www.soaphunks.net/xpic13.jpg'

// theImages[13] = 'http://www.soaphunks.net/xpic14.jpg'



// do not edit anything below this line



var j = 0

var p = theImages.length;

var preBuffer = new Array()

for (i = 0; i < p; i++){

   preBuffer[i] = new Image()

   preBuffer[i].src = theImages[i]

}

var whichImage = Math.round(Math.random()*(p-1));

function showImage(){

document.write('<A HREF="adonis05.htm"><img border=0 src="'+theImages[whichImage]+'"</a>');

}



//  End -->


<!--
function swapimage() {

objImage = new Array("xpics/x-wallpaper.jpg","xpics/x-wallpaper.jpg","xpics/x-11awards.jpg");
objLink = new Array("http://soaphunks.net/wallpaper.php","http://soaphunks.net/wallpaper.php","http://bit.ly/SL5w1");

random_num = Math.floor(Math.random()*objImage.length);

document.write('<a href="' + objLink[random_num] + '">' + '<img src="' + objImage[random_num]+ '" border=0>' + '</a>') ;

-->
}


<!-- hide from older browsers



if (document.images) {

   

  amc_on = new Image
  atwt_on = new Image
  bb_on = new Image
  days_on = new Image
  gh_on = new Image
  gl_on = new Image
  oltl_on = new Image
  pass_on = new Image
  yr_on = new Image
  other_on = new Image
  polls_on = new Image
  links_on = new Image
  yahoo_on = new Image

  amc_off = new Image
  atwt_off = new Image
  bb_off = new Image
  days_off = new Image
  gh_off = new Image
  gl_off = new Image
  oltl_off = new Image
  pass_off = new Image
  yr_off = new Image
  other_off = new Image
  polls_off = new Image
  links_off = new Image
  yahoo_off = new Image

  amc_on.src = "http://soaphunks.net/amc_on.gif"
  atwt_on.src = "http://soaphunks.net/atwt_on.gif"
  bb_on.src = "http://soaphunks.net/bb_on.gif"
  days_on.src = "http://soaphunks.net/days_on.gif"
  gh_on.src = "http://soaphunks.net/gh_on.gif"
  gl_on.src = "http://soaphunks.net/gl_on.gif"
  oltl_on.src = "http://soaphunks.net/oltl_on.gif"
  pass_on.src = "http://soaphunks.net/pass_on.gif"
  yr_on.src = "http://soaphunks.net/yr_on.gif"
  other_on.src = "http://soaphunks.net/other_on.gif"
  polls_on.src = "http://soaphunks.net/polls_on.gif"
  links_on.src = "http://soaphunks.net/links_on.gif"
  yahoo_on.src = "http://soaphunks.net/yahoo_on.gif"  

  amc_off.src = "http://soaphunks.net/amc_off.gif"
  atwt_off.src = "http://soaphunks.net/atwt_off.gif"
  bb_off.src = "http://soaphunks.net/bb_off.gif"
  days_off.src = "http://soaphunks.net/days_off.gif"
  gh_off.src = "http://soaphunks.net/gh_off.gif"
  gl_off.src = "http://soaphunks.net/gl_off.gif"
  oltl_off.src = "http://soaphunks.net/oltl_off.gif"
  pass_off.src = "http://soaphunks.net/pass_off.gif"
  yr_off.src = "http://soaphunks.net/yr_off.gif"
  other_off.src = "http://soaphunks.net/other_off.gif"
  polls_off.src = "http://soaphunks.net/polls_off.gif"
  links_off.src = "http://soaphunks.net/links_off.gif"
  yahoo_off.src = "http://soaphunks.net/yahoo_off.gif"
  

}



function chgImg(imgField,newImg) {

   if (document.images) {

     document[imgField].src= eval(newImg + ".src")

     }

}

//-->