function check(url,text) {
Check = confirm(text);
(!Check)?false:location.href=url;
}
