だぶサラダパーラー

タイトル

解説。

<script>
jQuery(window).load(function(e){
jQuery("#eyecatch").dabSalad(
	"images/.jpg", 3,
	{dressing: "image", from: {top: "-300px", left: "-300px", width:"900px", height:"900px"}, to: {top: "0px", left: "0px", width: "300px", height: "300px"}}
);
});
</script>