$(function(){
		$("div#neighborhood .photo div:last-child")
		   .addClass("last");
});


$(function(){
		$("a.zoom").fancybox();
		
});

function Print(){
	if(document.getElementById || document.layers){
		window.print();
	}
};

function changemap(target)
{
	document.getElementById("areaMap").src = "/images/search/img_area"+target+".gif";
}

function cText(obj){
	if(obj.value==obj.defaultValue){
		obj.value="";
		obj.style.color="#000";
	}
}

function sText(obj){
	if(obj.value==""){
		obj.value=obj.defaultValue;
		obj.style.color="#999";
	}
}