<script type="text/javascript">

/*
Preload images script
By JavaScript Kit (http://javascriptkit.com)
Over 400+ free scripts here!
*/

var myimages=new Array()
function preloadimages(){
for (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}


//Enter path of images to be preloaded inside parenthesis. Extend list as desired.
preloadimages ("http://www.seedsofsobriety.com/acorn-3.gif",

"http://www.seedsofsobriety.com/but-add-this-125x16.gif",

"http://www.seedsofsobriety.com/book-16sq.png",

"http://www.seedsofsobriety.com/hands-shaking-20x14.gif",

"http://www.seedsofsobriety.com/dollar-sign-16sq.png",

"http://www.seedsofsobriety.com/printer-16sq.png",

"http://www.seedsofsobriety.com/cvr-op-150X240-red.jpg"

"http://www.seedsofsobriety.com/but-buy-now-1sec-4loops.gif",

"http://www.seedsofsobriety.com/but-buy-now-noshad-canv.gif",

"http://www.seedsofsobriety.com/but-buy-now-shad-canv.gif",

"http://www.seedsofsobriety.com/pic-lp-2001-framed-46x44-maxcontrast.gif",

"http://www.seedsofsobriety.com/pic-lp-2001-framed-184x177-maxcontrast.gif",

"http://www.seedsofsobriety.com/calculator.gif",

"http://www.seedsofsobriety.com/friend-redhead-16x20.gif",

"http://www.seedsofsobriety.com/pic-dog-16sq.ico",

"http://www.seedsofsobriety.com/env-yel-20x15.gif")

</script>