$(document).ready(function(){
	if(setPanelCue){
		$("#notice_crews").setpanel({page: '/notices/crew', method: 'get'});
		$("#notice_gatherings").setpanel({page: '/notices/gathering', method: 'get'});
	}
});
