jQuery.noConflict();
jQuery(document).ready(function($){

	$('#nav').imghover({suffix: '_on'});

	$('img').each(function(){
		$(this).removeAttr('width')
		$(this).removeAttr('height');
	});

});
