function getCookie(name) {
	var from_idx = document.cookie.indexOf(name+'=');
		if (from_idx != -1) { 
		from_idx += name.length + 1
		to_idx = document.cookie.indexOf(';', from_idx) 

		if (to_idx == -1) {
			to_idx = document.cookie.length
		}
		return unescape(document.cookie.substring(from_idx, to_idx))
	}
}

var blnCookie = getCookie("spgame0104_main");

if (!blnCookie){
	var event2 = window.open("pop_up/12-01-04/main_popup.htm","event2","width=455,height=765,top=0,left=465,scrollbars=no");
}

