$(document).ready(function() {   
    try {
        if ($("a.download").length) {
            setTimeout(function () {
                tb_download_init("a.download")
            }, 666)
        }
        if ($("area.download").length) {
            setTimeout(function () {
                tb_download_init("area.download")
            }, 666)
        }
    } catch (c) { }   
});     //end document ready

function tb_download_init(a) {
    $(a).click(function (j) {
        $("#TB_window, #TB_overlay, #TB_ajaxContent, #TB_iframeContent, #TB_closeWindowButton, #TB_ajaxWindowTitle, #TB_title").trigger("unload").unbind().remove();
        return false
    })
}



//switch (thisLang) {
//    case "fr":
//        var t = "T&#x00E9;l&#x00E9;chargez notre logiciel de casino, prot&#x00E9;g&#x00E9; contre les virus"; 
//        break;
//    case "it":
//        var t = "Scarica il nostro software del casin&#x00F2;, sicuro al 100%";
//       break;
//    case "de":
//        var t = "Laden Sie unsere 100% Virus Freie Casino Software herunter";
//        break;
//    case "da":
//        var t = "Download vores 100% virusfri casino software";
//        break;    
//    case "es":
//        var t = "Descarga Nuestro Software 100% Garantizado Sin Virus";
//        break;
//    case "pl":
//        var t = "Pobierz nasze darmowe oprogramowanie Kasyno w 100% wolne od wirus&oacute;w";
//        break;
//    case "fi":
//        var t = "Lataa 100% virukseton kasino-ohjelmistomme";
//        break;
//    case "nl":
//        var t = "Download Onze 100% Virus-vrije Casino Software";
//       break;
//    case "sv":
//        var t = "Ladda ned v&aring;r 100% Virusfria Kasinomjukvara";
//        break;
//    case "no":
//        var t = "Last ned v&aring;r 100% virusfri kasino-programvare";
//        break;
//    case "hu":
//        var t = "T&#x00F6;ltse le 100% v&#x00ED;rusmentes kaszin&#x00F3; szoftver&#x00FC;nk!";
//        break;
//    case "ru":
//        var t = "&#x0417;&#x0430;&#x0433;&#x0440;&#x0443;&#x0437;&#x0438;&#x0442;&#x0435; &#x043D;&#x0430;&#x0448;&#x0435; 100% &#x0447;&#x0438;&#x0441;&#x0442;&#x043E;&#x0435; &#x043E;&#x0442; &#x0432;&#x0438;&#x0440;&#x0443;&#x0441;&#x043E;&#x0432; &#x043F;&#x0440;&#x043E;&#x0433;&#x0440;&#x0430;&#x043C;&#x043C;&#x043D;&#x043E;&#x0435; &#x043E;&#x0431;&#x0435;&#x0441;&#x043F;&#x0435;&#x0447;&#x0435;&#x043D;&#x0438;&#x0435; &#x043A;&#x0430;&#x0437;&#x0438;&#x043D;&#x043E;";
//        break;
//    case "pt":
//        var t = "Baixe o nosso software 100% sem v&iacute;rus";
//        break;
//    default:
//        var t = "Download Our 100% Virus Free Casino Software";
//}

//var siteDownload = "/directdownload-" + thisLang + ".asp";
//function tb_download_init(a) {
//    $(a).click(function (j) {
//        var h = siteDownload;
//        if ($.browser.msie) {
//            j.preventDefault();
//            var f = window.open(h, "downloadWin", "toolbar=0,location=no,directories=0,status=0,scrollbars=0,resizeable=0,width=1,height=1,top=50,left=0");
//            f.focus()
//        }
//        var b = "/splash/shared/thanks.asp?aff_id="+thisAffID+"&lang=" + thisLang+"&siteCode="+thisSiteCode+"&TB_iframe=true&height=150&width=440&modal=false";
//        var d = this.rel || false;
//        tb_show(t, b, d);
//        return true
//    })
//}



