function checkClient(){
	if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) {
		if(window.orientation != 0) {
			$("#background_image, #projects, #projects div.items, #projects div.project, #projects img, #map").height(1091);
		} else {
			$("#background_image, #projects, #projects div.items, #projects div.project, #projects img, #map").height($(document).height());	
		}
	}
}
