var sPRTC=window.location['protocol'];
var sHREF=window.location['href'];
if(sPRTC.toUpperCase()!='HTTPS:'){
	sHREF='HTTPS://www.thinkwise.co.kr/Product_Buy/ProdBuy.asp'
	window.location.replace(sHREF);
}
