
function confirm_entry(okURL,warning) {
input_box=confirm(warning);
if (input_box==true)
{window.location=okURL}
}
