$(document).ready(function(){

$("#btnContinue").click(function(){
$('#WagerForm').submit();
return false;
});


});

