<!--

 function CheckRemove() {
  if (confirm("You are about to enter the text version of our website that is intended for those persons with a visual disability. Press 'OK' to continue to the text only version, or press 'Cancel' to go to the image version of our website")) {
    return true;
  }
  else
    window.location = "http://www.miko.co.uk";
 }

//-->


<!-- Hide script from old browsers
if (document.referrer.indexOf('miko.co.uk') == -1)
CheckRemove();
//-- Stop hiding script -->
