$('document').ready(function(){		Cufon.replace("h1, h2, h3, h4");	Cufon.replace(".header-menu a",{textShadow: "1px 1px #25305b",hover: "true"});	Cufon.replace(".s1-slide-txt-right");		$('.project').each(function(idx){		if(idx%3==2)		{			$(this).addClass('right');		}	})	$('.project-bnr').each(function(){		if(($(this).index()+1)%2==0)		{			$(this).addClass('right');		}	})		$('.content table tr:odd').addClass('odd');	$(".scr li").each(function(){			$(this).width($(this).width()+30);			})   	curmarginLeft = -$(".scr li:first-child").width();	   	scroller();  	});var curmarginLeft = 0;var curwidth; function mouseoverLogo(obj){	obj.setAttribute('nsrc',obj.src);	obj.src = obj.getAttribute('osrc');//	obj.src = obj.src.replace('.png','_over.png');		curmarginLeft = parseInt($(".scr li:first-child").css('margin-left'));	$(".scr li:first-child").stop();}function mouseoutLogo(obj){	obj.src = obj.getAttribute('nsrc');//	obj.src = obj.src.replace('_over','');	scroller();}function scroller() {	curwidth = $(".scr li:first-child").width();		$(".scr li:first-child").animate({marginLeft: -curwidth },50*(curwidth+curmarginLeft),"linear",function () {		var curimg = $(".scr li:first-child");		$(".scr").remove("li:first-child");		curimg.css('margin-left','0');		curmarginLeft = 0;		curimg.appendTo(".scr ul");	scroller();});} 
