Notice: Undefined index: HTTP_REFERER in /home/cando/public_html/js.php on line 9
function over(obj){
obj.style.background = "url('templates/default/images/submit/"+obj.id+".png')";
obj.style.backgroundPosition="100% 100%"
}
function out(obj){
obj.style.background = "url('templates/default/images/submit/"+obj.id+".png')";
obj.style.backgroundPosition="100% 0"
}