// Flash Detection / Redirect  v1.1.1
// http://www.dithered.com/javascript/flash_redirect/index.html
// code by Chris Nott (chris@NOSPAMdithered.com - remove NOSPAM)

// check whether the rferrer page is index.htm or not.  If it is ignore this script
// use flash_detect.js to return the Flash version
if (document.referrer != "http://www.wigstructsteel.co.uk/index.htm") {

var flashVersion = getFlashVersion();
}

// Redirect to appropriate page
if (flashVersion >= requiredFlashVersion) location.replace(hasFlashURL);
