<!-- //
var off = new Image
var on = new Image

off.src = "img/off.gif"
on.src = "img/on.gif"


//-->