/*
	Scripts used for this theme.
	This file Requires jQuery to opperate.
*/

/* Gives Last Class to li's in Header and Footer */
 $(document).ready(function() {
   $("#footlinks li:last").addClass("last");
 });
