$(function() {
	$('a img.rollover').rollover();
});

$(function() {
	$('input[type="image"].rollover').rollover();
});
