if(navigator.userAgent.indexOf("iPad") != -1){
	    document.write('<link rel="stylesheet" href="../../css/ipad.css" type="text/css" />');
}
