function isiPhone(){     
	return (         
		(navigator.platform.indexOf("iPhone") != -1) ||         
		(navigator.platform.indexOf("iPod") != -1)     
	); } 

	//if(isiPhone()){     
		// window.location = "http://www.mauritshuis.nl/stage/sites/mobile/index.html"; }
	
	if (screen.width <= 699) {  document.location = "http://www.mauritshuis.nl/sites/mobile/index.html";  }

// JavaScript Document
