<!-- the full contents of this file are included in the head block of your page -->
<!-- note to work we must start with the js/ directory, then the name of the folder -->

<script type="text/javascript" src="js/table-sort/jquery.js"></script>
<script type="text/javascript" src="js/table-sort/jquery.tablesorter.js"></script>

<link rel="stylesheet" href="js/table-sort/themes/blue/style.css" type="text/css" id="" media="print, projection, screen" />

<script type="text/javascript">

// See: http://tablesorter.com/docs/#Download
// This script is intended to be used with Builder forms.

$(document).ready(function(){
	// Be sure to apply an ID to your table that matches this value.
	$("#builderTable").tablesorter();   
});

</script>