// NB Bazaarvoice will only work if the machine part of the URL entered into the browser to load
// this page ends with "gemstv.co.uk". i.e. http://alpha/shop-detail.jsp will not work.
// For testing, add a line to the PC's windows\system32\drivers\etc\hosts file mapping a suitable 
// machine name to the local IP address, e.g.
// 127.0.0.1	staging.gemstv.co.uk

try {
	document.domain = "gemstv.co.uk";
} catch (e) {
	// Will only happen if original domain does not end in "gemstv.co.uk"
}
