if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/iPad/i)))
	{
		document.write('<link rel="stylesheet" href="/css/ipad.css" />');
	}
