It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://www.crownbet888.com/

  1.  
  2.  
  3. <!DOCTYPE html>
  4.  
  5. <html lang="en-us">
  6. <head><title>
  7. CrownBet888 - Premier Online Betting & Casino Experience
  8. </title><meta name="robots" content="index,follow" /><meta name="description" content="Join CrownBet888, the leading online betting platform. Dive into top casino games,tab nsw,tab touch,pokies net,sportsbet racing,betr australia,sportsbet app." /><meta name="keywords" content="crownbet,tab nsw,bluebet,tab touch,pokies net,sportsbet racing,betr australia,sportsbet app,ignition casino,points bet,bet asx" /><meta property="og:title"  content="CrownBet888 - Premier Online Betting & Casino Experience" /><meta property="og:description"  content="Join CrownBet888, the leading online betting platform. Dive into top casino games,tab nsw,tab touch,pokies net,sportsbet racing,betr australia,sportsbet app." /><meta property="twitter:title"  content="CrownBet888 - Premier Online Betting & Casino Experience" /><meta property="twitter:description"  content="Join CrownBet888, the leading online betting platform. Dive into top casino games,tab nsw,tab touch,pokies net,sportsbet racing,betr australia,sportsbet app." /><meta charset="UTF-8" /><meta name="viewport" content="width=device-width,initial-scale=0.1" /><meta name="google-site-verification" content="Xk2OMp7Ekf2DcOoZYm_Xz_HM53628O0HTstKT4SPePQ" /><link rel="icon" href="images/favicon.ico" /><link rel="stylesheet" href="bootstrap-4.3.1/css/bootstrap.min.css" /><link rel="stylesheet" href="css/fontawesome.css" />
  9.  
  10. <!-- Custom CSS -->
  11. <link rel="stylesheet" href="css/modal.css" /><link rel="stylesheet" href="css/slick.css" /><link rel="stylesheet" href="css/slick-theme.css" /><link rel="stylesheet" href="css/animate.min.css" /><link rel="stylesheet" href="css/style.css?8" /><link rel="stylesheet" href="css/preloader.css" />
  12. <script src="bootstrap-4.3.1/jquery-3.3.1.min.js"></script>
  13.    <!-- Google tag (gtag.js) -->
  14.    <script async src="https://www.googletagmanager.com/gtag/js?id=G-DSNNHJENET"></script>
  15.    <script>
  16.        window.dataLayer = window.dataLayer || [];
  17.        function gtag() { dataLayer.push(arguments); }
  18.        gtag('js', new Date());
  19.        gtag('config', 'G-DSNNHJENET');
  20.    </script>
  21.  
  22.    <link href="../mines/mines.css" rel="stylesheet" type="text/css" />
  23.    <!-- ********** BEGIN: Reward game theme ********** -->
  24.    <link href="/rewardgame/css/rewardgame.css?v=6" rel="stylesheet" type="text/css" />
  25.    
  26.        <style>
  27.            /* reward game overriding css */
  28.            .mg-reward-init {
  29.                background: url(https://file.32828a.com/images/CROWNBET888/50c28cf70bad1ad9c544133cdf045e9d_7569522.gif) no-repeat center /100% 100%;
  30.            }
  31.        
  32.            .mg-reward-content {
  33.    top: 0px; color: #333; font-size: 20px;
  34. }
  35.  
  36. .mg-reward-prize-amount {
  37.    top: 0px; color: #333; width: 270px; font-size: 18px;
  38. }
  39.  
  40. .mg-reward-btn-play-again {
  41.    top: 400px
  42. }
  43.        </style>
  44.    
  45.    <!-- ********** END: Reward game theme ********** -->
  46.  
  47.    <!-- float icon -->
  48.    <link href="/jcmm-float-icon/jcmm-float-icon.css" rel="stylesheet" type="text/css" />
  49.    <script src="/jcmm-float-icon/jcmm-float-icon.js?11"></script>
  50.    <!-- mg lucky dice -->
  51.    <link href="/luckydice/luckydice.css?v=1" rel="stylesheet" type="text/css" />
  52.     <script src="/Scripts/jcmm-luckydice.js?v=2"></script>
  53.    <!-- mg fortune wheel -->
  54.    <script type="text/javascript" src="/fortunewheel/fortunewheel.js?11"></script>
  55.  
  56.    <script>
  57.        $(document).ready(function () {
  58.               var $fw = $('#fortunewheel');
  59.               var custom_sfx = {};
  60.               initFortuneWheel($fw, custom_sfx);
  61.  
  62.               // start reward game
  63.               var mgr_modal = $('.mg-reward-modal');
  64.  
  65.               setMGR_Html(mgr_modal);
  66.  
  67.               mgr_modal.on('click', '#mgr-btn-play-again', function (e) {
  68.                   e.preventDefault();
  69.                   setMGR_Html(mgr_modal);
  70.               });
  71.  
  72.               mgr_modal.on('click', '.mg-reward-init', function (e) {
  73.                   e.preventDefault();
  74.                   if (!$(this).hasClass('mg-reward-clicked')) {
  75.                       $(this).addClass('mg-reward-clicked');
  76.                       ClaimRewardGame();
  77.                   }
  78.               });
  79.  
  80.               mgr_modal.on('click', '.mg-body-close', function (e) {
  81.                   e.preventDefault();
  82.                   mgr_modal.toggleClass('mg-reward-show-modal');
  83.                   setTimeout(function () {
  84.                       setMGR_Html(mgr_modal);
  85.                   }, 500);
  86.               });
  87.               // another reward game script below
  88.               // end reward game
  89.  
  90.               // to init float icon
  91.               var $fi = $('#float-icon');
  92.               var size = {
  93.                   width: '200px',
  94.                   height: '200px'
  95.               }
  96.               initFloatIcon($fi, size);
  97.           });
  98.  
  99.        // start reward game
  100.        function ClaimRewardGame() {
  101.               var url = "/ajaxData/proc_rewardGameClaim";
  102.               ajaxRequest("GET", url, null, ClaimRewardGameDone, ajaxFail, ajaxAlways, false, false);
  103.           }
  104.  
  105.        function ClaimRewardGameDone(res, status, xhr) {
  106.               var mgr_modal = $('.mg-reward-modal');
  107.  
  108.               if (res.errCode == "0") {
  109.                   if (res.data != null) {
  110.                       //getMemberTotalToken();
  111.                       var d = JSON.parse(res.data)[0];
  112.                       var win_amount = 'MYR ' + parseFloat(d.winning_amount).toFixed(2);
  113.  
  114.                    var result_img = document.createElement('img');
  115.                    result_img.src = mgr_modal.find('.mg-reward-init').attr('data-result-img') + '?d=' + new Date().getTime();
  116.  
  117.                    $(result_img).on('load', function () {
  118.                        mgr_modal.find('.mg-reward-init').css({
  119.                            'z-index': '7',
  120.                            'background': 'url(' + result_img.src + ') no-repeat center /100% 100%'
  121.                        });
  122.                    });
  123.  
  124.                     mgr_modal.find('.mg-reward-prize-amount').text(win_amount);
  125.                    var prize_top = parseInt(mgr_modal.find('.mg-reward-prize-amount').css('top'));
  126.  
  127.                    // let animated result image finish
  128.                    setTimeout(function () {
  129.                        mgr_modal.find('.mg-reward-prize-amount').animate({ opacity: '1', top: (prize_top - 45) + 'px' }, 1000);
  130.                        mgr_modal.find('#mgr-btn-play-again').css('display', 'inline-block');
  131.                    }, 1000);
  132.                } else {
  133.                    mgr_modal.find('.mg-reward-init').removeClass('mg-reward-clicked');
  134.                    alert("Unknown error, Please contact our customer service");
  135.                   }
  136.               }
  137.               else {
  138.                   alert(res.errCode + " - " + res.errMsg);
  139.               }
  140.           }
  141.  
  142.        function setMGR_Html(m) {
  143.               var mgr_template = $('#mgr-template').clone().html();
  144.               m.empty();
  145.               m.html(mgr_template);
  146.           }
  147.  
  148.  
  149.     // end reward game script
  150.  
  151.    </script>
  152.  
  153.    
  154.    <script type="text/javascript" src="/js/jquery.validate.min.js"></script>
  155.    <script type="text/javascript" src="/js/base64.min.js"></script>
  156.    
  157.    <script type="text/javascript" src="/js/js-cookie.js"></script>
  158.    <script type="text/javascript" src="/js/web.js?20"></script>
  159.    <script type="text/javascript" src="/js/ajax_r.js"></script>
  160.  
  161.      <style>
  162.        select :disabled {
  163.            color: red;
  164.        }
  165.  
  166.        .loading-panel {
  167.            background-color: rgba(0, 0, 0, 0.5);
  168.            height: 100%;
  169.            width: 100%;
  170.            position: fixed;
  171.            z-index: 999991;
  172.        }
  173.  
  174.        .loading-logo {
  175.            margin: auto;
  176.            position: absolute;
  177.            top: 0;
  178.            bottom: 0;
  179.            left: 0;
  180.            right: 0;
  181.            height: 100px;
  182.        }
  183.  
  184.        .loading-gif {
  185.            margin: auto;
  186.            position: absolute;
  187.            top: 135px;
  188.            bottom: 0;
  189.            left: 0;
  190.            right: 0;
  191.            width: 100px;
  192.        }
  193.  
  194.        .pregame_Transfer {
  195.            margin: auto;
  196.            position: absolute;
  197.            top: 0;
  198.            bottom: 0;
  199.            left: 0;
  200.            right: 0;
  201.            height: 200px;
  202.        }
  203.    </style>
  204.  
  205.    <style>
  206.        .btn_join2{
  207.            background-color: #ee602a;
  208.            border: 1px solid #ee602a;
  209.            border-radius: 5px;
  210.            text-transform: uppercase;
  211.            min-width: 80px;
  212.            font-weight: 700;
  213.            min-height: 34px;
  214.            transition: background .3s;
  215.        }
  216.  
  217.        .btn-item .btn_join2{
  218.            min-width: 103px;
  219.            /* border-top-left-radius: 0; */
  220.            /* border-top-right-radius: 0; */
  221.            background-color: #ee602a00;
  222.            color: #fff;
  223.        }
  224.  
  225.        #logo_image{
  226.            width: 258px;
  227.            height: 74px;
  228.        }
  229.  
  230.        .top_header{
  231.            background-color: black;
  232.        }
  233.  
  234.        ul.provider.p_img li img{
  235.            filter: grayscale(0%);
  236.        }
  237.    </style>
  238.  
  239.     <script type="text/javascript">
  240.  
  241.  
  242.         // $.xhrPool and $.ajaxSetup are the solution
  243.         $.xhrPool = [];
  244.         $.xhrPool.abortAll = function () {
  245.             $(this).each(function (idx, jqXHR) {
  246.                 jqXHR.abort();
  247.             });
  248.             $.xhrPool = [];
  249.             alert("99 - " + "Session ended");
  250.             location.reload(true);
  251.         };
  252.  
  253.         $.ajaxSetup({
  254.             beforeSend: function (jqXHR) {
  255.                 $.xhrPool.push(jqXHR);
  256.             },
  257.             complete: function (jqXHR) {
  258.                 var index = $.xhrPool.indexOf(jqXHR);
  259.                 if (index > -1) {
  260.                     $.xhrPool.splice(index, 1);
  261.                 }
  262.             }
  263.         });
  264.  
  265.     </script>
  266.  
  267.     <script>
  268.         // Get agent code and append to affiliate input in register form
  269.         checkAgent();
  270.         //var pathname = windown.location.pathname;
  271.  
  272.         // Check if screen less than 720px then go to mobile version
  273.         if (screen.width <= 720 && getCookie("view") != "desktop") {
  274.             //window.location = "/m/index";
  275.             if (getCookie("ag") != null && getCookie("ag") != "") {
  276.                 window.location = "/m/register";
  277.             } else {
  278.                 window.location = "/m/index";
  279.             }
  280.         }
  281.     </script>
  282.  
  283.    
  284.  
  285. <script>
  286.        //Jackpot Start
  287.        $(document).ready(function () {
  288.            getJackpotTotal1();
  289.            /*getPopupAnnouncement();*/
  290.        });
  291.        function getJackpotTotal1() {
  292.            var strAnn = 888888;
  293.  
  294.            $("#progressivejackpot1").html(strAnn);
  295.            $('#progressivejackpot1').countTo({
  296.                format: 'money',
  297.                from: strAnn,
  298.                to: 999999999.99,
  299.                speed: 100000000,
  300.                refresh_interval: 0.0002,
  301.                on_complete: function (value) {
  302.                    $(this).hide().fadeIn(1000);
  303.                }
  304.            });
  305.        }
  306.  
  307.        (function ($) {
  308.            $.fn.countTo = function (options) {
  309.                options = $.extend({}, $.fn.countTo.defaults, options || {});
  310.                var loops = Math.ceil(options.speed / options.refresh_interval),
  311.                    increment = (options.to - options.from) / loops;
  312.                return $(this).each(function () {
  313.                    var _this = this,
  314.                        loop_count = 0,
  315.                        value = options.from,
  316.                        interval = setInterval(update_timer, options.refresh_interval);
  317.                    function update_timer() {
  318.                        value += increment;
  319.                        loop_count++;
  320.                        if (options.format == 'money') {
  321.                            $(_this).html('AUD ' + number_with_commas(value.toFixed(options.decimals)));
  322.                        } else {
  323.                            $(_this).html(value.toFixed(options.decimals));
  324.                        }
  325.                        if (typeof (options.on_update) == 'function') {
  326.                            options.on_update.call(_this, value); cs_deposit
  327.                        }
  328.                        if (loop_count >= loops) {
  329.                            clearInterval(interval);
  330.                            value = options.to;
  331.                            if (typeof (options.on_complete) == 'function') {
  332.                                options.on_complete.call(_this, value);
  333.                            }
  334.                        }
  335.                    }
  336.  
  337.                });
  338.            };
  339.            $.fn.countTo.defaults = {
  340.                from: 0,
  341.                to: 100,
  342.                speed: 1000,
  343.                refresh_interval: 100,
  344.                decimals: 2,
  345.                on_update: null,
  346.                on_complete: null
  347.            };
  348.        })(jQuery);
  349.  
  350.        function number_with_commas(x) {
  351.            return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");
  352.        }
  353.        //Jackpot End
  354.    </script>
  355.  
  356. <script>
  357.         var loggedIn = -1;
  358.          
  359.  
  360.         loggedIn = -1;
  361.        
  362.  
  363.         $(document).ready(function () {
  364.             $('body').addClass('soccer');
  365.             assigniFrameUrl(loggedIn);
  366.         });
  367.  
  368.         function assigniFrameUrl(logStat) {
  369.  
  370.             if (logStat == 1) {
  371.  
  372.                 $.ajax({
  373.                     type: 'POST',
  374.                     url: '/ajaxData/proc_launchGame',
  375.                     data: { "p_code": "WB", "p_type": "SB",  "p_html5": "0",  "p_gameid": "0" },
  376.                     success: function (d) {
  377.  
  378.                         if (d.errCode == "0") {
  379.  
  380.                             var gameUrl = encodeURI(d.data.url);
  381.  
  382.                             $("#ifrLive").attr("src", "https://wbetwidget.com/livestream?theme=7&lang=en&backurl=" + gameUrl);
  383.                             $("#ifrhot").attr("src", "https://wbetwidget.com/upcomingmatch?theme=7&lang=en&backurl=" + gameUrl);
  384.                             $("#ifrHL").attr("src", "https://wbetwidget.com/highlight?theme=7&lang=en&backurl=" + gameUrl);
  385.                         }
  386.                         else {
  387.                            //alert(d.errCode + "-" + "Under Maintenance");
  388.                         }
  389.                     },
  390.                     error: function (jqXHR, textStatus, errorThrown) {
  391.                         alert("Unknown error, Please contact our customer service");
  392.                     }
  393.                 });
  394.             } else {
  395.                 $("#ifrLive").attr("src", "https://wbetwidget.com/livestream?theme=7&lang=en");
  396.                 $("#ifrhot").attr("src", "https://wbetwidget.com/upcomingmatch?theme=7&lang=en");
  397.                 $("#ifrHL").attr("src", "https://wbetwidget.com/highlight?theme=7&lang=en");
  398.                 var iFrameDOM = $("iframe#ifrhot").contents();
  399.                 iFrameDOM.contents().find("#upcoming-matches").attr("style", "color:white;");
  400.             }
  401.         }
  402.     </script>
  403.    
  404.  
  405.       <script>
  406.           $(document).ready(function () {
  407.  
  408.               getBannerListMobile();
  409.  
  410.           });
  411.  
  412.           //slide display
  413.           function getBannerListMobile() {
  414.               var url = "/ajaxData/proc_getBannerList";
  415.               ajaxRequest("GET", url, null, getBannerListDoneMobile, getBannerListFailMobile, ajaxAlways, false, false);
  416.           }
  417.  
  418.           function getBannerListDoneMobile(res) {
  419.               if (res.errCode == "0") {
  420.                   $(res.data).each(function (idx) {
  421.  
  422.                       var link = this.link;
  423.                       var alt = this.alt;
  424.                       var image = this.image;
  425.                       var ind = '';
  426.                       if (idx == 0) {
  427.                           var carousel = '';
  428.                           carousel += '<li data-target="#carouselExampleCaptions" data-slide-to="' + idx + '" class="active"></li>';
  429.                           $("#webCarousel1").append(carousel);
  430.                           var html = '';
  431.                           html += '<div class="carousel-item active">';
  432.                           if (link) {
  433.                               html += '<a href="' + link + '">';
  434.                           }
  435.                           else {
  436.                               html += '<a href="#">';
  437.                           }
  438.                           html += '<img class="d-block w-100" src="' + image + '" alt="' + alt + '">';
  439.                           html += '</a>';
  440.                           html += '</div>';
  441.  
  442.                           $("#webBanner1").append(html);
  443.                       }
  444.                       else {
  445.  
  446.                           var carousel = '';
  447.                           carousel += '<li data-target="#carouselExampleCaptions" data-slide-to="' + idx + '"></li>';
  448.                           $("#webCarousel1").append(carousel);
  449.                           var html = '';
  450.                           html += '<div class="carousel-item">';
  451.                           if (link) {
  452.                               html += '<a href="' + link + '">';
  453.                           }
  454.                           else {
  455.                               html += '<a href="#">';
  456.                           }
  457.                           html += '<img class="d-block w-100" src="' + image + '" alt="' + alt + '">';
  458.                           html += '</a>';
  459.                           html += '</div>';
  460.                           $("#webBanner1").append(html);
  461.                       }
  462.                   });
  463.               }
  464.               else {
  465.                   alert(res.errMsg);
  466.               }
  467.           }
  468.  
  469.           function getBannerListFailMobile() {
  470.               alert("Unknown error, Please contact our customer service");
  471.           }
  472.       </script>
  473.    
  474.  
  475.    
  476.    <script type="text/javascript">
  477.        $(document).ready(function () {
  478.  
  479.            var preferences = {"language_code":[],"logo":{"logo_primary":"","logo_secondary":"","logo_fav":"","logo_seo":""},"contact":[{"type":"whatsapp","icon":"https://file.32828a.com/images/CROWNBET888/011f93ffba0be7b89ab64193d581f7e0_3768588.png","image":null,"info":"Crownbet888","link":"https://wa.link/kq0m8j","seq":1,"is_show":true},{"type":"telegram","icon":"https://file.32828a.com/images/CROWNBET888/2067019475ef1a8b1f1f3d4599154faa_5166368.png","image":null,"info":"@Crownbet888au","link":"https://t.me/Crownbet888_bot","seq":2,"is_show":true},{"type":"line","icon":"https://file.32828a.com/images/CROWNBET888/022b86db452384e0580660a905a916c0_8173172.png","image":null,"info":"CS@CrownBet888","link":"","seq":3,"is_show":false},{"type":"email","icon":"https://file.32828a.com/images/CROWNBET888/54b27f636aaa4ffe84f87f6dd558987d_3769864.png","image":null,"info":"support@crownbet888.net","link":"mailto:support@crownbet888.net","seq":4,"is_show":true},{"type":"wechat","icon":"https://file.32828a.com/images/CROWNBET888/022b86db452384e0580660a905a916c0_3770197.png","image":"https://file.32828a.com/images/CROWNBET888/2c83a494d522b82691679c5fe908e244_5737971.jpg","info":"Crownbet888","link":"","seq":5,"is_show":true}],"live_chat":null,"app_download":null};
  480.            var contactHTML = '';
  481.  
  482.            if (preferences != null) {
  483.                $("#contactTable").empty();
  484.                var contactList = preferences.contact;
  485.  
  486.                contactHTML += '<li>';
  487.                contactHTML += '<img src="images/index/CustomerService.png">';
  488.                contactHTML += '</li>';
  489.                $("#contactTable").append(contactHTML);
  490.  
  491.                $(contactList).each(function () {
  492.                    if (!this.is_show) return; // if current contact set inactive in BO, then skip to next contact
  493.  
  494.                    var icon = replaceHTTPS(this.icon);
  495.                    contactHTML = '';
  496.                    var contactInfo = '';
  497.  
  498.  
  499.                    // start append contact
  500.  
  501.                    var link = "";
  502.  
  503.                    if (this.link == "") {
  504.                        link = '<li style = "cursor:pointer;" >';
  505.                    }
  506.                    else {
  507.                        link = '<li style = "cursor:pointer;" onclick = " window.open(' + "'" + this.link + "'" + ') ">';
  508.                    }
  509.  
  510.                    var dot = '"';
  511.                    /* contactHTML +=  this.info;*/
  512.  
  513.                    // append contact name
  514.                    switch (this.type) {
  515.                        case "hotline":
  516.  
  517.                            contactHTML += link;
  518.                            contactHTML += '<div class="cs_img">';
  519.                            contactHTML += '<img src="' + icon + '">';
  520.                            contactHTML += '</div>';
  521.  
  522.                            contactHTML += '<div class="step-text">';
  523.                            contactHTML += '<h4>HOTLINE</h4>';
  524.                            contactHTML += '<span>' + this.info+'</span>';
  525.                            contactHTML += '</div>';
  526.  
  527.                            contactHTML += '</li>';
  528.                            break;
  529.                        case "email":
  530.  
  531.                            contactHTML += link;
  532.                            contactHTML += '<div class="cs_img">';
  533.                            contactHTML += '<img src="' + icon + '">';
  534.                            contactHTML += '</div>';
  535.  
  536.                            contactHTML += '<div class="step-text">';
  537.                            contactHTML += '<h4>EMAIL</h4>';
  538.                            contactHTML += '<span href="' + this.link + '">' + this.info +'</span>';
  539.                            contactHTML += '</div>';
  540.  
  541.                            contactHTML += '</li>';
  542.                            break;
  543.                        case "skype":
  544.  
  545.                            contactHTML += link;
  546.                            contactHTML += '<div class="cs_img">';
  547.                            contactHTML += '<img src="' + icon + '">';
  548.                            contactHTML += '</div>';
  549.  
  550.                            contactHTML += '<div class="step-text">';
  551.                            contactHTML += '<h4>SKYPE</h4>';
  552.                            contactHTML += '<span >' + this.info +'</span>';
  553.                            contactHTML += '</div>';
  554.  
  555.                            contactHTML += '</li>';
  556.                            break;
  557.                        case "facebook":
  558.  
  559.                            contactHTML += link;
  560.                            contactHTML += '<div class="cs_img">';
  561.                            contactHTML += '<img src="' + icon + '">';
  562.                            contactHTML += '</div>';
  563.  
  564.                            contactHTML += '<div class="step-text">';
  565.                            contactHTML += '<h4>FACEBOOK</h4>';
  566.                            contactHTML += '<span>' + this.info +'</span>';
  567.                            contactHTML += '</div>';
  568.  
  569.                            contactHTML += '</li>';
  570.                            break;
  571.                        case "whatsapp":
  572.  
  573.                            contactHTML += link;
  574.                            contactHTML += '<div class="cs_img">';
  575.                            contactHTML += '<img src="' + icon + '">';
  576.                            contactHTML += '</div>';
  577.  
  578.                            contactHTML += '<div class="step-text">';
  579.                            contactHTML += '<h4>WHATSAPP</h4>';
  580.                            contactHTML += '<span>' + this.info + '</span>';
  581.                            contactHTML += '</div>';
  582.  
  583.                            contactHTML += '</li>';
  584.  
  585.                            break;
  586.                        case "wechat":
  587.                            $("#qr_code").attr("src", this.image);
  588.                            contactHTML += '<li style = "cursor:pointer;"  data-toggle="modal" data-target="#wechat">';
  589.                            contactHTML += '<div class="cs_img">';
  590.                            contactHTML += '<img src="' + icon + '">';
  591.                            contactHTML += '</div>';
  592.  
  593.                            contactHTML += '<div class="step-text">';
  594.                            contactHTML += '<h4>WECHAT</h4>';
  595.                            contactHTML += '<span>' + this.info + '</span>';
  596.                            contactHTML += '</div>';
  597.  
  598.                            contactHTML += '</li>';
  599.                            break;
  600.                        case "line":
  601.  
  602.                            contactHTML += link;
  603.                            contactHTML += '<div class="cs_img">';
  604.                            contactHTML += '<img src="' + icon + '">';
  605.                            contactHTML += '</div>';
  606.  
  607.                            contactHTML += '<div class="step-text">';
  608.                            contactHTML += '<h4>LINE</h4>';
  609.                            contactHTML += '<span>' + this.info + '</span>';
  610.                            contactHTML += '</div>';
  611.  
  612.                            contactHTML += '</li>';
  613.                            break;
  614.                        case "qq":
  615.  
  616.                            contactHTML += link;
  617.                            contactHTML += '<div class="cs_img">';
  618.                            contactHTML += '<img src="' + icon + '">';
  619.                            contactHTML += '</div>';
  620.  
  621.                            contactHTML += '<div class="step-text">';
  622.                            contactHTML += '<h4>QQ</h4>';
  623.                            contactHTML += '<span >' + this.info + '</span>';
  624.                            contactHTML += '</div>';
  625.  
  626.                            contactHTML += '</li>';
  627.                            break;
  628.                         case "telegram":
  629.  
  630.                            contactHTML += link;
  631.                            contactHTML += '<div class="cs_img">';
  632.                            contactHTML += '<img src="' + icon + '">';
  633.                            contactHTML += '</div>';
  634.  
  635.                            contactHTML += '<div class="step-text">';
  636.                            contactHTML += '<h4>TELEGRAM</h4>';
  637.                            contactHTML += '<span>' + this.info + '</span>';
  638.                            contactHTML += '</div>';
  639.  
  640.                            contactHTML += '</li>';
  641.                            break;
  642.                         case "yahoo":
  643.  
  644.                            contactHTML += link;
  645.                            contactHTML += '<div class="cs_img">';
  646.                            contactHTML += '<img src="' + icon + '">';
  647.                            contactHTML += '</div>';
  648.  
  649.                            contactHTML += '<div class="step-text">';
  650.                            contactHTML += '<h4>YAHOO</h4>';
  651.                            contactHTML += '<span>' + this.info + '</span>';
  652.                            contactHTML += '</div>';
  653.  
  654.                            contactHTML += '</li>';
  655.                            break;
  656.                         case "qr":
  657.  
  658.                            contactHTML += '<li>';
  659.                            contactHTML += '<div class="cs_img">';
  660.                            contactHTML += '<img src="' + icon + '">';
  661.                            contactHTML += '</div>';
  662.  
  663.                            contactHTML += '<div class="step-text">';
  664.                            contactHTML += '<h4>QR CODE</h4>';
  665.                            contactHTML += '<span href="' + this.link + '"></span>';
  666.                            contactHTML += '</div>';
  667.  
  668.                            contactHTML += '</li>';
  669.                            break;
  670.                         case "bbm":
  671.  
  672.                            contactHTML += '<li style="cursor:pointer;" onclick=" window.open(' + "'" + this.link + "'" + ') ">';
  673.                            contactHTML += '<div class="cs_img">';
  674.                            contactHTML += '<img src="' + icon + '">';
  675.                            contactHTML += '</div>';
  676.  
  677.                            contactHTML += '<div class="step-text">';
  678.                            contactHTML += '<h4>BBM</h4>';
  679.                            contactHTML += '<span>' + this.info + '</span>';
  680.                            contactHTML += '</div>';
  681.  
  682.                            contactHTML += '</li>';
  683.                            break;
  684.                         case "other":
  685.  
  686.                            contactHTML += link;
  687.                            contactHTML += '<div class="cs_img">';
  688.                            contactHTML += '<img src="' + icon + '">';
  689.                            contactHTML += '</div>';
  690.  
  691.                            contactHTML += '<div class="step-text">';
  692.                            contactHTML += '<h4>Live Chat</h4>';
  693.                            contactHTML += '<span href="#" >' + this.info + '</span>';
  694.                            contactHTML += '</div>';
  695.  
  696.                            contactHTML += '</li>';
  697.                            break;
  698.                    }
  699.                    $("#contactTable").append(contactHTML);
  700.                });
  701.  
  702.  
  703.  
  704.            }
  705.  
  706.        });
  707.    </script>
  708.    
  709.  
  710.    <script type="text/javascript">
  711.        $(document).ready(function () {
  712.  
  713.            $('.slider-nav')
  714.                .on('init', function (event, slick) {
  715.                    $('.slider-nav .slick-slide.slick-current').addClass('is-active');
  716.                })
  717.                .slick({
  718.                    slidesToShow: 6,
  719.                    slidesToScroll: 6,
  720.                    dots: false,
  721.                    focusOnSelect: false,
  722.                    autoplay: true,
  723.                    infinite: true,
  724.                    vertical: true,
  725.                    speed: 300
  726.                });
  727.  
  728.            $('.slider-single').slick({
  729.                slidesToShow: 1,
  730.                slidesToScroll: 1,
  731.                arrows: false,
  732.                fade: false,
  733.                infinite: true,
  734.                autoplay: true,
  735.                speed: 300,
  736.                autoplaySpeed: 4000
  737.            });
  738.  
  739.  
  740.            $('.slider-single').on('afterChange', function (event, slick, currentSlide) {
  741.                $('.slider-nav').slick('slickGoTo', currentSlide);
  742.                var currrentNavSlideElem = '.slider-nav .slick-slide[data-slick-index="' + currentSlide + '"]';
  743.                $('.slider-nav .slick-slide.is-active').removeClass('is-active');
  744.                $(currrentNavSlideElem).addClass('is-active');
  745.            });
  746.  
  747.            var slideTimer;
  748.            $('.slider-nav').on('mouseenter', '.slick-slide', function (event) {
  749.                var $currTarget = $(event.currentTarget);
  750.                $('.slider-nav .slick-slide').removeClass('slick-current');
  751.                $currTarget.addClass('slick-current');
  752.  
  753.                // event.preventDefault();
  754.                // var goToSingleSlide = $(this).data('slick-index');
  755.                // $('.slider-single').slick('slickGoTo', goToSingleSlide);
  756.  
  757.                slideTimer = setTimeout(function () {
  758.                    var index = $('.slider-nav').find('.slick-current').data('slick-index');
  759.                    var slickObj = $('.slider-single').slick('getSlick');
  760.                    slickObj.slickGoTo(index);
  761.                }, 500);
  762.            }).on('mouseleave', '.slick-slide', function (e) {
  763.                clearTimeout(slideTimer);
  764.            });
  765.  
  766.            $('.slider-single').on('beforeChange', function (event, slick, direction) {
  767.                // $('.trigger_img_effect').removeClass('animate__animated animate__fadeInLeft');
  768.                $('.slide_img_txt').removeClass('animate__animated animate__fadeInLeft');
  769.            });
  770.            $('.slider-single').on('afterChange', function (event, slick, direction) {
  771.                // $('.slick-active .trigger_img_effect').addClass('animate__animated animate__fadeInLeft');
  772.                $('.slick-active .slide_img_txt').addClass('animate__animated animate__fadeInLeft');
  773.            });
  774.  
  775.            if ($('.slick-slide').hasClass('slick-active')) {
  776.                // $('.trigger_img_effect').addClass('animate__animated animate__fadeInLeft');
  777.                $('.slide_img_txt').addClass('animate__animated animate__fadeInLeft');
  778.            }
  779.            else {
  780.                // $('.trigger_img_effect').removeClass('animate__animated animate__fadeInLeft');
  781.                $('.slide_img_txt').removeClass('animate__animated animate__fadeInLeft');
  782.            }
  783.  
  784.        });
  785.    </script>
  786.  
  787. </head>
  788. <body class="main_bg_wrap">
  789.  
  790.      <div id="freezescreen" class="loading-panel" style="display: none;">
  791.         <div id="preloader">
  792.             <div id="ctn-preloader" class="ctn-preloader">
  793.                 <div class="animation-preloader">
  794.                     <div class="logo-wrap">
  795.                         <div class="spinner">
  796.                         </div>
  797.                         <img src="/web/images/crown_logo.png">
  798.                     </div>
  799.                 </div>
  800.                 <div class="loader-section section-left"></div>
  801.                 <div class="loader-section section-right"></div>
  802.             </div>
  803.         </div>
  804.            
  805.      </div>
  806.  
  807.    
  808.        <!-- float icon -->
  809.        <div id="float-icon" style="display: none;"></div>
  810.        
  811.        
  812.        <div style="display: none;" id="mgr-template">
  813.            <div class="mg-reward-modal-content">
  814.                <!-- first bg -->
  815.                <div class="mg-reward mg-reward-init" data-result-img="https://file.32828a.com/images/CROWNBET888/50c28cf70bad1ad9c544133cdf045e9d_7570670.gif"></div>
  816.  
  817.                <!-- display result -->
  818.                <div class="mg-reward-prize-amount mg-reward-hide">-</div>
  819.  
  820.                <!-- display msg -->
  821.                <div class="mg-reward-content">
  822.                    <h3></h3>
  823.                </div>
  824.  
  825.                <div class="mg-reward-btn-play-again">
  826.                    <button class="btn btn-danger" id="mgr-btn-play-again" style="display: none;">PLAY AGAIN</button>
  827.                </div>
  828.            </div>
  829.            <a href="#" class="mg-body-close"></a>
  830.        </div>
  831.        
  832.        <div class="mg-reward-modal"></div>
  833.        <div id="lucky-dice-div"></div>
  834.        <!-- fortune wheel -->
  835.        <div style="display: none;" id="fortunewheel"></div>
  836.      
  837.  
  838.      <!-- BEGIN: Popup announcement modal -->
  839.      <div class="modal fade" id="popupAnnouncementListingModal">
  840.        <div class="modal-dialog" role="document">
  841.            <div class="modal-content" style="background-color: #110f0f;">
  842.                
  843.                <div class="modal-body userlogin">      
  844.                    <div id="myCarousel" class="carousel slide" data-ride="carousel">
  845.                        <!-- Indicators -->
  846.                        <ol class="carousel-indicators" id="carousel-indicators-announcement">
  847.                        </ol>
  848.  
  849.                        <!-- Wrapper for slides -->
  850.                        <div class="carousel-inner" id="carousel-inner-announcement">
  851.                        </div>
  852.  
  853.                        <!-- Left and right controls -->
  854.                      
  855.                    </div>
  856.                </div>
  857.                <div class="modal-footer" style="color:white;">
  858.                    
  859.                    <button type="button" class="btn btn-default" data-dismiss="modal" style="color: white ;border: 1px solid white ;border-radius: 10px;">Close</button>
  860.                </div>
  861.            </div>
  862.        </div>
  863.    </div>
  864.    <!-- END: Popup announcement modal -->
  865.  
  866.      
  867.       <div class="i-modal"></div>
  868.      
  869.  
  870.      
  871.       <div id="modal-content"></div>
  872.      
  873.  
  874.    <div class="t-modal">
  875.      <div class="modal fade" id="dg_apk" aria-modal="true">
  876. <div class="modal-dialog promo">
  877. <div class="pm-title-wrapper">Download</div>
  878. <button type="button" class="close-promo" data-dismiss="modal" aria-hidden="true">X</button>
  879. <div class="modal-content promo">
  880. <div class="col-lg-12 dl">
  881.            <table>
  882.                <tbody>
  883.                <tr>
  884.                  <th colspan="2">Your Access Information (Case Sensitive)</th>
  885.                </tr>
  886.                <tr>
  887.                  <td>Username</td>
  888.                          <td><span class="username_custom" id="DG_username"><img src="images/common/load-indicator.gif" /></span></td>
  889.                </tr>
  890.                <tr>
  891.                  <td>Password</td>
  892.                  <td><span class="username_custom" id="DG_password" ><img src="images/common/load-indicator.gif" /></span></td>
  893.                </tr>
  894.                        
  895.                         <tr>
  896.                   <td>Android</td>
  897.                   <td><button class="download_btn_right" type="button" onclick="window.open('http://app.dg77.asia/download/cn.html','_blank');" >Download</button></td>
  898.                 </tr>
  899.              </tbody>
  900.          </table>
  901.        </div>
  902. </div>
  903. </div>
  904.   </div>
  905.  
  906.        <div class="modal fade" id="pz_apk" aria-modal="true">
  907. <div class="modal-dialog promo">
  908. <div class="pm-title-wrapper">Download</div>
  909. <button type="button" class="close-promo" data-dismiss="modal" aria-hidden="true">X</button>
  910. <div class="modal-content promo">
  911. <div class="col-lg-12 dl">
  912.            <table>
  913.                <tbody>
  914.                <tr>
  915.                  <th colspan="2">Your Access Information (Case Sensitive)</th>
  916.                </tr>
  917.                <tr>
  918.                  <td>Username</td>
  919.                          <td><span class="username_custom" id="PZ_username"><img src="images/common/load-indicator.gif" /></span></td>
  920.                </tr>
  921.                <tr>
  922.                  <td>Password</td>
  923.                  <td><span class="username_custom" id="PZ_password" ><img src="images/common/load-indicator.gif" /></span></td>
  924.                </tr>
  925.                        
  926.                         <tr>
  927.                   <td>Android</td>
  928.                   <td><button class="download_btn_right" type="button" onclick="window.open('https://installer.hotspin88.com/download/AndroidCasino.apk','_blank');" >Download</button></td>
  929.                 </tr>
  930.              </tbody>
  931.          </table>
  932.        </div>
  933. </div>
  934. </div>
  935.   </div>
  936.  
  937.        <div class="modal fade" id="gameplay_apk" aria-modal="true">
  938. <div class="modal-dialog promo">
  939. <div class="pm-title-wrapper">Download</div>
  940. <button type="button" class="close-promo" data-dismiss="modal" aria-hidden="true">X</button>
  941. <div class="modal-content promo">
  942. <div class="col-lg-12 dl">
  943.            <table>
  944.                <tbody>
  945.                <tr>
  946.                  <th colspan="2">Your Access Information (Case Sensitive)</th>
  947.                </tr>
  948.                <tr>
  949.                  <td>Username</td>
  950.                          <td><span class="username_custom" id="G8_username"><img src="images/common/load-indicator.gif" /></span></td>
  951.                </tr>
  952.                <tr>
  953.                  <td>Password</td>
  954.                  <td><span class="username_custom" id="G8_password" ><img src="images/common/load-indicator.gif" /></span></td>
  955.                </tr>
  956.                        
  957.                         <tr>
  958.                   <td>Android</td>
  959.                   <td><button class="download_btn_right" type="button" onclick="window.open('https://casino.gp2fun.net/mob/download.html?op=GSOFT25','_blank');" >Download</button></td>
  960.                 </tr>
  961.              </tbody>
  962.          </table>
  963.        </div>
  964. </div>
  965. </div>
  966.   </div>
  967.  
  968.       <div class="modal fade" id="cc_apk" aria-modal="true">
  969. <div class="modal-dialog promo">
  970. <div class="pm-title-wrapper">Download</div>
  971. <button type="button" class="close-promo" data-dismiss="modal" aria-hidden="true">X</button>
  972. <div class="modal-content promo">
  973. <div class="col-lg-12 dl">
  974.            <table>
  975.                <tbody>
  976.                <tr>
  977.                  <th colspan="2">Your Access Information (Case Sensitive)</th>
  978.                </tr>
  979.                <tr>
  980.                  <td>Username</td>
  981.                          <td><span class="username_custom" id="CC_username"><img src="images/common/load-indicator.gif" /></span></td>
  982.                </tr>
  983.                <tr>
  984.                  <td>Password</td>
  985.                  <td><span class="username_custom" id="CC_password" ><img src="images/common/load-indicator.gif" /></span></td>
  986.                </tr>
  987.                        
  988.                         <tr>
  989.                   <td>Android</td>
  990.                   <td><button class="download_btn_right" type="button" onclick="window.open('https://mcsc.gomilkfish888.com/APP/','_blank');" >Download</button></td>
  991.                 </tr>
  992.              </tbody>
  993.          </table>
  994.        </div>
  995. </div>
  996. </div>
  997.   </div>
  998.  
  999.    </div>
  1000.  
  1001.     <!-- Header -->
  1002.     <div class="t-header">
  1003.     <div class="header_section">
  1004.     <div class="top_header">
  1005. <div class="container top_header_con">
  1006. <div class="top-header-box">
  1007. <a href="/web/index"><img id="logo_image2" src="/web/images/crown_logo.png" style="width: 96px;"></a>
  1008. <div class="headermenu_wrap">
  1009. <ul class="nav-list">
  1010. <li data-menu="home" id="head_index">
  1011. <a href="/web/index">HOME</a>
  1012. </li>
  1013. <li data-menu="esports" id="head_esports" >
  1014. <a href="/web/esports">ESPORTS</a>
  1015. </li>
  1016. <li data-menu="sports" id="head_sports">
  1017. <a href="/web/sports">SPORTS</a>
  1018. </li>
  1019. <li data-menu="casino" id="head_casino">
  1020. <a href="/web/live-casino">LIVE CASINO</a>
  1021. </li>
  1022. <li data-menu="slots" id="head_slots">
  1023. <a href="/web/slots">SLOTS</a>
  1024. </li>
  1025. <li data-menu="p2p" id="head_p2p">
  1026. <a href="/web/p2p">POKER</a>
  1027. </li>
  1028. <li data-menu="fishing" id="head_fishing">
  1029. <a href="/web/fishing">FISHING</a>
  1030. </li>
  1031. <li data-menu="horse" id="head_horse" >
  1032. <a href="/web/horse-racing">HORSE</a>
  1033. </li>
  1034. <li data-menu="promo" id="head_promotion" >
  1035. <a href="/web/promotion">PROMO</a>
  1036. </li>
  1037.                            <li data-menu="vip" id="head_vip" >
  1038. <a href="/web/vip">VIP</a>
  1039. </li>
  1040.                            <li data-menu="vip" id="head_blog" >
  1041. <a href="/web/blog">BLOG</a>
  1042. </li>
  1043. </ul>
  1044. </div>
  1045. </div>
  1046. </div>
  1047. </div>
  1048.     <div class="second_header">
  1049.     <div class="container top_header_con">
  1050.     <div class="sec_wrap">
  1051.     <div class="second_header_cus">
  1052.                            
  1053.  
  1054.     <span class="time" id="currentDate">GMT+8 15/6/2022 19:13:37</span>
  1055.     <div class="dropdown header_lang_drop">
  1056.      <button class="btn dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
  1057.          
  1058.                                  <span id="language-flag"></span>
  1059.      </button>
  1060.      <div class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdownMenuButton">
  1061.       <ul class="lang_ul">
  1062.                                    <li>
  1063.       <img src="/web/images/header/lang-en.png"><a href="#" onclick="setlanguage('en-US')">English</a>
  1064.       <img src="/web/images/header/lang-cn.png"><a href="#" onclick="setlanguage('zh-CN')">中文</a>
  1065.      
  1066.       </li>
  1067.          </ul>
  1068.      </div>
  1069.     </div>
  1070.     </div>
  1071.        
  1072.     <div class="second_header_cus">
  1073.                          
  1074.    
  1075.    
  1076.                            
  1077.     <div class="header_menu_btn_wrap">
  1078.                                
  1079.     <button class="btn_login" data-toggle="modal" data-target="#loginmodal">Login</button>
  1080.     <button class="btn_join" onclick="window.location.href='/web/register';">Join Now</button>
  1081.        
  1082.                            </div>
  1083.     </div>
  1084.     </div>
  1085.     </div>
  1086.     </div>
  1087.    </div>
  1088.     </div>
  1089.     <!-- End Header -->
  1090.  
  1091.    <div class="t-modal">
  1092.         <div class="modal fade" id="loginmodal" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
  1093.          <div class="modal-dialog modal-dialog-centered" role="document">
  1094.            <div class="modal-content">
  1095.              <div class="modal-header">
  1096.                <button type="button" class="close" data-dismiss="modal" aria-label="Close">
  1097.                  <img src="images/header/close2.png">
  1098.                </button>
  1099.              </div>
  1100.                     <form id="form_login">
  1101.                         <div class="modal-body">
  1102.                        <div class="text-center modal_logo">
  1103.                         <img src="images/header/logo.png">
  1104.                        </div>
  1105.                        <div>
  1106.                         <div class="input-item mb-3">
  1107.                         <div class="input_main_txt">
  1108.                         Username
  1109.                         </div>
  1110.                         <div class="input_wrap">
  1111.                         <input type="text"  class="modal_input" id="l_username" name="username" placeholder="Username">
  1112.                         </div>
  1113.                         </div>
  1114.                         <div class="input-item">
  1115.                         <div class="input_main_txt">
  1116.                          Password
  1117.                         </div>
  1118.                         <div class="input_wrap">
  1119.                         <input type="password" class="modal_input" id="l_password" name="password" placeholder="Password">
  1120.                         </div>
  1121.                         </div>
  1122.                         <div class="btn-item">
  1123.                         <a href="#" data-dismiss="modal" data-toggle="modal" data-target="#forgotmodal">Forgot Password?</a>
  1124.                            <button type="submit" class="btn_join2">Login</button>
  1125.                         </div>
  1126.                        </div>
  1127.                      </div>
  1128.                      <div class="modal-footer">
  1129.                       <div>Do not have an account yet? Click <a href="/web/register">Here</a> To register now!</div>
  1130.                       <hr>
  1131.                       <div>
  1132.                                    If you encounter any issues while logging in, please contact our <a href="#">Customer Service</a> for further assistance      
  1133.                       </div>
  1134.                      </div>
  1135.                     </form>
  1136.            </div>
  1137.          </div>
  1138.        </div>
  1139.  
  1140.            <div class="modal fade" id="forgotmodal" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
  1141.        <div class="modal-dialog modal-dialog-centered" role="document">
  1142.         <div class="modal-content">
  1143.           <div class="modal-header">
  1144.             <button type="button" class="close" data-dismiss="modal" aria-label="Close">
  1145.               <img src="/web/images/header/close2.png">
  1146.             </button>
  1147.           </div>
  1148.           <div class="modal-body">
  1149.             <div class="text-center modal_logo modal_forgot_tit">
  1150.             Forgot Password
  1151.             </div>
  1152.             <div>
  1153.             <div class="forgot_txt">
  1154.             <div>
  1155.             Please enter the email that you used to register. If you have forgotten your email,
  1156.             </div>
  1157.             <div>
  1158.             please contact our customer support. Thank you.
  1159.             </div>
  1160.            </div>
  1161.                 <form id="form_forgetpassword">
  1162.                      
  1163.                         <div class="input-item">
  1164.                        <div class="input_main_txt">
  1165.               Email
  1166.                </div>
  1167.  
  1168.                        <div class="input_wrap">
  1169.                                  <input class="form-control" id="f_email" name="email" type="text" placeholder="E-mail" />
  1170.                        </div>
  1171.  
  1172.                    </div>
  1173.                         <div class="input-item">
  1174.                         <div class="input_main_txt">
  1175.               Verification Code
  1176.             </div>
  1177.                              <div  class="input_wrap" style="position:relative">
  1178.                                 <input type="text" class="form-control" id="r_vericode" style="display:inline;color:white;" name="v_code" placeholder="Verification Code" maxlength="4" />                          
  1179.                                 <img id="fpVeriCode" class="img-fluid v-code" style="position:absolute; width:123px;height: 44px; top: 0; border-radius: 6px; right:0;" onclick="refreshVCodeFP('fp','fpVeriCode');" />  
  1180.                             </div>
  1181.                    </div>
  1182.                    <div class="btn-item">
  1183.                     <button class="btn_join">SUBMIT</button>
  1184.                    </div>
  1185.                 </form>
  1186.             </div>
  1187.           </div>
  1188.         </div>
  1189.       </div>
  1190.     </div>
  1191.  
  1192.        <div class="modal fade" id="wechat" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
  1193.          <div class="modal-dialog modal-dialog-centered" role="document">
  1194.            <div class="modal-content">
  1195.              <div class="modal-header">
  1196.                <button type="button" class="close" data-dismiss="modal" aria-label="Close">
  1197.                  <img src="images/header/close2.png">
  1198.                </button>
  1199.              </div>
  1200.                    <img id="qr_code" src="" />
  1201.            </div>
  1202.          </div>
  1203.     </div>
  1204.  
  1205.      </div>
  1206.    
  1207.    
  1208.  
  1209.    <!-- Body Content -->
  1210.    <div class="t-body">
  1211.         <!-- Desktop Slider -->
  1212.         <div id="carouselExampleControls" class="carousel slide desktop-slider index_caro" data-ride="carousel">
  1213.             <div class="carousel-inner" id="webBanner1">
  1214.                
  1215.             </div>
  1216.             <a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
  1217.                 <span class="carousel-control-prev-icon" aria-hidden="true"></span>
  1218.                 <span class="sr-only">Previous</span>
  1219.             </a>
  1220.             <a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
  1221.                 <span class="carousel-control-next-icon" aria-hidden="true"></span>
  1222.                 <span class="sr-only">Next</span>
  1223.             </a>
  1224.         </div>
  1225.     <!-- End Desktop Slider -->
  1226.  
  1227.        <div class="marquee_wrap">
  1228.        <div class="container">
  1229.         <marquee class="marquee_custom" id="web_announcement">  </marquee>
  1230.        </div>
  1231.        </div>
  1232.  
  1233.    <div class="step_section">
  1234.     <div class="step_bar">
  1235.     <div class="container">
  1236.     <ul id="contactTable"></ul>
  1237.     </div>
  1238.     </div>
  1239.     <div class="container">
  1240.     <div class="bonus_c_wrap">
  1241.     <div class="bonus_c_wrap_custom">
  1242.     <div class="bonus_tit">Sportsbook</div>
  1243.     <div class="main_slider_wrap">
  1244. <div class="slidermain_02">
  1245. <div class="slider slider-nav">
  1246. <div class="slide_txt" onclick="popUpGameLink('ST','SB','0',0,1000,600)">
  1247. <div><img src="images/index/big-3sing.png"></div>
  1248. </div>
  1249. <div class="slide_txt" onclick="popUpGameLink('CM','SB','0',0,1000,600)">
  1250. <div><img src="images/index/big-cmd.png"></div>
  1251. </div>
  1252. <div class="slide_txt" onclick="popUpGameLink('M8','SB','0',0,1000,600)">
  1253. <div><img src="images/index/big-m8.png"></div>
  1254. </div>
  1255. <div class="slide_txt" onclick="popUpGameLink('IB','SB','0',0,1000,600)">
  1256. <div><img src="images/index/big-saba.png"></div>
  1257. </div>
  1258. <div class="slide_txt" onclick="popUpGameLink('S3','SB','0',0,1000,600)">
  1259. <div><img src="images/index/big-sbo.png"></div>
  1260. </div>
  1261. <div class="slide_txt" onclick="popUpGameLink('WB','SB','0',0,1000,600)">
  1262. <div><img src="images/index/big-wbet.png"></div>
  1263. </div>
  1264. </div>
  1265.    </div>
  1266.    <div class="slidermain_01">
  1267. <div class="slider slider-single">
  1268. <div class="slide_img_main">
  1269. <img class="trigger_img_effect" src="images/index/sport-3sing.png">
  1270. </div>
  1271. <div class="slide_img_main">
  1272. <img class="trigger_img_effect" src="images/index/sport-cmd.png">
  1273. </div>
  1274. <div class="slide_img_main">
  1275. <img class="trigger_img_effect" src="images/index/sport-m8.png">
  1276. </div>
  1277. <div class="slide_img_main">
  1278. <img class="trigger_img_effect" src="images/index/sport-saba.png">
  1279. </div>
  1280. <div class="slide_img_main">
  1281. <img class="trigger_img_effect" src="images/index/sport-sbo.png">
  1282. </div>
  1283. <div class="slide_img_main">
  1284. <img class="trigger_img_effect" src="images/index/sport-wbet.png">
  1285. </div>
  1286. </div>
  1287. </div>
  1288. </div>
  1289.     </div>
  1290.     <div class="bonus_match_wrap">
  1291. <iframe id="ifrHL" class="border-0 iframe-highlight" width="100%" height="400px" src="" ></iframe>
  1292.    
  1293.     </div>
  1294.     </div>
  1295.    
  1296.    
  1297.     <div class="spin_tit">
  1298.     Spin Now!
  1299.     </div>
  1300.     <div class="spin_group">
  1301.     <div class="jackpot_wrap">
  1302.     <img src="images/index/jackpot-pt.jpg?2">
  1303.     <div class="jackpot_txt" id="progressivejackpot1" style="bottom: 10%;"></div>
  1304.     </div>
  1305.     <div class="games-list">
  1306. <ul class="nav nav-tabs index_jack_tab" id="myTab" role="tablist">
  1307.  <li class="nav-item">
  1308.    <a class="nav-link active" id="spin01-tab" data-toggle="tab" href="#spin01" role="tab" aria-controls="spin01" aria-selected="true">RECOMMENDED GAMES</a>
  1309.  </li>
  1310.  <li class="nav-item">
  1311.    <a class="nav-link" id="spin02-tab" data-toggle="tab" href="#spin02" role="tab" aria-controls="spin02" aria-selected="false">HOT GAMES</a>
  1312.  </li>
  1313.  <a href="/web/slots" class="more_g">Show More <span>></span></a>
  1314. </ul>
  1315.  
  1316. <div class="tab-content" id="myTabContent">
  1317.                        <div class="tab-pane fade  show active" id="spin01" role="tabpanel" aria-labelledby="spin02-tab">
  1318.      <div class="spin_product">
  1319.                        
  1320.     <div class="gamebox">
  1321.   <img src="/web/images/rec/1.jpg">
  1322.   <div class="playpop">
  1323. <a onclick="popUpGameLink('JD','SL','0','0_8047',1000,600)" class="play-btn">Play</a>
  1324. </div>
  1325. <div class="gamebox_ini">
  1326. <span>Winning Mask 2</span>
  1327. </div>
  1328.   </div>
  1329.                        
  1330.     <div class="gamebox">
  1331.   <img src="/web/images/rec/2.jpg">
  1332.   <div class="playpop">
  1333. <a onclick="popUpGameLink('JD','SL','0','0_8046',1000,600)" class="play-btn">Play</a>
  1334. </div>
  1335. <div class="gamebox_ini">
  1336. <span>Guan Gong</span>
  1337. </div>
  1338.   </div>
  1339.                        
  1340.                              <div class="gamebox">
  1341.   <img src="/web/images/rec/3.jpg">
  1342.   <div class="playpop">
  1343. <a onclick="popUpGameLink('JD','SL','0','0_8003',1000,600)" class="play-btn">Play</a>
  1344. </div>
  1345. <div class="gamebox_ini">
  1346. <span>Winning Mask</span>
  1347. </div>
  1348.   </div>
  1349.                        
  1350.                              <div class="gamebox">
  1351.   <img src="/web/images/rec/4.jpg">
  1352.   <div class="playpop">
  1353. <a onclick="popUpGameLink('JD', 'SL', '0', '0_14065', 1000, 600)" class="play-btn">Play</a>
  1354. </div>
  1355. <div class="gamebox_ini">
  1356. <span>Blossom of Wealth</span>
  1357. </div>
  1358.   </div>
  1359.                        
  1360.                              <div class="gamebox">
  1361.   <img src="/web/images/rec/5.jpg">
  1362.   <div class="playpop">
  1363. <a onclick="popUpGameLink('JD', 'SL', '0', '0_14057', 1000, 600)" class="play-btn">Play</a>
  1364. </div>
  1365. <div class="gamebox_ini">
  1366. <span>Ninja X</span>
  1367. </div>
  1368.   </div>
  1369.                        
  1370.                              <div class="gamebox">
  1371.   <img src="/web/images/rec/6.jpg">
  1372.   <div class="playpop">
  1373. <a onclick="popUpGameLink('JD', 'SL','0', '0_14079', 1000, 600)" class="play-btn">Play</a>
  1374. </div>
  1375. <div class="gamebox_ini">
  1376. <span>Money Bag Man 2</span>
  1377. </div>
  1378.   </div>
  1379.                        
  1380.                              <div class="gamebox">
  1381.   <img src="/web/images/rec/7.jpg">
  1382.   <div class="playpop">
  1383. <a onclick="popUpGameLink('JD', 'SL','0', '0_14043', 1000, 600)" class="play-btn">Play</a>
  1384. </div>
  1385. <div class="gamebox_ini">
  1386. <span>Golden Disco</span>
  1387. </div>
  1388.   </div>
  1389.                        
  1390.                               <div class="gamebox">
  1391.   <img src="/web/images/rec/8.jpg">
  1392.   <div class="playpop">
  1393. <a onclick="popUpGameLink('AG', 'SL', '0', 'SC07', 1000, 600)" class="play-btn">Play</a>
  1394. </div>
  1395. <div class="gamebox_ini">
  1396. <span>Gold Class Deluxe</span>
  1397. </div>
  1398.   </div>
  1399.                        
  1400.                               <div class="gamebox">
  1401.   <img src="/web/images/rec/9.jpg">
  1402.   <div class="playpop">
  1403. <a onclick="popUpGameLink('AG', 'SL', '0', 'WH48', 1000, 600)" class="play-btn">Play</a>
  1404. </div>
  1405. <div class="gamebox_ini">
  1406. <span>Pillar of Fortune</span>
  1407. </div>
  1408.   </div>
  1409.                        
  1410.                               <div class="gamebox">
  1411.   <img src="/web/images/rec/10.jpg">
  1412.   <div class="playpop">
  1413. <a onclick="popUpGameLink('AG', 'SL', '0', 'SB49', 1000, 600)" class="play-btn">Play</a>
  1414. </div>
  1415. <div class="gamebox_ini">
  1416. <span>The Dragon Pearl of Gold</span>
  1417. </div>
  1418.   </div>
  1419.                        
  1420.     </div>
  1421.    </div>
  1422.  <div class="tab-pane fade" id="spin02" role="tabpanel" aria-labelledby="spin01-tab">
  1423.     <div class="spin_product">
  1424.  
  1425.   <div class="gamebox">
  1426.   <img src="/web/images/hot/1.jpg">
  1427.   <div class="playpop">
  1428. <a onclick="popUpGameLink('JD','SL','0','0_8048',1000,600)" class="play-btn">Play</a>
  1429. </div>
  1430. <div class="gamebox_ini">
  1431. <span>Open Seasame 2</span>
  1432. </div>
  1433.   </div>
  1434.  
  1435.      <div class="gamebox">
  1436.   <img src="/web/images/hot/2.jpg">
  1437.   <div class="playpop">
  1438. <a onclick="popUpGameLink('JD','SL','0','0_8022',1000,600)" class="play-btn">Play</a>
  1439. </div>
  1440. <div class="gamebox_ini">
  1441. <span>Mahjong</span>
  1442. </div>
  1443.   </div>
  1444.  
  1445.                            <div class="gamebox">
  1446.   <img src="/web/images/hot/3.jpg">
  1447.   <div class="playpop">
  1448. <a onclick="popUpGameLink('JD','SL','0','0_8047',1000,600)" class="play-btn">Play</a>
  1449. </div>
  1450. <div class="gamebox_ini">
  1451. <span>Winning Mask 2</span>
  1452. </div>
  1453.   </div>
  1454.  
  1455.                            <div class="gamebox">
  1456.   <img src="/web/images/hot/4.jpg">
  1457.   <div class="playpop">
  1458. <a onclick="popUpGameLink('JD','SL','0','0_8035',1000,600)" class="play-btn">Play</a>
  1459. </div>
  1460. <div class="gamebox_ini">
  1461. <span>Lucky Phoenix</span>
  1462. </div>
  1463.   </div>
  1464.  
  1465.                            <div class="gamebox">
  1466.   <img src="/web/images/hot/5.jpg">
  1467.   <div class="playpop">
  1468. <a onclick="popUpGameLink('YD', 'SL','0', '10007', 1000, 600)" class="play-btn">Play</a>
  1469. </div>
  1470. <div class="gamebox_ini">
  1471. <span>Jambo Cash</span>
  1472. </div>
  1473.   </div>
  1474.  
  1475.                                  <div class="gamebox">
  1476.   <img src="/web/images/hot/6.jpg">
  1477.   <div class="playpop">
  1478. <a onclick="popUpGameLink('YD', 'SL','0', '10054' , 1000, 600)" class="play-btn">Play</a>
  1479. </div>
  1480. <div class="gamebox_ini">
  1481. <span>90k Yeti</span>
  1482. </div>
  1483.   </div>
  1484.  
  1485.                             <div class="gamebox">
  1486.   <img src="/web/images/hot/7.jpg">
  1487.   <div class="playpop">
  1488. <a onclick="popUpGameLink('AG', 'SL', '0', 'WH48', 1000, 600)" class="play-btn">Play</a>
  1489. </div>
  1490. <div class="gamebox_ini">
  1491. <span>Pillar of Fortune</span>
  1492. </div>
  1493.   </div>
  1494.  
  1495.                             <div class="gamebox">
  1496.   <img src="/web/images/hot/8.jpg">
  1497.   <div class="playpop">
  1498. <a onclick="popUpGameLink('AG', 'SL', '0', 'SB49', 1000, 600)" class="play-btn">Play</a>
  1499. </div>
  1500. <div class="gamebox_ini">
  1501. <span>The Dragon Pearl of Gold</span>
  1502. </div>
  1503.   </div>
  1504.  
  1505.                             <div class="gamebox">
  1506.   <img src="/web/images/hot/9.jpg">
  1507.   <div class="playpop">
  1508. <a onclick="popUpGameLink('AG', 'SL', '0', 'SB62', 1000, 600)" class="play-btn">Play</a>
  1509. </div>
  1510. <div class="gamebox_ini">
  1511. <span>Wild of God</span>
  1512. </div>
  1513.   </div>
  1514.  
  1515.                                 <div class="gamebox">
  1516.   <img src="/web/images/hot/10.jpg">
  1517.   <div class="playpop">
  1518. <a onclick="popUpGameLink('AG', 'SL','0', 'SC07', 1000, 600)" class="play-btn">Play</a>
  1519. </div>
  1520. <div class="gamebox_ini">
  1521. <span>Gold Class Deluxe</span>
  1522. </div>
  1523.   </div>
  1524.  
  1525.   </div>
  1526.  </div>
  1527. </div>
  1528.     </div>
  1529.     </div>
  1530.    </div>
  1531.    </div>
  1532.  
  1533.    <div class="download_index_wrap">
  1534.     <div class="container">
  1535.     <div class="dw_tit">
  1536.     Don't Miss It
  1537.     </div>
  1538.     <div class="index_miss_wrap">
  1539.     <div class="index_miss_p_01 index_miss_all" data-select="sports">
  1540.     <div class="hover-box"></div>
  1541.     <div class="index_miss_title" data-page="sports"> Sports </div>
  1542.     <div class="index_miss_con">
  1543.     <p><div>6 Unique Sportsbooks that offer Sky-high betting limits,
  1544. </div><div>best payouts and wide range of matches!
  1545. </div></p>
  1546.     </div>
  1547.     <div class="bottom-box">
  1548.     <div class="bottom" onclick="window.location.href='/web/sports'" ><span>Play Now</span></div>
  1549.     </div>
  1550.     </div>
  1551.     <div class="index_miss_p_02 index_miss_all">
  1552.     <div class="hover-box"></div>
  1553.     <div class="index_miss_title" data-page="casino"> Live Casino </div>
  1554.     <div class="index_miss_con">
  1555.     <p>16 Top Casinos, Hundred of Live Dealer Games to Choose From!</p>
  1556.     </div>
  1557.     <div class="bottom-box">
  1558.     <div class="bottom" onclick="window.location.href='/web/live-casino'" ><span>Play Now</span></div>
  1559.     </div>
  1560.     </div>
  1561.     <div class="index_miss_p_03 index_miss_all">
  1562.     <div class="hover-box"></div>
  1563.     <div class="index_miss_title" data-page="slots">Slots</div>
  1564.     <div class="index_miss_con">
  1565.     <p><div>Be Spoilt for Choices with Over One
  1566. </div>
  1567. <div>Thousand of Immersive Slots Games & Table Games
  1568. </div></p>
  1569.     </div>
  1570.     <div class="bottom-box">
  1571.     <div class="bottom" onclick="window.location.href='/web/slots'" ><span>Play Now</span></div>
  1572.     </div>
  1573.     </div>
  1574.     <div class="index_miss_p_04 index_miss_all">
  1575.     <div class="hover-box"></div>
  1576.     <div class="index_miss_title" data-page="Fishing">Fishing</div>
  1577.     <div class="index_miss_con">
  1578.     <p><div>
  1579. The Best Collection of Fish Hunting Games
  1580. </div>
  1581. <div>
  1582. that let you turn fishes into Golds
  1583. </div></p>
  1584.     </div>
  1585.     <div class="bottom-box">
  1586.     <div class="bottom" onclick="window.location.href='/web/fishing'"><span>Play Now</span></div>
  1587.     </div>
  1588.     </div>
  1589.     </div>
  1590.     </div>
  1591.    </div>
  1592.  
  1593.  
  1594.    </div>
  1595.    <!-- End Body Content -->
  1596.  
  1597.   <!-- Footer -->
  1598. <div class="t-footer">
  1599. <div class="footer_wrap">
  1600.  
  1601.  
  1602.  
  1603.  
  1604.  
  1605. <div class="container">
  1606. <div class="top_footer_wrap">
  1607. <ul class="provider">
  1608. <li class="title">Support & Info</li>
  1609. <li>
  1610. <a href="/web/about">About Us</a>
  1611. </li>
  1612. <li>
  1613. <a href="/web/tnc">Terms & Conditions</a>
  1614. </li>
  1615. <li>
  1616. <a href="/web/responsible">Responsible Gaming</a>
  1617. </li>
  1618. <li>
  1619. <a href="/web/affiliate">Affiliate</a>
  1620. </li>
  1621. </ul>
  1622. <ul class="provider">
  1623. <li class="title">Products</li>
  1624. <li>
  1625. <a href="/web/sports">Sports</a>
  1626. </li>
  1627. <li>
  1628. <a href="/web/esports">Esports</a>
  1629. </li>
  1630. <li>
  1631. <a href="/web/live-casino">Live Casino</a>
  1632. </li>
  1633. <li>
  1634. <a href="/web/slots">Slots</a>
  1635. </li>
  1636. <li>
  1637. <a href="/web/p2p">Poker</a>
  1638. </li>
  1639. <li>
  1640. <a href="/web/fishing">Fishing</a>
  1641. </li>
  1642. <li>
  1643. <a href="/web/horse-racing">Horse</a>
  1644. </li>
  1645. </ul>
  1646. <ul class="provider">
  1647. <li class="title">Platform</li>
  1648. <li>
  1649. <a href="/m/index">Mobile</a>
  1650. </li>
  1651. </ul>
  1652. <ul class="provider p_img">
  1653. <li class="title">License</li>
  1654. <li>
  1655. <img src="images/footer/01.png">
  1656. </li>
  1657. <li>
  1658. <img src="images/footer/05.png">
  1659. </li>
  1660. <li>
  1661. <img src="images/footer/07.png">
  1662. </li>
  1663. <li>
  1664. <img src="images/footer/04.png">
  1665. <img src="images/footer/03.png">
  1666. </li>
  1667. <li>
  1668. <img src="images/footer/06.png">
  1669. </li>
  1670. <li>
  1671. <img src="images/footer/02.png">
  1672. </li>
  1673. </ul>
  1674. <ul class="provider p_img">
  1675. <li class="title">Payment Method</li>
  1676. <li>
  1677. <img style="width:80px;" src="images/footer/comm.png">
  1678. </li>
  1679. <li>
  1680. <img style="width:80px;" src="images/footer/anz.png">
  1681. </li>
  1682. <li>
  1683. <img style="width:80px;" src="images/footer/nab.png">
  1684. </li>
  1685. <li>
  1686. <img style="width:80px;" src="images/footer/westpac.png">
  1687. </li>
  1688. <li>
  1689. <img style="width:80px;" src="images/footer/st.png">
  1690. </li>
  1691. <li>
  1692. <img style="width:80px;" src="images/footer/upbank.png">
  1693. </li>
  1694. </ul>
  1695. <ul class="provider p_img">
  1696. <li class="title">Follow Us</li>
  1697. <li>
  1698. <img style="cursor:pointer;" src="images/footer/youtube.png" onclick="window.open('https://www.youtube.com/channel/UCUcDZkfotA6wz7E6mFH-ucg')">
  1699. <img style="cursor:pointer;" src="images/footer/insta.png" onclick="window.open('https://www.instagram.com/crownbet888au/')">
  1700. </li>
  1701. <li>
  1702. <img style="cursor:pointer;" src="images/footer/fb.png" onclick="window.open('https://www.facebook.com/CRB888/')">
  1703. <img style="cursor:pointer;max-width: 29px;" src="images/footer/twitter.jpg" onclick="window.open('https://twitter.com/crownbet888')"></li>
  1704. </ul>
  1705. <ul class="provider">
  1706. <li class="title">Download</li>
  1707. <li>
  1708. <div class="f_download_t">
  1709. <img class="crown_cus" src="images/footer/crown.png">
  1710. <span>CrownBet888 App</span>
  1711. <img class="crown_cus_m" src="images/footer/crown-mobile.png">
  1712. </div>
  1713. <div class="f_download_b">
  1714. <div class="f_download_b_cus">
  1715. <img src="images/footer/qr-sample.png">
  1716. <div>
  1717. <div>Android</div>
  1718. <a href="#" class="download_btn_f">Download</a>
  1719. </div>
  1720. </div>
  1721. <div class="f_download_b_cus">
  1722. <img src="images/footer/qr-sample.png">
  1723. <div>
  1724. <div>Ios</div>
  1725. <a href="#" class="download_btn_f">Download</a>
  1726. </div>
  1727. </div>
  1728. </div>
  1729. </li>
  1730. <li class="Copyright">
  1731. Copyright Crownbet888 @ 2021. All rights reserved.<img class="ml-2" src="images/footer/18over.png">
  1732. </li>
  1733. </ul>
  1734. </div>
  1735. </div>
  1736.  
  1737. <div class="bottom_footer_wrap">
  1738. <div id="seo-footer-content">
  1739.    <div class="container fbody">
  1740. <div class="row">
  1741. <div class="seo-content-wrap">
  1742.   <h1>Trusted Online Casino Australia 2021 - Crownbet888</h1>
  1743.   <p style="line-height:14px" align="justify"><a href="https://crownbet888.com/web/register">Online Casino Australia</a> has evolved drastically in the last few years. It has been drawing comparisons from the Western countries. Crownbet888, an <strong>online casino Australia</strong> has become the most trusted <strong>online gambling platform</strong> for bettors. We have emerged as a top choice of casino games for all Australians. We offer a wide range of games as much as you can expect from any top operator in the country.</p>
  1744.   <p style="line-height:14px" align="justify">At our online casino in Australia, you can play live poker games in mobile, online roulette, and live casino games. These are easy to play, and you can also check out our <a href="https://crownbet888.com/web/register">best online sports betting</a> and <a href="https://crownbet888.com/web/register">e-sports betting</a> at our site with the most competitive odds to consider. If you crave for slot games, don’t worry, we have it too for you. In short, Crownbet888 is compatible with mobile and desktop versions whether its an iOS or Android OS mobile device.</p>
  1745. </div>
  1746. <div class="seo-content-wrap" style="display: none;">
  1747. <h2>Gamble at The Most Trusted Casino with Superior Support</h2>
  1748.   <p style="line-height:14px" align="justify">Crownbet888 casino has ensured that all types of players, the ones who love to play on desktop as well as those from mobile, get to use the site. Our site takes very little time to load, and has an attractive, yet, a very user-friendly platform. There are amazing graphics as you play the games and will even find it effortless to navigate to bet on the esports or in any sporting events as well. In short, you can rely on our site as being the <strong>Australian most trusted online casino</strong> in 2021 for these very reasons.</p>
  1749.   <p style="line-height:14px" align="justify">There is downloadable software for you to run and play. However, there is an option to play on the go simply. Just log in from any browser and any device at Crownbet888, and you will be ready to play. Enjoy 24-hour support from our teams of trained representatives. They are available via live chat and telephones. If you have a detailed query, make sure to email us, and we will get back to you.</p>
  1750. </div>
  1751. <div class="seo-content-wrap" style="display: none;">
  1752.   <h2>Live Casino at Crownbet888 For Online Games</h2>
  1753.   <p style="line-height:14px" align="justify">Live dealer games are your favorite, you said? Crownbet888 is a place for you to be as you can enjoy best <a href="https://crownbet888.com/web/register">live dealer casino games</a> from various brand platforms. Play games like live roulette, live blackjack, live sic bo, live baccarat, and more. These are the titles from Asia Gaming, Playtech, AllBet, eBET, Dream Gaming, SA Gaming, besides the regular Evolution Gaming and Microgaming, to name a few. You may also check out the Sexy Baccarat for some quirky fun time. All our gamers visiting the live casino segment find it very close to reality. The host or hostesses are well-mannered and can even make your time memorable. Check out our games and feel like royalty here!</p>
  1754. </div>
  1755. <div class="seo-content-wrap" style="display: none;">
  1756. <h2>Slot Fun at Crownbet888 From the Best Australia Online Casino Site 2021</h2>
  1757.   <p style="line-height:14px" align="justify">We have the best assortment of <a href="https://crownbet888.com/web/register">online slot games</a>. Don’t believe us? Why don’t you check us out too? We have games from the top developers across Asia and beyond. From the internationally famous software developers like Playtech, Microgaming, Play’n GO, and Pragmatic Play, to others like SpadeGaming, Asia Gaming, and <a href="https://crownbet888.com/web/register">918Kiss Australia</a>. There are various titles across all the popular themes just for you to have fun here.</p>
  1758.   <p style="line-height:14px" align="justify">Choose any device, Android phone, or a desktop, and you are sure to enjoy the games anyhow. There are multiplier rewards, progressive titles, non-progressive titles, and others to take back home with our <strong>best online slots in Australia</strong>. There are 100s of titles available to ensure you do not have a single boring moment here at Crownbet888. This variety is going to make your time more worthwhile and take great payouts.</p>
  1759. </div>
  1760. <div class="seo-content-wrap" style="display: none;">
  1761. <h2>Profitable Sportsbook from Crownbet888 Mobile 2021</h2>
  1762.   <p style="line-height:14px" align="justify">As an <a href="https://crownbet888.com/web/register">online betting mobile platform</a> Australia offering diversity in titles and types, you can expect us to offer to you more here. Sports betting in Australia is enjoyable as today, we have access to some of the most coveted markets and global events. Thus, we can offer you the best betting solutions. There are c-sports, i-sports, and virtual sporting events to bet on here at our site.</p>
  1763.   <p style="line-height:14px" align="justify">At the i-sport segment, you get to bet on European and Asian games. Get ready to check out Premier League and even small events where you can bet as much as you want. Our odds are highly competitive. Since our sportsbook also offers virtual sports, you can bet on greyhound racing, horse racing, and more.</p>
  1764.   <p style="line-height:14px" align="justify">There are many promotions just for the <strong>online betting Australia</strong>, including a welcome bonus and, of course, regular cash backs and rebates. These keep the sports betting engaging and worth the time.</p>
  1765.   <p style="line-height:14px" align="justify">There are e-sports section and live TV betting option for you. If you want to enjoy a game and play live in real-time, you can do it now here at Crownbet888 casino. The <strong>online live sports betting</strong> opens up many opportunities to bet on short-duration games as well as view results on the go. When you get the results live, you are also going to earn faster and manage your bankroll better.</p>
  1766. </div>
  1767. <div class="seo-content-wrap" style="display: none;">
  1768. <h2>Fishing Games Online for Skill Improvement</h2>
  1769. <p style="line-height:14px" align="justify">Fishing titles are available at our site from the software developers like Fishing War, GG Fishing, and more. These offer funny and entertaining titles with realistic underwater graphics to take you to the depth of the game.</p>
  1770. </div>
  1771. <div class="seo-content-wrap" style="display: none;">
  1772. <h2>Bonuses and Promotions to Gain at The Top Casino</h2>
  1773. <p style="line-height:14px" align="justify">Crownbet888 <strong>online casino Australia</strong> has become famous not just because of the wide variety of games across categories alone but also for the types of bonuses on offer. So, there are welcome bonuses and special welcome bonuses. If that is not enough, there is a welcome bonus for sportsbook players, for live casinos, and even for the regular slot players. All of these are equally enticing for the new player. On registering, the new players can make their first deposit and then earn the bonus. Also, Crownbet888 offers <a href="https://crownbet888.com/web/register">free credit no deposit bonus</a> to all return players too. The promotions in trusted online casino Australia Crownbet888 include cash rebates and cash back, among other offers.</p>
  1774. <p style="line-height:14px" align="justify">If you thought that was it, you probably are wrong. <a href="https://crownbet888.com/web/register">The VIP Program</a> also exists in Crownbet888, wherefrom you can avail of all the luxuries in this online world. The offers range from lifetime membership to birthday special gifts and exclusive services on reaching every level of this program.</p>
  1775. </div>
  1776. <div class="seo-content-wrap" style="display: none;">
  1777.   <h2>Classy Casino Online Australia Payment System</h2>
  1778.   <p style="line-height:14px" align="justify">Crownbet888 accepts payments via EeziePay and Help2Pay, and both these guarantee faster deposits. The site commits to offer a hassle-free payment option to all the players. You may be asked for showing a valid ID proof but all for making the user’s experience here effortlessly simple. Every time you log in, you will have a live chat support member at your service. Likewise, you may even expect assistance at a lightning-fast speed. Besides, the fancy site design and the conglomeration of games, <strong>Crownbet888 online casino Australia</strong> specializes in ensuring you have a lot of fun. Any query related wagering requirement and you have us at your service to solve the problems.</p>
  1779. </div>
  1780. <div class="seo-content-wrap" style="display: none;">
  1781. <h2>User’s Language Ease at Australian Casino Online Crownbet888</h2>
  1782. <p style="line-height:14px" align="justify">Our specialization lies in giving you a one-of-a-kind experience. We have the site support available to you in English and Chinese for you. This has been of great help to the maximum number of players who visit us and play.</p>
  1783. </div>
  1784. <div class="seo-content-wrap" style="display: none;">
  1785. <h2>More of Ideal Support for You</h2>
  1786. <p style="line-height:14px" align="justify">In case you have any query related to our license or our terms and conditions, we recommend you visit our page for the clarification. There are details about the banking time, and the fees you might have to consider. We offer live chat support and WeChat support too. Besides this, we are available on WhatsApp, too, to help you in case of any instant query. Nevertheless, we are going to heed to you if you wish to connect with us online through social media as well.</p>
  1787. <p style="line-height:14px" align="justify">Enter the site and experience the best at this online gambling Australia right from the comfort of your home. </p>
  1788. </div>
  1789. <div class="seo-content-wrap" style="display: none;">
  1790. <h1 style="margin-left:0in;text-align:center;"><span style="font-family:Calibri, sans-serif;font-size:16.0pt;"><strong>CrownBet: Redefining Betting and Gaming Excellence in Australia!</strong></span><br>&nbsp;</h1>
  1791. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;">Are you looking for the best place to experience thrilling betting and gaming action? Welcome to </span><a target="_blank" rel="noopener noreferrer" href="https://crownbet888.com"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong>CrownBet</strong></span></a><span style="font-family:Calibri, sans-serif;font-size:11pt;">, Australia's premier platform for all your gaming and betting needs. Therefore, even if you are a seasoned punter or a casual gamer, we are always ready to offer a very unique and exciting experience tailored just for you. This is where you will be able to dive into the world of betting with our platform and discover why we're a cut above the rest.</span><br>&nbsp;</p>
  1792. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  1793. <h2 style="margin-left:0in;"><span style="font-family:Calibri, sans-serif;font-size:16.0pt;"><strong>Competitor Showdown: An In-Depth Comparative Analysis</strong></span><br>&nbsp;</h2>
  1794. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;">We are Australia's top choice for all your betting needs. We are definitely dedicated to making your </span><a target="_blank" rel="noopener noreferrer" href="https://x.com/CROWN_BET888"><span style="font-family:Calibri, sans-serif;font-size:11pt;">experience</span></a><span style="font-family:Calibri, sans-serif;font-size:11pt;"> enjoyable and rewarding.</span></p>
  1795. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  1796. <ol style="padding-left:48px;">
  1797.    <li>
  1798.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong><span style="font-size:12.0pt;"></span></strong></span><span style="font-family:Calibri, sans-serif;font-size:12.0pt;"><strong>How Do We Outshine Tab NSW for Betting in Australia?</strong></span></p>
  1799.    </li>
  1800. </ol>
  1801. <ul style="padding-left:48px;">
  1802.    <li>
  1803.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Better Odds Everywhere:</strong> We offer better odds for all types of bets. There we do not just offer for those in VIC and NSW like <strong>Tab NSW</strong>.</span></p>
  1804.    </li>
  1805.    <li>
  1806.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>More Sports Covered:</strong> We also cover a wider range of </span><a target="_blank" rel="noopener noreferrer" href="https://x.com/CROWN_BET888"><span style="font-family:Calibri, sans-serif;font-size:11pt;">international</span></a><span style="font-family:Calibri, sans-serif;font-size:11pt;"> sports, giving you more options to bet on than <strong>Tab NSW</strong>.</span></p>
  1807.    </li>
  1808.    <li>
  1809.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>More Promotions:</strong> This platform has more frequent and exciting </span><a target="_blank" rel="noopener noreferrer" href="https://crownbet888.com/web/promotion"><span style="font-family:Calibri, sans-serif;font-size:11pt;">promotions</span></a><span style="font-family:Calibri, sans-serif;font-size:11pt;">. Therefore, this will give you more chances to win.</span></p>
  1810.    </li>
  1811. </ul>
  1812. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  1813. <ol style="padding-left:48px;" start="2">
  1814.    <li>
  1815.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong><span style="font-size:12.0pt;"></span></strong></span><span style="font-family:Calibri, sans-serif;font-size:12.0pt;"><strong>What Advantages Do We Offer Over BlueBet for Australian Users?</strong></span></p>
  1816.    </li>
  1817. </ol>
  1818. <ul style="padding-left:48px;">
  1819.    <li>
  1820.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Expanded Market Variety:</strong> We offer a wider range of markets, continuously improving to cater to diverse preferences, unlike <strong>BlueBet</strong>.</span></p>
  1821.    </li>
  1822.    <li>
  1823.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Fair Play:</strong> Unlike <strong>BlueBet</strong>, we do not restrict punters who win consistently, making sure a fair and an enjoyable betting experience for all our users who </span><a target="_blank" rel="noopener noreferrer" href="https://crownbet888.com/web/register"><span style="font-family:Calibri, sans-serif;font-size:11pt;">join</span></a><span style="font-family:Calibri, sans-serif;font-size:11pt;"> our platform.</span></p>
  1824.    </li>
  1825. </ul>
  1826. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  1827. <ol style="padding-left:48px;" start="3">
  1828.    <li>
  1829.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong><span style="font-size:12.0pt;"></span></strong></span><span style="font-family:Calibri, sans-serif;font-size:12.0pt;"><strong>Why Do Australian Bettors Find Our Platform More Beneficial Than Tab Touch?</strong></span></p>
  1830.    </li>
  1831. </ol>
  1832. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  1833. <ul style="padding-left:48px;">
  1834.    <li>
  1835.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Clear Racing Information:</strong> Our platform </span><a target="_blank" rel="noopener noreferrer" href="https://www.tiktok.com/@crownbet888"><span style="font-family:Calibri, sans-serif;font-size:11pt;">shows</span></a><span style="font-family:Calibri, sans-serif;font-size:11pt;"> <strong>sports bet racing</strong> data in a simpler way compared to <strong>Tabtouch</strong>. This simpler form will help you to understand the <strong>sports bet racing data&nbsp;</strong>better.</span></p>
  1836.    </li>
  1837.    <li>
  1838.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Available Across Australia:</strong> Unlike </span><a target="_blank" rel="noopener noreferrer" href="https://crownbet888.com/web/index"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong>Tabtouch</strong></span></a><span style="font-family:Calibri, sans-serif;font-size:11pt;">, which is only in Western Australia, our platform is available all over Australia.</span></p>
  1839.    </li>
  1840.    <li>
  1841.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Watch More Races:</strong> We also let you watch VIC Racing; this will make it more engaging and thrilling.</span></p>
  1842.    </li>
  1843. </ul>
  1844. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  1845. <ol style="padding-left:48px;" start="4">
  1846.    <li>
  1847.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong><span style="font-size:12.0pt;"></span></strong></span><span style="font-family:Calibri, sans-serif;font-size:12.0pt;"><strong>What Makes Our Site More Appealing to Australian Pokies Enthusiasts Than Pokies Net?</strong></span></p>
  1848.    </li>
  1849. </ol>
  1850. <ul style="padding-left:48px;">
  1851.    <li>
  1852.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Extensive Variety of Pokies:</strong> You can enjoy a wider selection of pokies options compared to <strong>Pokies Net</strong>. Hence you will have the option to choose more games.</span></p>
  1853.    </li>
  1854.    <li>
  1855.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Regular Addition of New Games:</strong> We frequently update our game library with new releases, making sure of a fresh and an exciting experience for all our players when compared to <strong>Pokies Net.</strong></span></p>
  1856.    </li>
  1857. </ul>
  1858. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  1859. <ol style="padding-left:48px;" start="5">
  1860.    <li>
  1861.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong><span style="font-size:12.0pt;"></span></strong></span><span style="font-family:Calibri, sans-serif;font-size:12.0pt;"><strong>How Does This Platform Excel Compared to Betr Australia for Online Betting?</strong></span></p>
  1862.    </li>
  1863. </ol>
  1864. <ul style="padding-left:48px;">
  1865.    <li>
  1866.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Live Streaming Available:</strong> Unlike <strong>Betr Australia</strong>, we offer live streaming for enhanced betting </span><a target="_blank" rel="noopener noreferrer" href="https://www.instagram.com/crown_bet888"><span style="font-family:Calibri, sans-serif;font-size:11pt;">experiences</span></a><span style="font-family:Calibri, sans-serif;font-size:11pt;"> for all our players.</span></p>
  1867.    </li>
  1868.    <li>
  1869.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Fast and Reliable App:</strong> Our app loads quickly and operates smoothly. This will minimize any delays and bugs.</span></p>
  1870.    </li>
  1871.    <li>
  1872.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Live Betting Options:</strong> Enjoy real-time betting opportunities, which <strong>Betr Australia</strong> does not provide.</span></p>
  1873.    </li>
  1874. </ul>
  1875. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  1876. <ol style="padding-left:48px;" start="6">
  1877.    <li>
  1878.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong><span style="font-size:12.0pt;"></span></strong></span><span style="font-family:Calibri, sans-serif;font-size:12.0pt;"><strong>Why Do Australian Online Gamers Favor Our Platform Over Ignition Casino?</strong></span></p>
  1879.    </li>
  1880. </ol>
  1881. <ul style="padding-left:48px;">
  1882.    <li>
  1883.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Global Accessibility:</strong> Our platform will always welcome all our players from a wide range of countries.</span></p>
  1884.    </li>
  1885.    <li>
  1886.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Diverse Game Providers:</strong> We offer a larger selection of game providers, providing more variety and choices compared to <strong>Ignition Casino's</strong> smaller selection.</span></p>
  1887.    </li>
  1888.    <li>
  1889.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Streamlined Verification Process:</strong> We ensure a smoother ID verification process for the first deposit, avoiding delays.</span></p>
  1890.    </li>
  1891.    <li>
  1892.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Responsive Customer Support:</strong> Our customer service is prompt and efficient, addressing inquiries more effectively than <strong>Ignition Casino's</strong> limited and slow service.</span></p>
  1893.    </li>
  1894. </ul>
  1895. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  1896. <ol style="padding-left:48px;" start="7">
  1897.    <li>
  1898.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong><span style="font-size:12.0pt;"></span></strong></span><span style="font-family:Calibri, sans-serif;font-size:12.0pt;"><strong>How Does Our Platform Outperform Points Bet for Australian Punters?</strong></span></p>
  1899.    </li>
  1900. </ol>
  1901. <ul style="padding-left:48px;">
  1902.    <li>
  1903.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Extensive Game Selection:</strong> Unlike <strong>Points Bet's</strong> small library of 60 casino games, our platform offers a much broader range of choices.</span></p>
  1904.    </li>
  1905.    <li>
  1906.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Generous Bonuses and Promotions:</strong> We provide a variety of bonuses and promotions, surpassing the limited </span><a target="_blank" rel="noopener noreferrer" href="https://crownbet888.com/web/vip"><span style="font-family:Calibri, sans-serif;font-size:11pt;">offers</span></a><span style="font-family:Calibri, sans-serif;font-size:11pt;">.</span></p>
  1907.    </li>
  1908.    <li>
  1909.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Comprehensive Customer Support:</strong> Our platform offers multiple support channels, including phone support, which <strong>Points Bet</strong> lacks.</span></p>
  1910.    </li>
  1911. </ul>
  1912. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  1913. <ol style="padding-left:48px;" start="8">
  1914.    <li>
  1915.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong><span style="font-size:12.0pt;"></span></strong></span><span style="font-family:Calibri, sans-serif;font-size:12.0pt;"><strong>Why Are We the Ultimate Platform for Betting Compared to Bet ASX in Australia?</strong></span></p>
  1916.    </li>
  1917. </ol>
  1918. <ul style="padding-left:48px;">
  1919.    <li>
  1920.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Extensive Payout Options:</strong> Unlike <strong>Bet ASX</strong>, which offers limited payout options with fees, we provide a wide range of payout methods with minimal fees.</span></p>
  1921.    </li>
  1922.    <li>
  1923.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Convenient Game Search:</strong> Our platform features a user-friendly search function for casino games, ensuring easy navigation and access to your favorites.</span></p>
  1924.    </li>
  1925. </ul>
  1926. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  1927. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;">Are you ready to experience the difference today? With better odds, more games, and excellent customer support, we're here to make your betting experience unforgettable. </span><a target="_blank" rel="noopener noreferrer" href="https://crownbet888.com/web/register"><span style="font-family:Calibri, sans-serif;font-size:11pt;">Join us</span></a><span style="font-family:Calibri, sans-serif;font-size:11pt;"> now and see why we're leading the way in Australian betting and gaming.</span><br>&nbsp;</p>
  1928. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  1929. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:14.0pt;"><strong>Preference: CrownBet App Over Sportsbet App for Australians</strong></span></p>
  1930. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;">Find out why our app is better than the <strong>Sportsbet app</strong> for Australians. Our app is designed with special features to make your betting experience better and more enjoyable.</span></p>
  1931. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  1932. <ol style="padding-left:48px;">
  1933.    <li>
  1934.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong>Comprehensive VIP Program:</strong> Unlike other platforms, we offer an extensive </span><a target="_blank" rel="noopener noreferrer" href="https://crownbet888.com/web/vip"><span style="font-family:Calibri, sans-serif;font-size:11pt;">VIP program</span></a><span style="font-family:Calibri, sans-serif;font-size:11pt;"> with tiers such as Bronze, Silver (minimum deposit $20,000), Gold (minimum deposit $50,000), Platinum (minimum deposit $100,000), and Diamond (minimum deposit $300,000).</span></p>
  1935.    </li>
  1936.    <li>
  1937.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong>Wide Betting Options:</strong> We provide a broader range of betting lines compared to platforms with narrower options.</span></p>
  1938.    </li>
  1939.    <li>
  1940.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong>Live Streaming Availability:</strong> Our platform offers live streaming through leading casino partners like PRO Gaming, SA Gaming, Big Gaming, and more, enhancing the live betting experience.</span></p>
  1941.    </li>
  1942.    <li>
  1943.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong>Diverse Payment Methods:</strong> While other platforms may offer few payment options, we support numerous methods including Commonwealth Bank, ANZ, National Australia Bank, Westpac, and many others for convenient transactions.</span></p>
  1944.    </li>
  1945.    <li>
  1946.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong>Extensive Coverage:</strong> Our platform covers extensive racing events across Australia, ensuring comprehensive race coverage for our users.</span></p>
  1947.    </li>
  1948. </ol>
  1949. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  1950. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;">Make betting easier and more fun with our app. Whether it’s our easy-to-use design, special promotions, or smooth betting options, our app is made to give you the best betting experience. Download our app now and see how it can make your betting even better.</span><br>&nbsp;</p>
  1951. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  1952. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:14.0pt;"><strong>Experience Excellence: Download the App Today!</strong></span></p>
  1953. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  1954. <ol style="padding-left:48px;">
  1955.    <li>
  1956.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong><span style="font-size:12.0pt;"></span></strong></span><span style="font-family:Calibri, sans-serif;font-size:12.0pt;"><strong>Unlock Exciting Benefits</strong></span></p>
  1957.    </li>
  1958. </ol>
  1959. <ul style="padding-left:48px;">
  1960.    <li>
  1961.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Special Offers</strong>: Get exclusive </span><a target="_blank" rel="noopener noreferrer" href="https://crownbet888.com/web/promotion"><span style="font-family:Calibri, sans-serif;font-size:11pt;">bonuses</span></a><span style="font-family:Calibri, sans-serif;font-size:11pt;"> and deals only available through our App.</span></p>
  1962.    </li>
  1963.    <li>
  1964.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Convenience:</strong> Bet whenever you want, wherever you are, right from your phone.</span></p>
  1965.    </li>
  1966.    <li>
  1967.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Live Streaming:</strong> Watch sports and races live on </span><a target="_blank" rel="noopener noreferrer" href="https://www.youtube.com/@CROWNBET888"><span style="font-family:Calibri, sans-serif;font-size:11pt;">your device</span></a><span style="font-family:Calibri, sans-serif;font-size:11pt;"> with ease.</span></p>
  1968.    </li>
  1969.    <li>
  1970.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Easy to Use:</strong> Navigate the app effortlessly with simple features that are easy to understand.</span></p>
  1971.    </li>
  1972.    <li>
  1973.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Instant Updates:</strong> Stay up-to-date with live scores, odds, and results in </span><a target="_blank" rel="noopener noreferrer" href="https://www.tiktok.com/@crownbet888"><span style="font-family:Calibri, sans-serif;font-size:11pt;">real-time</span></a><span style="font-family:Calibri, sans-serif;font-size:11pt;">.</span></p>
  1974.    </li>
  1975.    <li>
  1976.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Safe Payments:</strong> Make secure deposits and withdrawals directly through the app.</span></p>
  1977.    </li>
  1978. </ul>
  1979. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  1980. <ol style="padding-left:48px;" start="2">
  1981.    <li>
  1982.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong><span style="font-size:12.0pt;"></span></strong></span><span style="font-family:Calibri, sans-serif;font-size:12.0pt;"><strong>How to Download:</strong></span></p>
  1983.    </li>
  1984. </ol>
  1985. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;">Scan the QR codes below to effortlessly download and install the App on your iOS or Android device:</span></p>
  1986. <ul style="padding-left:48px;">
  1987.    <li>
  1988.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>For iOS:</strong> Scan the QR code specific to </span><a target="_blank" rel="noopener noreferrer" href="https://www.apple.com/app-store/"><span style="font-family:Calibri, sans-serif;font-size:11pt;">iOS devices</span></a><span style="font-family:Calibri, sans-serif;font-size:11pt;">.</span></p>
  1989.    </li>
  1990.    <li>
  1991.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>For Android:</strong> Scan the QR code tailored for </span><a target="_blank" rel="noopener noreferrer" href="https://play.google.com/store/apps?hl=en_US"><span style="font-family:Calibri, sans-serif;font-size:11pt;">Android devices</span></a><span style="font-family:Calibri, sans-serif;font-size:11pt;">.</span></p>
  1992.    </li>
  1993. </ul>
  1994. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  1995. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;">Dive into a world of seamless betting and gaming! </span><a target="_blank" rel="noopener noreferrer" href="https://crownbet888.com/web/index"><span style="font-family:Calibri, sans-serif;font-size:11pt;">Download</span></a><span style="font-family:Calibri, sans-serif;font-size:11pt;"> the App now and start enjoying unparalleled excitement at your fingertips!</span><br>&nbsp;</p>
  1996. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  1997. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:14.0pt;"><strong>Your Assurance for Seamless and Secure Transactions</strong></span></p>
  1998. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  1999. <ol style="padding-left:48px;">
  2000.    <li>
  2001.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong><span style="font-size:12.0pt;"></span></strong></span><span style="font-family:Calibri, sans-serif;font-size:12.0pt;"><strong>Licensed by Reputable Authorities:</strong></span></p>
  2002.    </li>
  2003. </ol>
  2004. <ul style="padding-left:48px;">
  2005.    <li>
  2006.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>PAGCOR:</strong> Ensures we operate legally and fairly in the Philippines.</span></p>
  2007.    </li>
  2008.    <li>
  2009.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>iovation:</strong> Helps us prevent fraud and verify identities securely.</span></p>
  2010.    </li>
  2011.    <li>
  2012.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>BMM:&nbsp;</strong>Tests and certifies our games to make sure they are fair.</span></p>
  2013.    </li>
  2014.    <li>
  2015.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>iTech Labs:</strong> Checks our gaming systems to ensure they work correctly and are fair.</span></p>
  2016.    </li>
  2017.    <li>
  2018.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>GoDaddy:</strong> Hosts our website securely.</span></p>
  2019.    </li>
  2020.    <li>
  2021.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Payouts Reviewed by TST Global:</strong> Checks that our payouts are fair and accurate.</span></p>
  2022.    </li>
  2023. </ul>
  2024. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  2025. <ol style="padding-left:48px;" start="2">
  2026.    <li>
  2027.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong><span style="font-size:12.0pt;"></span></strong></span><span style="font-family:Calibri, sans-serif;font-size:12.0pt;"><strong>Wide Range of Payment Methods:</strong></span></p>
  2028.    </li>
  2029. </ol>
  2030. <ul style="padding-left:48px;">
  2031.    <li>
  2032.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Commonwealth Bank:</strong> One of Australia's largest banks, offering reliable banking services.</span></p>
  2033.    </li>
  2034.    <li>
  2035.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>ANZ (Australia and New Zealand Banking Group):</strong> Provides banking services across Australia and New Zealand.</span></p>
  2036.    </li>
  2037.    <li>
  2038.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>National Australia Bank (NAB):</strong> Another major Australian bank, offering extensive banking solutions.</span></p>
  2039.    </li>
  2040.    <li>
  2041.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Westpac:</strong> One of Australia's leading banks known for its comprehensive services.</span></p>
  2042.    </li>
  2043.    <li>
  2044.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><span style="font-family:Wingdings;"></span><strong>Many more:</strong> We </span><a target="_blank" rel="noopener noreferrer" href="https://www.pinterest.com/CROWNBET888"><span style="font-family:Calibri, sans-serif;font-size:11pt;">offer additional </span></a><span style="font-family:Calibri, sans-serif;font-size:11pt;">trusted options for easy and secure transactions.</span></p>
  2045.    </li>
  2046. </ul>
  2047. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  2048. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  2049. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong><span style="font-size:14.0pt;"></span></strong></span></p>
  2050. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong><span style="font-size:14.0pt;"></span></strong></span></p>
  2051. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong><span style="font-size:14.0pt;"></span></strong></span></p>
  2052. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong><span style="font-size:14.0pt;"></span></strong></span></p>
  2053. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong><span style="font-size:14.0pt;"></span></strong></span></p>
  2054. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:14.0pt;"><strong>Unveiling the Answers: Frequently Asked Questions</strong></span></p>
  2055. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  2056. <ol style="padding-left:48px;">
  2057.    <li>
  2058.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong>What promotions are available on our platform?</strong></span></p>
  2059.    </li>
  2060. </ol>
  2061. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;">We offer a variety of promotions, including welcome </span><a target="_blank" rel="noopener noreferrer" href="https://www.instagram.com/crown_bet888"><span style="font-family:Calibri, sans-serif;font-size:11pt;">bonuses</span></a><span style="font-family:Calibri, sans-serif;font-size:11pt;">, deposit matches, </span><a target="_blank" rel="noopener noreferrer" href="https://crownbet888.com/web/vip"><span style="font-family:Calibri, sans-serif;font-size:11pt;">VIP bonuses</span></a><span style="font-family:Calibri, sans-serif;font-size:11pt;"> and free bets. Check our promotions page regularly for the latest offers.</span></p>
  2062. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  2063. <ol style="padding-left:48px;" start="2">
  2064.    <li>
  2065.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong>How do I create an account?</strong></span></p>
  2066.    </li>
  2067. </ol>
  2068. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;">Creating an account is easy! Simply visit </span><a target="_blank" rel="noopener noreferrer" href="http://crownbet888.com"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong>http://crownbet888.com</strong></span></a><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong>.&nbsp;</strong>Click on Join Now and fill out the required information, and start betting.</span></p>
  2069. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  2070. <ol style="padding-left:48px;" start="3">
  2071.    <li>
  2072.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong>Can I bet on international events?</strong></span></p>
  2073.    </li>
  2074. </ol>
  2075. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;">Absolutely! We offer betting markets on a wide range of international events across various sports.</span></p>
  2076. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  2077. <ol style="padding-left:48px;" start="4">
  2078.    <li>
  2079.        <p style="margin-bottom:0in;margin-right:0in;margin-top:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong>How can I contact customer support?</strong></span></p>
  2080.    </li>
  2081. </ol>
  2082. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;">Our customer support team is available 24/7 via live chat, email, and phone. Visit our contact page for more details.</span></p>
  2083. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  2084. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  2085. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:14.0pt;"><strong>Engage, Bet, and Win: The Ultimate Betting Experience in Australia!</strong></span></p>
  2086. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  2087. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;">Join us today and discover why<strong>&nbsp;</strong></span><a target="_blank" rel="noopener noreferrer" href="http://crownbet888.com"><span style="font-family:Calibri, sans-serif;font-size:11pt;"><strong>http://crownbet888.com</strong></span></a><span style="font-family:Calibri, sans-serif;font-size:11pt;"> is the best choice for punters in Australia. Whether you're betting on sports, playing pokies, or enjoying our casino games, we promise an experience like no other. Visit our website and get started on your winning journey now! </span><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  2088. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  2089. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  2090. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  2091. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  2092. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  2093. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  2094. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  2095. <p style="margin:0in;"><span style="font-family:Calibri, sans-serif;font-size:11pt;"></span></p>
  2096.  
  2097. </div>
  2098. </div>
  2099.        <div class="row seo-toogle-button">
  2100.            <p id="footer-see-more-button" onclick="unhideFooter();" style="display: block;">see more</p>
  2101.            <p id="footer-see-less-button" onclick="hideFooter();" style="display: none;">see less</p>
  2102.        </div>
  2103. </div>
  2104. </div>
  2105. </div>
  2106.  
  2107.  
  2108. <div class="footerlogo">
  2109. <div class="container">
  2110. <img src="images/header/logo.png">
  2111. </div>
  2112. </div>
  2113. </div>
  2114. </div>
  2115. <!-- End Footer -->
  2116.  
  2117. <script>
  2118.        $(document).ready(function () {
  2119.  
  2120.            $('#head_index').addClass("active");
  2121.        
  2122.         });
  2123.    </script>
  2124.  
  2125.  
  2126.    <script type="text/javascript">
  2127.        function unhideFooter() { var e = document.getElementsByClassName("seo-content-wrap"), t = document.getElementById("footer-see-more-button"), o = document.getElementById("footer-see-less-button"); if (e && e.length > 0 && t && o) { for (let t = 0; t < e.length; t++)0 !== t && (e[t].style.display = "block"); t.style.display = "none", o.style.display = "block" } } function hideFooter() { var e = document.getElementsByClassName("seo-content-wrap"), t = document.getElementById("footer-see-more-button"), o = document.getElementById("footer-see-less-button"); if (e && e.length > 0 && t && o) { for (let t = 0; t < e.length; t++)0 !== t && (e[t].style.display = "none"); t.style.display = "block", o.style.display = "none" } }
  2128.    </script>
  2129.  
  2130.  
  2131.  
  2132.  
  2133.   <script src="js/slick.js"></script>
  2134.    <script src="bootstrap-4.3.1/popper.min.js"></script>
  2135.    <script src="bootstrap-4.3.1/js/bootstrap.min.js"></script>
  2136.    <script src="js/smooth.scroll.js"></script>
  2137.  
  2138.      
  2139.      <script>
  2140.  
  2141.          $(document).ready(function () {
  2142.          
  2143.              if (getCookie("push-noti") == null) {
  2144.                    getPopupAnnouncementList();
  2145.              }
  2146.          
  2147.              getAnnouncement();
  2148.              getInfoDownloadLink();
  2149.          });
  2150.  
  2151.          function close_float() {
  2152.              $("#float-icon").hide();
  2153.          }
  2154.  
  2155.          // Represented as ajax.error, will be executed when ajax request has error
  2156.          function ajaxFail(err, status, xhr) {
  2157.              $("#freezescreen").hide();
  2158.              alert("Unknown error, Please contact our customer service");
  2159.          }
  2160.  
  2161.          // Represented as ajax.complete, will be executed after ajax request success or fail
  2162.          function ajaxAlways(res, status, xhr) {
  2163.              if (res.errCode == "99") {
  2164.                  $.xhrPool.abortAll();
  2165.                  //alert("Session timeout. Please login again.");
  2166.                  //window.location = "/web/index";
  2167.              }
  2168.          }
  2169.  
  2170.  
  2171.          var smlpopup;
  2172.          swlaunch = function (prod_code, prod_type, prod_html5, game_id, width, height) {
  2173.            
  2174.            alert("Please login first.");
  2175.            
  2176.          }
  2177.  
  2178.          var popUpWin;
  2179.          testinglaunch = function (prod_code, prod_type, prod_html5, game_id, width, height) {
  2180.            
  2181.            alert("Please login first.");
  2182.            
  2183.        }
  2184.  
  2185.        // Launch Game
  2186.       popUpGameLink = function (prod_code, prod_type, prod_html5, game_id, width, height) {
  2187.            
  2188.           alert("Please login first.");
  2189.           $('#login').modal();
  2190.            
  2191.        }
  2192.  
  2193.        popUpSGameLink = function (prod_code, prod_type, prod_html5, game_id, width, height) {
  2194.            
  2195.            alert("Please login first.");
  2196.            $('#login').modal();
  2197.            
  2198.        }
  2199.  
  2200.        // Launch Demo Game
  2201.        popUpDGameLink = function (prod_code, prod_type, prod_html5, game_id, width, height) {
  2202.            popUpWin = window.open('launchDGames2?url=/' + prod_type + '/' + prod_code + '/' + prod_html5 + '/' + game_id, 'Game Window', 'width=' + width + ',height=' + height + ',scrollbars=0,resizable=1,menubar=0;');
  2203.        }
  2204.  
  2205.          /********** BEGIN: Get popup announcement **********/
  2206.          function getPopupAnnouncementList() {
  2207.  
  2208.              $.ajax({
  2209.                  type: 'GET',
  2210.                  url: '/ajaxData/proc_getPopupAnnouncementList',
  2211.                  success: function (d) {
  2212.                      if (d.errCode == "0") {
  2213.                        $(d.data).each(function (idx) {
  2214.                            setCookies("push-noti", new Date().toTimeString(), 1);
  2215.  
  2216.                            var desktopImg = this.d_image;
  2217.                            var mobileImg = this.m_image;
  2218.                            var alt = this.alt;
  2219.                            var description = this.description;
  2220.                            var title = this.title;
  2221.  
  2222.                            if (!this.is_active) return;
  2223.  
  2224.                            var ind = '';
  2225.  
  2226.                            if (idx == 0) {
  2227.                                var carousel_popup = '';
  2228.                                carousel_popup += '<li data-target="#myCarousel" data-slide-to="' + idx + '" class="active"></li>';
  2229.                                $('#carousel-indicators-announcement').append(carousel_popup);
  2230.                                var html = '';
  2231.                                html += '<div class="carousel-item active   ">';
  2232.                                html += '<img style="width:100%;" src="' + desktopImg + '" alt="' + alt + '">';
  2233.                                //html += '<div class="carousel-caption">';
  2234.                                //html += '<h3>' + title + '</h3>';
  2235.                                //html += '<p>' + description + '</p>';
  2236.                                //html += '</div>';
  2237.                                html += '</div>';
  2238.                                $('#carousel-inner-announcement').append(html);
  2239.                            }
  2240.                            else {
  2241.                                var carousel_popup = '';
  2242.                                carousel_popup += '<li data-target="#myCarousel" data-slide-to="' + idx + '" ></li>';
  2243.                                $('#carousel-indicators-announcement').append(carousel_popup);
  2244.                                var html = '';
  2245.                                html += '<div class="carousel-item">';
  2246.                                html += '<img style="width:100%;" src="' + desktopImg + '" alt="' + alt + '">';
  2247.                                //html += '<div class="carousel-caption">';
  2248.                                //html += '<h3>' + title + '</h3>';
  2249.                                //html += '<p>' + description + '</p>';
  2250.                                //html += '</div>';
  2251.                                html += '</div>';
  2252.                                $('#carousel-inner-announcement').append(html);
  2253.                            }
  2254.  
  2255.                        });
  2256.  
  2257.                        $('#popupAnnouncementListingModal').modal();
  2258.                        $('.carousel').carousel({
  2259.                            interval: 2000
  2260.                        })
  2261.                    }
  2262.                    else {
  2263.                        console.log("getPopupAnnouncementList: " + d.errMsg);
  2264.                    }
  2265.                },
  2266.                error: function (jqXHR, textStatus, errorThrown) {
  2267.                    alert("Unknown error, Please contact our customer service");
  2268.                }
  2269.            });
  2270.          }
  2271.          /********** END: Get popup announcement **********/
  2272.  
  2273.          function getInfoDownloadLink() {
  2274.              $(".info_download_qr_code").attr("src", "/web/images/load-indicator.gif");
  2275.  
  2276.              $.ajax({
  2277.                  type: 'POST',
  2278.                  url: '/ajaxData/proc_getInfoList',
  2279.                  cache: false,
  2280.                  dataType: 'json',
  2281.                  success: function (d) {
  2282.                      if (d.errCode == "0") {
  2283.                          $(d.data).each(function (idx) {
  2284.                              var url = this.meta_url;
  2285.                              var download_link = this.sub_title;
  2286.                              var download_qr_code = this.image_des;
  2287.  
  2288.                              switch (url) {
  2289.                                  case "HeaderDownloadLink":
  2290.                                      $("#info_download_link").attr("href",  download_link );
  2291.                                      $(".info_download_qr_code").attr("src", download_qr_code);
  2292.                                      break;
  2293.                              }
  2294.                          });
  2295.                      }
  2296.                  },
  2297.              });
  2298.          }
  2299.      </script>
  2300.      
  2301.  
  2302.      
  2303.        <script>
  2304.            $(document).ready(function () {
  2305.                getLanguage();
  2306.  
  2307.                
  2308.            });
  2309.  
  2310.            function getLanguage() {
  2311.                var menu = "";
  2312.                var currentLanguage = "";
  2313.  
  2314.               if (getCookie("selected-lang") == "en-US") {
  2315.  
  2316.                    $("#language-flag").html("<img src='/web/images/header/lang-en.png'>");
  2317.                }
  2318.                else if (getCookie("selected-lang") == "zh-CN") {
  2319.                    $("#language-flag").html("<img src='/web/images/header/lang-cn.png'>");
  2320.                }
  2321.                else if (getCookie("selected-lang") == "ms-MY") {
  2322.                    $("#language-flag").html("<img src='/web/images/header/lang-mly.png'>");
  2323.                }
  2324.                else {
  2325.                    $("#language-flag").html("<img src='/web/images/header/lang-en.png'>");
  2326.                }
  2327.            }
  2328.  
  2329.            function setlanguage(language) {
  2330.                clearCookies("selected-lang");
  2331.                setCookies("selected-lang", language, "720");
  2332.                location.reload();
  2333.            }
  2334.  
  2335.            function loginFirst() {
  2336. alert('Please login first.');
  2337.            }
  2338.  
  2339.            function loginFirstReward() {
  2340.                alert('Please login first.');
  2341.                $('body').find('.mg-reward-modal').toggleClass('mg-reward-show-modal');
  2342.            };
  2343.  
  2344.        </script>
  2345.      
  2346.  
  2347.      
  2348.          <script>
  2349.  
  2350.             $(document).ready(function () {
  2351.                 getDateTime();
  2352.             });
  2353.  
  2354.             function getDateTime() {
  2355.                 setInterval('generateDateTime()', 1000);
  2356.             }
  2357.  
  2358.             function generateDateTime() {
  2359.                 var dNow = new Date();
  2360.  
  2361.  
  2362.  
  2363.                 var weekday = new Array(7);
  2364.                 weekday[0] = "Sunday";
  2365.                 weekday[1] = "Monday";
  2366.                 weekday[2] = "Tuesday";
  2367.                 weekday[3] = "Wednesday";
  2368.                 weekday[4] = "Thursday";
  2369.                 weekday[5] = "Friday";
  2370.                 weekday[6] = "Saturday";
  2371.  
  2372.                 //var m = dNow.getMinutes();
  2373.                 //var s = dNow.getSeconds();
  2374.  
  2375.  
  2376.                 var m = dNow.getMinutes();
  2377.                 var s = dNow.getSeconds();
  2378.                 if (m < 10) {
  2379.                     m = "0" + m;
  2380.                 }
  2381.                 if (s < 10) {
  2382.                     s = "0" + s;
  2383.                 }
  2384.            //
  2385.  
  2386.                 //GMT+8  24 / 09 / 2021 14:18:21
  2387.                 var localDate = 'GMT+' + -((dNow.getTimezoneOffset()) / 60) + "  " + dNow.getDate() + '/' + (dNow.getMonth() + 1) + '/' + dNow.getFullYear() + ' ' + dNow.getHours() + ':' + m + ':' + s + ' ';
  2388.                 //var localDate = "  " + dNow.getDate() + '/' + (dNow.getMonth() + 1) + '/' + dNow.getFullYear() + ' ' + dNow.getHours() + ':' + m + ':' + s + ' ' + '(' + 'UTC+' + -((dNow.getTimezoneOffset()) / 60) + ')';
  2389.                 $('#currentDate').text(localDate);
  2390.             }
  2391.         </script>
  2392.      
  2393.  
  2394.      
  2395.         <script>
  2396.            $(document).ready(function () {
  2397.                // FORMS VALIDATION
  2398.  
  2399.                $("#form_login").validate({
  2400.                    rules: {
  2401.                 "username": {
  2402.                            required: true,
  2403.                        },
  2404.                    "password": {
  2405.                            required: true,
  2406.                        },
  2407.                    },
  2408.                    messages: {
  2409.              "username": {
  2410.                            required: "Please insert Username.",
  2411.                        },
  2412.                    "password": {
  2413.                          required: "Please insert Password.",
  2414.                     },
  2415.                 },
  2416.                 submitHandler: function () {
  2417.                     $("#freezescreen").show();
  2418.                     $("#loginloadingbtn").show();
  2419.                     $("#loginsubmitbtn").hide();
  2420.  
  2421.                     $.ajax({
  2422.                         type: 'POST',
  2423.                         url: '/ajaxData/proc_memLogin',
  2424.                         data: $('#form_login').serialize(),
  2425.                         success: function (d) {
  2426.                             $("#freezescreen").hide();
  2427.                             $("#loginloadingbtn").hide();
  2428.                             $("#loginsubmitbtn").show();
  2429.  
  2430.                             if (d.errCode == "0") {
  2431.                                 if ($("#chk_rememberme").is(":checked")) {
  2432.                                     var unix = new Date();
  2433.                                     var us = $("#l_username").val();
  2434.                                     var pw = $("#l_password").val();
  2435.                                     var securecode = Encrypt(us + "|" + pw + "|" + unix);
  2436.                                     setCookies("securityCheck", securecode, 31);
  2437.                                 }
  2438.                                 else {
  2439.                                     setCookies("securityCheck", "", 0);
  2440.                                 }
  2441.  
  2442.                                 $('#form_login')[0].reset();
  2443.                                 window.location.href = "/web/deposit";
  2444.                             }
  2445.                             else if (d.errCode == "100006") {
  2446.                                 sessionStorage.setItem("inactiveUser", $("#l_username").val());
  2447.                                 //localStorage.setItem("ac_username", document.getElementById("l_username").value);
  2448.                                 window.location.href = "/web/activation";
  2449.                             }
  2450.                             else
  2451.                                 alert(d.errCode + " - " + d.errMsg);
  2452.                         },
  2453.                         error: function (jqXHR, textStatus, errorThrown) {
  2454.                             $("#freezescreen").hide();
  2455.                             $("#loginloadingbtn").hide();
  2456.                             $("#loginsubmitbtn").show();
  2457.                             alert("Unknown error, Please contact our customer service");
  2458.                         }
  2459.                     });
  2460.                    }
  2461.                })//form_login
  2462.            });//end
  2463.        </script>
  2464.      
  2465.      
  2466.    
  2467.        <script>
  2468.            $(document).ready(function () {
  2469.                refreshVCodeFP("fp", "fpVeriCode");
  2470.  
  2471.                $("#form_forgetpassword").validate({
  2472.                    rules: {
  2473.                    "email": {
  2474.                            required: true,
  2475.                            maxlength: 200,
  2476.                            email: true
  2477.                        },
  2478.                    "username": {
  2479.                            required: true,
  2480.                            maxlength: 200,
  2481.                        },
  2482.                    "contact": {
  2483.                            required: true,
  2484.                            maxlength: 200,
  2485.                        },
  2486.                    "v_code": {
  2487.                            required: true,
  2488.                        },
  2489.                    },
  2490.                    messages: {
  2491.                    "email": {
  2492.                            required: "Please insert email.",
  2493.                            maxlength: "Please enter at most {0} character",
  2494.                            email: "Please insert valid email example@gmail.com",
  2495.                        },
  2496.                    "username": {
  2497.                         required: "This field is required.",
  2498.                     },
  2499.                    "contact": {
  2500.                         required: "This field is required.",
  2501.                     },
  2502.                    "v_code": {
  2503.                         required: "This field is required.",
  2504.                     },
  2505.                 },
  2506.                 submitHandler: function (form) {
  2507.                     $("#freezescreen").show();
  2508.  
  2509.                     console.log($("#r_contact").val());
  2510.                     //$("#f_contact").val($("#mobile-code").val() + $("#f_contact").val());
  2511.                    
  2512.                     $.ajax({
  2513.                         type: 'POST',
  2514.                         url: '/ajaxData/proc_forgetPassword',
  2515.                         data: $('#form_forgetpassword').serialize(),
  2516.                         success: function (d) {
  2517.                             if (d.errCode == "0") {
  2518.                                 $('#form_forgetpassword')[0].reset();
  2519.                                 alert("Reset Password Successful");
  2520.                                 window.location.href = "/web/index";
  2521.                            }
  2522.                            else
  2523.                                alert(d.errCode + "-" + d.errMsg);
  2524.                        },
  2525.                        error: function (jqXHR, textStatus, errorThrown) {
  2526.                            alert("Unknown error, Please contact our customer service");
  2527.                         },
  2528.                         complete: function () {
  2529.                             $("#freezescreen").hide();
  2530.                         }
  2531.                     });
  2532.                    }
  2533.                });
  2534.            });
  2535.  
  2536.            function refreshVCodeFP(s_name, ele_id) {
  2537.                $('#' + ele_id).attr('src', '/ajaxData/proc_captchaCode?s=' + s_name + '&v=' + Math.floor(Math.random() * 100));
  2538.            }
  2539.  
  2540.            function pad(str, max) {
  2541.                str = str.toString();
  2542.  
  2543.                return str.length < max ? pad("0" + str, max) : str;
  2544.            }
  2545.  
  2546.            function padTen(str, max) {
  2547.                str = str.toString();
  2548.                strlength = str.length;
  2549.  
  2550.                return str.length < max ? pad("0" + str, max) : str;
  2551.            }
  2552.  
  2553.        </script>
  2554.    
  2555.  
  2556.  
  2557.      <!-- Start of LiveChat (www.livechat.com) code --><script>    window.__lc = window.__lc || {};    window.__lc.license = 14136042;    ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:"2.0",on:function(){i(["on",c.call(arguments)])},once:function(){i(["once",c.call(arguments)])},off:function(){i(["off",c.call(arguments)])},get:function(){if(!e._h)throw new Error("[LiveChatWidget] You can't use getters before load.");return i(["get",c.call(arguments)])},call:function(){i(["call",c.call(arguments)])},init:function(){var n=t.createElement("script");n.async=!0,n.type="text/javascript",n.src="https://cdn.livechatinc.com/tracking.js",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))</script><noscript><a href="https://www.livechat.com/chat-with/14136042/" rel="nofollow">Chat with us</a>, powered by <a href="https://www.livechat.com/?welcome" rel="noopener nofollow" target="_blank">LiveChat</a></noscript><!-- End of LiveChat code -->
  2558. </body>
  2559. </html>
  2560.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda