//check to see if this is from AU IP //if yes, silently redirect to AU site function check_au(){ var is_au = jQuery('body').hasClass('geoip-country-AU') != null; var is_wp_admin = window.location.href.indexOf('/wp-admin/') >=0; if (is_au) { if (!bau.is_admin ){ window.location='https://supertraderfx.com.au/'; } } } setInterval(check_au,800);