// Config file for jquery additions
// - Calvin Webster - 4/23/10
$(document).ready(function(){	
// Initialise Facebox Modal window:
		$('a[rel*=modal]').facebox(); // Applies modal window to any link with attribute rel="modal"
		$('.hide').hide(); // Hide the content divs
						   });