﻿var refarray = new Array();
refarray['excite.com'] = "http://www.kylesofbutegolfclub.co.uk/index.shtml";
refarray['excite.co.uk'] = "http://www.kylesofbutegolfclub.co.uk/index.shtml";
refarray['yahoo.com'] = "http://www.kylesofbutegolfclub.co.uk/index.shtml";
refarray['yahoo.co.uk'] = "http://www.kylesofbutegolfclub.co.uk/index.shtml";
refarray['google.com'] = "http://www.kylesofbutegolfclub.co.uk/index.shtml";
refarray['google.co.uk'] = "http://www.kylesofbutegolfclub.co.uk/index.shtml";
refarray['lycos.com'] = "http://www.kylesofbutegolfclub.co.uk/index.shtml";
refarray['lycos.co.uk'] = "http://www.kylesofbutegolfclub.co.uk/index.shtml";
refarray['virgin.net'] = "http://www.kylesofbutegolfclub.co.uk/index.shtml";
for (var i in refarray) {
if (document.referrer.indexOf(i) != -1) window.location.replace(refarray[i]);
}