

/*Rollover effect on different image script-
By JavaScript Kit (http://javascriptkit.com)
Over 200+ free scripts here!
*/

<!-- hide script from old browsers

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/struc/evening_glow_z.jpg","images/struc/urban_landscape_z.jpg","images/struc/midsummers_eve_z.jpg","images/struc/momentofcalm_z.jpg","images/struc/intothelight_z.jpg","images/struc/cityofsun_z.jpg","images/struc/winter_chill_z.jpg","images/struc/after_midnight_z.jpg","images/struc/firewithin_z.jpg")

// end hiding script from old browsers -->

