redirTime = "2500";
redirURL = "http://www.product23.co.uk";
function redirTimer() { self.setTimeout("self.location.href = redirURL;",redirTime); }
