/* @name:		LocateME fix
 *
 * @site:		ME Bank
 * @author:		Viv Dilkes-Frayne
 *
 *	CONTENTS
 *		# LocateME Redirect script
 */


// = Redirect page to the correct hostname =
if(location.href.search('membersequitybank.com.au')<0) {
	if(location.href.search('//mew')<0) {
		location.href='http://www.membersequitybank.com.au/contact/locate.html';
	}
}
