// JavaScript Document

$(function(){

	$("a[href*='#'],area[href*='#']").easingScroll({
		easing: "linear",
		duration: 300
	});


	$("body.shop-detail #discription div.images img:last").addClass("last");

  $("#rightbanner #rightbanner-inner li:last").addClass("last");


//    $.ajax({
//  url: "http://demo.konic.co.jp/~suda/bellcommons/renewal/include/right_banner.html",
//  url: "../include/right_banner.html",
//  cache: false,
//  success: function(html){
//    $("#right_contents").append(html);
//  }
//    });
//    return false;
  
});









