
jQuery(function() {
	// First and Last
	jQuery("ol, ul").gstFirstAndLast();
	
	// Caught Messages
	// TODO: Remember to make sure that layout default uses output.caught with uls inside
	jQuery(".gst-caught").gstCaughtMessages();
	
	// External (open in new window/tab) Links
	jQuery("a.gst-external").gstExternalLinks();
	
	// Toggleable Definition Lists
	jQuery("dl.gst-toggleable").gstToggleable();
	
	// Click Confirmation
	jQuery(".gst-click-confirmation").gstClickConfirmation();
	
});
