/*
$Id: common.js, v 1.0.0 2009/12/24 12:48:01 random Exp $
vim: set ts=2 sw=2 sts=2 et:
*/
function change_antibot_image(id) {
    var image = document.getElementById(id);
    if (image) 
		image.src = xcart_web_dir+"/antibot_image.php?tmp="+Math.random()+"&section="+id+"&regenerate=Y";
}

