var SCPath = "/cgi-local/SoftCart.exe";	
var config = "scstore";	
if (( window.location.pathname.substring(0,SCPath.length) != SCPath) && (window.location.href.substring(0,4) != "file") ) {	
	window.location.replace(SCPath + location.pathname + "?E+" + config);
}	
