ourLocation = top.location + " ";
if (ourLocation.indexOf('edu:') != -1) {
	carpArray = ourLocation.split(':');
	ourLocation = carpArray[0] + carpArray[1] + carpArray[2].substr(carpArray[2].indexOf('/'));
}
if ( ourLocation.indexOf('_Index.') == -1 && ourLocation.indexOf('_index.') == -1 && ourLocation.indexOf('udayton.edu/ ') == -1 && ourLocation.indexOf('udayton.edu/?/') == -1 && ourLocation.indexOf('index.asp?action=logout') == -1 && ourLocation.indexOf('Sorry.asp ') == -1 ) {
	theQSArray = ourLocation.split('udayton.edu');
	top.location = '/?' + theQSArray[1];
}
