function checkit(text,url) {
  if (confirm(text)) document.location = url;
}
