
	var sHREF = window.location.href;
	if (sHREF.indexOf('owner-builder.asp') == -1) {
		window.location.href= '../../owner-builder.asp';
    }

