jQuery.noConflict();
/**
 * After document loaded
 */
jQuery(document).ready(function() {
   
   jQuery("a[id^=houseTarget_]").click(function () {
   	return hs.expand(this);
   });
   
});
