﻿// Functions specific to a site.

(function($) {
	$(document).ready(function() {
		$('#banner ul').cycle();
	}); 
})(jQuery);
