﻿
//access jquery image rotator.
$(function() {
	$('#main_image').cycle({ 
		fx:    'fade', 
		speed:  2500 
	 });
});