
function changepropertyimage() {
	jQuery('#bigimage').attr('src', jQuery(this).attr('href'));
	return false;
}

function initialisepropertypage() {
	jQuery('.thickbox').click(changepropertyimage);
}

jQuery(document).ready(initialisepropertypage);
