
function testForIpad(){

if ((navigator.userAgent.indexOf('iPhone') != -1) || (navigator.userAgent.indexOf('iPod') != -1) || (navigator.userAgent.indexOf('iPad') != -1)) {
		document.location = "http://www.kristasvalbonas.com/nonFlash/index.html";
	}else{
		document.location = "http://www.kristastudios.com";
		
		}

};



