﻿jQuery(document).ready(function() {

	// bind subscription handlers
	jQuery('#subscribeToBuilding').submit(submitSubscription);

});


