var cookieNo = "shoppop_100430";


function popupNew() {
		url = "http://event.kbench.com/kbench/shop_popup200911.html";
		var width=400; // 617; //385
		var height=425; //800; //460
		var posx=0;
		var posy=0;
		//posx = (screen.width-width)/2-1;
		//posy = (screen.height-height)/2-1;
		position = 'width='+width+',height='+height+',scrollbars=no,top='+posy+',resizable=no,left='+posx;
		var openWindow = window.open(url,'MovieWin', position);
	
}


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 "";
}


if (getCookie("kspopup") != cookieNo) {
	/*today=new Date() 
	Year = today.getYear();
	Month = today.getMonth()+1;
	tDate = today.getDate();
	if(Month < 10)Month = '0'+Month;
	if(tDate < 10)tDate = '0'+tDate;
	to_date = Year+Month+tDate;

	if(to_date >= '20080528'){
		popupNew();
	}*/
	//popupNew();
}


