


/* This SEO Tag is only used on Businees insurance pages.
It is included in the centre_Business_seo.html */

var refr = escape(document.referrer); /* get the http referer and encode it */
var dom = location.hostname; /* get the host domain */
var stURL = "http://au.track.decideinteractive.com/n/50895/78502/www.gio.com.au/1nxumn3;11;4;;6;;cf7nej;;;;;1;/i/c?0&pq=%2fbusiness%2dinsurance&1pixgif&referer="
+ refr;
if ((refr && refr.search(dom) == -1) && (location.href.toUpperCase().indexOf("247SEO=N") == -1)) /* if the referrer is external preload the image request and does not contain 247SEO argument = "N" */
{
    imageTR = new Image();
    imageTR.src = stURL;
}