cookieStr=unescape(document.cookie);
beginPos=cookieStr.indexOf("DisclaimerID");

the_urlPath=top.location;
the_urlPath2=the_urlPath.toString();
wcm_flag=the_urlPath2.indexOf("WCMPREV");


if(wcm_flag==-1)
	{
		if(beginPos==-1)
			{
				top.window.location='/index_disclaimer.htm';		
			}	
	}