function getbizlawyer() {
	window.location.href = "http://www.quigal.com/mobilesearch/bizlawyer.php";
}

function getcivillawyer() {
	window.location.href = "http://www.quigal.com/mobilesearch/civillawyer.php";
}

function getcriminallawyer() {
	window.location.href = "http://www.quigal.com/mobilesearch/criminallawyer.php";
}

function testua() {
	us = navigator.userAgent;
	//alert(us);
	
	p1 = us.indexOf("iPhone");	
	if (p1 == -1) {
		p2 = us.indexOf("iPod");
		if (p2 == -1)  {
			window.location.href = "http://www.quigal.com/mobilequigal.html";
		}
	}
	
}


