function selfReload(v){
	pos=window.location.href.substring(0,window.location.href.indexOf(".php")+4);
	window.location.href=pos+"?"+v;
}
