jQuery(document).ready(function() {
	
	if (jQuery.cookie('TB_dontShow') != 1) {
		tb_show(null,"#TB_inline?height=548&amp;width=947&amp;inlineId=overlay&amp;modal=false",null);
	}

	jQuery('#TB_dontShow').click(function() {
		jQuery.cookie('TB_dontShow', 1, {expires: 7});
		tb_remove();
	});

	jQuery('#enter').click(function() {
		tb_remove();
	});

});
