// image rollover code. function calls every image that has the class "swapImage". 

$(document).ready(function() {
	$.swapImage(".swapImage");
});