var sitemapredirect={
    '/about_us/privacy.html':'https://account.wptaccount.com/about/privacy_s.do?productID=CASINO&brandID=WPT&LANG_ID='+siteConfig.lang_id,
    '/about_us/security.html':'https://account.wptaccount.com/about/security_s.do?productID=CASINO&brandID=WPT&LANG_ID='+siteConfig.lang_id,
    '/about_us/terms_and_conditions.html':'https://account.wptaccount.com/about/legal_information_s.do?productID=CASINO&brandID=WPT&LANG_ID='+siteConfig.lang_id,
    '/contact-us/faqs.html':'https://account.wptaccount.com/faq/main.do?type=games&categoryId=1&productID=CASINO&brandID=WPT&LANG_ID='+siteConfig.lang_id,
    '/tell-a-friend.html':'https://account.wptaccount.com/casino/tell_a_friend/index.do?productID=CASINO&brandID=WPT'
}

$(function(){
    $('.launchCasino a,a.launchCasino').click(function(event){
        event.preventDefault();
        location.href="/download/";
    });
    if(location.pathname=='/contact-us/site-map.html')for(var i in sitemapredirect)$("#main a[href*='"+i+"']").attr('href',sitemapredirect[i]);
    $(".slides-container .slide").each(function(){if($(this).text().replace(/ /g,'').replace(/\n/g,'').length==0)$(this).hide();});
});

