if (self.location.href == top.location.href)
	{
	var h = self.location.href;
	var uk = false;
	if (h.indexOf('janburnette.com/') > -1) h = h.substring(h.indexOf('janburnette.com/')+16);
	else if (h.indexOf('janburnette.co.uk/') > -1) {h = h.substring(h.indexOf('janburnette.co.uk/')+18); uk=true;}

	if (uk) top.location.href = 'http://www.janburnette.co.uk/relocate.asp?page=' + h;
	else top.location.href = 'http://www.janburnette.com/relocate.asp?page=' + h;
	}