jQuery(function($) {
	// 引数で _on の部分を指定できる
	$('#Navigation a img, #HeaderRight a img').rollover('_on');
});

