jQuery(document).ready(function($) {
	$('#nav a img, form input:image').rollover(); 
});

