var myimages=new Array()
var gotolink="#"

function preloadimages(){
for (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}


preloadimages(
"images/gallery/photo1_lg.jpg",
"images/gallery/photo2_lg.jpg",
"images/gallery/photo3_lg.jpg",
"images/gallery/photo4_lg.jpg",
"images/gallery/photo5_lg.jpg",
"images/gallery/photo6_lg.jpg",
"images/gallery/photo7_lg.jpg",
"images/gallery/photo8_lg.jpg"
)
