// JavaScript Document
// Redirects UK visitors to page with Sterling prices
if(typeof(sGeobytesLocationCode)!="undefined"&&sGeobytesLocationCode.indexOf('UK')==0)
{
    document.write("<META HTTP-EQUIV='Refresh' CONTENT='0; URL=http://www.squidtechnology.com/hpi_mattwarmtone.htm'>");
}