


//
// Functions to run when every section page loads.
//
$(document).ready(function() {
	$("#nav"+vCurrSection).addClass("current");
	
});
