function eventPop20090301(){
    var sUrl = "";
    
    var nwidth = 430;
    var nheight = 196;
    
	var LeftPosition = (screen.width) ? (screen.width-nwidth)/2 : 0;
	var TopPosition = (screen.height) ? (screen.height-nheight)/2 : 0;
    
	sUrl = sDomain + "/event/scratch_army/event_check.html";
	//window.open(sUrl, "BBS", "width="+nwidth+",height="+nheight+",top="+TopPosition+",left="+LeftPosition+", toolbar=no,location=no,directories=no,status=no,scrollbars=auto,resizable=no, menubar=no,dependent=yes");	
	alert("ÀÌº¥Æ®°¡ Á¾·áµÇ¾ú½À´Ï´Ù");
}
