$(document).ready(function() {

// LIGHTBOX EFFECT
	// To use the lightbox function, simplay add the class 'lightbox' to the link to the image.
//	$('a.lightbox').lightBox();

// SORTABLE TABLES
	// To use the table sorting function, apply the class 'sortable' to the table in question. Ensure that all the TH elements are in a THEAD block
	// and that all the table's data rows are contained within a TBODY block for this to work.
//	$('table.sortable').tablesorter();
	
// Map Insertions
	$('.media').media();
	
});
