jQuery.noConflict();
( function($){
	$(document).ready(function(){
		$('a.contactLink').modal({width: 500, height: 400});
	});
})(jQuery);
