// 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"/>');
	

	$("#nav li ul").each(function() { 
		$(this).parent().addClass("dropdown");		
	});
	
	
});
