function reloadImg(a){a=document.getElementById(a);var b=a.src,c=b.indexOf("?");0<=c&&(b=b.substr(0,c));a.src=b+"?v="+(new Date).getTime()} ;