﻿var testremove = location.href.toLowerCase().indexOf("defaulty.aspx");
if (testremove != -1) {location.replace(location.href.substring(0,testremove))};