var safari_dl_delay = 6000;
var iedlang = document.getElementsByTagName('html')[0].getAttribute('lang');
jQuery(document).ready(function() { 	
				
	var direct_download_url = "http://www.azartiapoker.com/Downloads/" + iedlang +"/" + value + "/AzartiaPokerSetup.exe",
    delay = safari_dl_delay,
    download = function() {
        // Trigger the download if not IE
        if (direct_download_url && !jQuery.browser.msie) {
            window.location.href = direct_download_url;
            //console.info("Redirected to download URL: " + direct_download_url);
        }
    };
    
    // workaround for safari's onload firing too early 
    if (delay && jQuery.browser.safari) {			
		jQuery.getScript("/scripts/jquery.countdown.min.js", function(){		  
	        jQuery('#footer').before('<div id="countdown-timer">&nbsp;</div>');
	        jQuery('#countdown-timer').countdown({
	            until: (delay / 1000), 
	            onExpiry: download, 
	            layout: '{sn} {sl}'
	        });
		});
    } else {			    	
        jQuery(window).load(download);
    }				    
});

function downloadLink(){
	window.location.href="http://www.azartiapoker.com/Downloads/" + iedlang +"/" + value + "/AzartiaPokerSetup.exe";
}