$(document).ready(function()
{
		$("#scroller").simplyScroll({
			autoMode: 'loop',
			frameRate: 24
		});
		
		$(".simply-scroll").css("width", $(window).width());
		$("..simply-scroll .simply-scroll-clip").css("width", $(window).width());
		
		$("#newopen").jrumble({
					rumbleEvent: 'hover',
					rumbleSpeed: 0
				});
		
		$("#newopen a").click(function(){
			window.open('./newopen.html','_blank','width=800,height=600,scrollbars=1');
			return false;
		});
});
