function ask(txts,urls){
	if(confirm(txts)){
		window.location.href = urls;
	}
}