YUI().use("node",function(c){if(c.one("#photoBox")){var a=c.one("#photoBox #main");var b=c.all("#photoBox .sub");changeMainImg=function(d){b.removeClass("active");d.currentTarget.addClass("active");src=d.currentTarget.get("src");a.set("src",src.replace("thumbs/",""))};b.on("mouseover",changeMainImg)}});
