
	code_tmp0 = todayCode_arr[1].split("_")
	todayImg2 = Img2Domain + "/goods_IMG/sub" + code_tmp0[0] + "/" + todayCode_arr[1] + "_M.gif"

document.write('                  <table width="190" height="250" border="1" cellpadding="0" cellspacing="0" bordercolor="#EDECEC" style="border-collapse:collapse ">');
document.write('                    <tr>');
document.write('                      <td valign="top" >');
document.write('                        <table width="188" border="0" cellspacing="0" cellpadding="0">');
document.write('                          <tr>');
document.write('                            <td height="28" background="http://pics2.gundamshop.co.kr/submain/sub01/bg_title_hot.gif">&nbsp;</td>');
document.write('                          </tr>');
document.write('                          <tr>');
document.write('                            <td align="center">');
document.write('                              <table width="170" height="155" border="0" cellpadding="0" cellspacing="0">');
document.write('                                <tr>');
document.write('                                  <td align="center" bgcolor="e3e3e3"><img name="IMG_HOT_ROLL_DETAIL2" style="cursor:pointer;FILTER: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=0,motion=forward);" title="'+todayName_arr[0]+'" src="'+todayImg2+'" width=170 height=155 style="border:1px #e3e3e3 solid;"></td>');
document.write('                                </tr>');
document.write('                              </table>');
document.write('                            </td>');
document.write('                          </tr>');
document.write('                          <tr>');
document.write('                            <td height="7"></td>');
document.write('                          </tr>');
document.write('                          <tr>');
document.write('                            <td align="center">');
document.write('                              <table width="170" border="0" cellspacing="0" cellpadding="0">');
document.write('                                <tr>');

var todayBlankImg
//for ¹®½ÃÀÛ
for(i=1; i<=3; i++)
{
	code_tmp = todayCode_arr[i].split("_")
	imgurl2 = Img2Domain + "/goods_IMG/sub" + code_tmp[0] + "/200/" + todayCode_arr[i] + ".gif"
	imgurl1 = Img2Domain + "/goods_IMG/sub" + code_tmp[0] + "/75/" + todayCode_arr[i] + ".gif"

	todayBlankImg = (i<=1)? "http://pics2.gundamshop.co.kr/submain/sub01/mdbestbg.gif":"http://pics2.gundamshop.co.kr/submain/sub01/mdbestblank.gif"

	document.write('                                  <td width="50" height="50" bgcolor="e3e3e3"><table border=0 cellpadding=0 cellspacing=0 width=50 height=50 background="'+imgurl1+'" style="background-repeat:no-repeat;"><tr><td><img name="IMG_HOT_ROLL_THUMBNAIL2" style=cursor:hand title="'+todayName_arr[i]+'" src="'+todayBlankImg+'" width=50 height=50 style="border:1px #e3e3e3 solid;"></td></table></td>');

	if(i<3)
		document.write('                                  <td width="10"></td>');

}
// for ¹®³¡..

document.write('                                </tr>');
document.write('                              </table>');
document.write('                            </td>');
document.write('                          </tr>');
document.write('                        </table>');
document.write('                      </td>');
document.write('                    </tr>');
document.write('                  </table>');

	code_tmp1 = todayCode_arr[1].split("_")
	imgurl2_1 = Img2Domain + "/goods_IMG/sub" + code_tmp1[0] + "/200/" + todayCode_arr[1] + ".gif"
	imgurl1_1 = Img2Domain + "/goods_IMG/sub" + code_tmp1[0] + "/75/" + todayCode_arr[1] + ".gif"

	code_tmp2 = todayCode_arr[2].split("_")
	imgurl2_2 = Img2Domain + "/goods_IMG/sub" + code_tmp2[0] + "/200/" + todayCode_arr[2] + ".gif"
	imgurl1_2 = Img2Domain + "/goods_IMG/sub" + code_tmp2[0] + "/75/" + todayCode_arr[2] + ".gif"

	code_tmp3 = todayCode_arr[3].split("_")
	imgurl2_3 = Img2Domain + "/goods_IMG/sub" + code_tmp3[0] + "/200/" + todayCode_arr[3] + ".gif"
	imgurl1_3 = Img2Domain + "/goods_IMG/sub" + code_tmp3[0] + "/75/" + todayCode_arr[3] + ".gif"

var rollCom2 = new xwzRollingImageTrans("IMG_HOT_ROLL_DETAIL2", "IMG_HOT_ROLL_THUMBNAIL2");
rollCom2.addItem(
	"/GD_Front01.html?ItemCode="+todayNo_arr[1], 		//¸µÅ©ÁÖ¼Ò
	imgurl2_1,			//Å«ÀÌ¹ÌÁö
	imgurl1_1,			//ÀÛÀº ÀÌ¹ÌÁö
	"http://pics2.gundamshop.co.kr/submain/sub01/mdbestbg.gif"	 	//ÀÛÀº ¿À¹öÀÌ¹ÌÁö
);
rollCom2.addItem(
	"/GD_Front01.html?ItemCode="+todayNo_arr[2], 
	imgurl2_2, 
	imgurl1_2, 
	"http://pics2.gundamshop.co.kr/submain/sub01/mdbestbg.gif"
);
rollCom2.addItem(
	"/GD_Front01.html?ItemCode="+todayNo_arr[3], 
	imgurl2_3, 
	imgurl1_3, 
	"http://pics2.gundamshop.co.kr/submain/sub01/mdbestbg.gif"
);

rollCom2.install();

