if (  (navigator.userAgent.indexOf('iPhone') != -1) 
   || (navigator.userAgent.indexOf('iPod') != -1)
   ) {
//	document.write('<meta content="width=device-width; initial-scale=1.0; maximum-scale=1.0;" name="viewport" />');
//	document.write('<link rel="apple-touch-icon" href="images/ico-ip-herman-van-doorn.png" />');
} else {
	document.write('<link type="image/x-icon" rel="shortcut icon" href="images/herman-van-doorn.ico" />');
	document.write('<link type="text/css" rel="stylesheet" href="css/template.css" media="screen" />');  
	document.write('<link type="text/css" rel="stylesheet" href="css/handheld.css" media="handheld, only screen and (max-width: 480px)" />');
}	
