the script am using doesn't use a image but a . ur site well take from ever to lode...
but here it goes
snowsrc is the call of the image so try naming it different.
Code:
//Configure below to change URL path to the snow image
var snowsrc="images/misc/snowflake.gif"
var snowman="images/misc/snowman.gif"
var reindeer="images/misc/reindeer.gif"
Code:
snowsrc=(snowsrc.indexOf("dynamicdrive.com")!=-1)? "snowflake.gif" : snowsrc
snowman=(snowsrc.indexOf("dynamicdrive.com")!=-1)? "snowman.gif" : snowman
reindeer=(snowsrc.indexOf("dynamicdrive.com")!=-1)? "reindeer.gif" : reindeer
but i dont know what to do with that part!
Code:
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><a href=\"http://dynamicdrive.com\"><img src='"+snowsrc+"' border=\"0\"><\/a><\/div>");
} else {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"><\/div>");
lat me how it goes ?