
// jQuery Config Settings
/* Config Original*/

$(document).ready(function() {
	$("#navigation img").rollover();
});

