if ((location.host == 'www.soulsports.com.au' || location.host == 'soulsports.com.au') &&
location.protocol == 'http:') {
  location.href = location.href.replace(/^http:/, 'https:')
}

if ((location.host == 'www.soulsports.com' || location.host == 'soulsports.com') &&
location.protocol == 'http:') {
  location.href = location.href.replace(/^http:/, 'https:')
}

if ((location.host == 'www.soulsports.co.nz' || location.host == 'soulsports.co.nz') &&
location.protocol == 'https:') {
  location.href = location.href.replace(/^https:/, 'http:')
}
