﻿$(document).ready(
	function() {

		// add lis to action nav (saves breaking things with custom xsl)
		$('<li> | </li>').insertAfter('#header .LMActionLinksNav ul li.UtilityEmail');
		$('<li> | </li>').insertBefore('#header .LMActionLinksNav ul li.UtilityEmail');
	}
);
