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