// JavaScript Document
(function($) {
	$(function() { //on DOM ready
		$("#scroller").simplyScroll({
			autoMode: 'loop',
			pauseOnHover: false,
			speed:2
		});
	});
})(jQuery);

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
