﻿$(document).ready(function() {

	$(".CMSListMenuLinkHighlighted:last").append("&nbsp;&gt;");
	
	$('#reglink').attr('href', window.location.pathname + '/register');
   
});



