function $(obj){
	return document.getElementById(obj);
}
function reshow(obj){
	var obj = $(obj);
	obj.src = (obj.src+"?d="+new Date().getTime());
}