// Imulus Global Javscript Code

// Create an external link icon using an image
// $(document).ready(function() {
// 	$('a:not(:has(img)|.button)').filter(function() {
// 		return this.hostname && this.hostname !== location.hostname;
// 	}).after(' <img class="external" src="/images/icons/external.gif" alt="external link"/>');
// });


$(document).ready(function () {
	$("#main table tbody tr:even").addClass("alt");

	if ($(".item3").attr("id") == "nav-active") {
		$(".item2").attr("id", "nav-secondary");
	}
});
