		if((navigator.userAgent.match(/iPhone/i))) {
			document.write('<link rel="stylesheet" type="text/css" href="/styles/idevice_base_iphone.css" />');
			}
		if((navigator.userAgent.match(/iPod/i))) {
			document.write('<link rel="stylesheet" type="text/css" href="/styles/idevice_base_iphone.css" />');
			}
		if(navigator.userAgent.match(/iPad/i)) {
			document.write('<link rel="stylesheet" type="text/css" href="/styles/idevice_base.css" />');
			}
        if(navigator.userAgent.match(/Android/i)) {
			document.write('<link rel="stylesheet" type="text/css" href="/styles/idevice_base_iphone.css" />');
			}
