$(document).ready(
	function(){
		if ($("body#page11455").length == 1 || $("body#page10249").length == 1) 
		{
			var curTitle = $('#pageTitle').html();
			curTitle = curTitle.replace("3i incise", "<em>3i incise</em>");
			$('#pageTitle').html(curTitle);
		}
	}
);
