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