// JavaScript Document

	var index = [
        new SwapImage('kyusu','../img/seihin/index/kyusu1.gif', '../img/seihin/index/kyusu2.gif'),
		new SwapImage('mizudashi','../img/seihin/index/mizudashi1.gif', '../img/seihin/index/mizudashi2.gif'),
		new SwapImage('cup','../img/seihin/index/cup1.gif', '../img/seihin/index/cup2.gif'),
		new SwapImage('teacup','../img/seihin/index/teacup1.gif', '../img/seihin/index/teacup2.gif'),
		new SwapImage('teapot','../img/seihin/index/teapot1.gif', '../img/seihin/index/teapot2.gif'),
		new SwapImage('teamaker','../img/seihin/index/teamaker1.gif', '../img/seihin/index/teamaker2.gif'),
		new SwapImage('warmer','../img/seihin/index/warmer1.gif', '../img/seihin/index/warmer2.gif'),
		new SwapImage('healthytea','../img/seihin/index/healthytea1.gif', '../img/seihin/index/healthytea2.gif'),
		new SwapImage('tea_gaspardetlisa','../img/seihin/index/gaspardetlisa_tea1.gif', '../img/seihin/index/gaspardetlisa_tea2.gif')
  ];
	
	swapImages = swapImages.concat(index);