
jQuery(document).ready(function(){
		
		if(!$.cookie('tx_tcpadaxase_pi2')){
			$("#entrance-outer").overlay({
					top: 200,
					mask: {
						color: '#fff',
						loadSpeed: 0,
						opacity: 0.5
					},
					closeOnClick: false,
					load: true
			});
		};
		
		$("#entrance-outer .entrance-text1").click(function() {
				var api = $("#entrance-outer").data("overlay");
				$.cookie('tx_tcpadaxase_pi2','check', { path: '/'});
				api.close();
		});
		
		$("#entrance-outer .entrance-text2").click(function() {
				location.href='http://www.pradaxapatient.se/';
		});
		
});

