<!-- Begin


/*Rollover effect on different image script-
By JavaScript Kit (http://javascriptkit.com)
Over 200+ free scripts here!
*/
/*Rollover effect modified by Rose Nicolas, WFM Web Develop & Design, @ TechMondo.net - 
Rollovers wouldn't work with an image inplace of <a href> and text, 
so I added the onMouseover code to <td> element and created 
image maps for links @ 3/8/06 */


function changeimage(towhat,url){
if (document.images){
document.images.targetimage.src=towhat.src
gotolink=url
}
}
function warp(){
window.location=gotolink
}


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/Girl_w_Gun.jpg","images/gallery/Sara1_pics.jpg","images/gallery/SARA05T.jpg","images/gallery/PICT1900_pics.jpg","images/gallery/PICT1837_pic.jpg","images/gallery/MEL12T.JPG","images/gallery/LIND78T.jpg","images/gallery/nichole-16A_pics.jpg","images/gallery/LIND2495-T.JPG","images/gallery/melissa2-pic.jpg","images/gallery/steph1-pic.jpg","images/gallery/ERIN03T.jpg","images/gallery/0017280-R2-018-7A_pics.jpg","images/gallery/PICT0789_pics.jpg","images/gallery/jennifer1-pic.jpg")





//  End -->
