function confirmUrlChange(d,u){
	Check = confirm(d);
	if(Check == true) document.location.href=u;
}