
<script>
function OpenBetsHistoryButtonHtml(){return HomeMenuButtons('assets/betshistory.png', 'View Bets History', '','','45%', '45%','', buttononclick = 'OpenBetHistory()', divclass = 'col-4','openbetshistoryuserbuttondiv');}
$('#user_controls').append(OpenBetsHistoryButtonHtml());


function OpenBetHistory(){
    ButtonGo('bets_history',currenttarget);
}

</script>