$(window).load(function(){
	$("input[type=image]:eq(1)").bind('click',function(){
		window.cancelCallBack.call();
		return false;
	});
});