<!---

$(document).ready(function() {
	
});

function confirm_gotourl(URL, error_message)
{
					input_box=confirm(error_message);
							if (input_box==true)	
							{ 
							// Output when OK is clicked
									location=URL; 
							}
						
			
}

-->
