function tabs_include(siteurl) {
	jQuery(function() {
		jQuery('#housecontainer > ul').tabs({
			fx: {
				height: 'toggle',
				duration: 'normal'
			},
			select: function(ui) {
				//alert('select');
			},
			show: function(ui) {
				//alert('show');
			}
		});
	});
}
