$(function() {
/* place jQuery actions here */

	// PROTOTYPE ONLY FUNCTION for application navigation (insert a <span>&#160;</span> if li.active)
	$('#canvas-header ul li.active a').after('<span>&#160;</span>');

/* end jQuery actions here */
});

