function getCookie( name ){
	var nameOfCookie = name + "=";
	var x = 0;
	while ( x <= document.cookie.length ){
		var y = (x+nameOfCookie.length);
		if ( document.cookie.substring( x, y ) == nameOfCookie ) {
			if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 )
				endOfCookie = document.cookie.length;
			return unescape( document.cookie.substring( y, endOfCookie ) );
		}
		x = document.cookie.indexOf( " ", x ) + 1;
		if ( x == 0 )
			break;
	}
	return "";
}

var popupname = getCookie("popup100702");

if ( popupname != 'done' ) {
window.open('http://www2.maeil.com/event/2010/pop/popup100702.htm?http://ads.urii.com:8080/click.kti/maeil/main@pop02?ads_no=3938&cmp_no=869&img_no=3935','popup100702','width=400,height=420,top=105,left=10');
}