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