
jQuery(document).ready(function($)
{
	// @src /js/jquery.rollover.js
	$('.rollover a img').rollover('_hover');
});

