function dgjump(t, q, s) {
	var term = t;
	var query = q;
	var rink = "";
	var type = s;

	if(type == "s")	{
		type = "&type=s";
	}else{
		type = "";
	}

	if (  (term != "")  &&  (term != null) && (query != "")  &&  (query != null)  ){
		link = "/nakami/demogra"
		        + "?q=" + query
						+ "&term=" + term
						+ type;
		window.top.location.href=link;
	}
}


function igjump(t, q, s) {
	var term = t;
	var query = q;
	var rink = "";
	var type = s

	if(type == "s")	{
		type = "&type=s";
	}else{
		type = "";
	}

	if (  (term != "")  &&  (term != null) && (query != "")  &&  (query != null)  ){
		link = "/nakami/ipgeo"
		        + "?q=" + query
						+ "&term=" + term
						+ type;
		window.top.location.href=link;
	}
}
