/* For discussion and comments, see: http://remysharp.com/2009/01/07/html5-enabling-script/  */
(function(){if(!/*@cc_on!@*/0)return;var e = "abbr,article,aside,audio,canvas,datalist,details,eventsource,figure,figcaption,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video".split(','),i=e.length;while(i--){document.createElement(e[i])}})()

/* jQuery + link.active */
$(document).ready(function() {
	if(location.pathname != "/") {
		$('.primary a[href="' + location.pathname + '"]').addClass('active');
	} 
});