// JavaScript Document

jQuery(function($){
	
	//$('#header').pngFix('');
    $("#scroller").simplyScroll({
		autoMode:'loop'
        });
	
});
