if (screen.width <= 800) {

var r=confirm("A small screen has been detected. Would you like to view a simplified site that has been optimised for mobile devices?");
if (r==true)
  {
  document.location = "http://mobile.kniveton.net/index.htm";;
  }

  }		//end if
