//var homeURL = "http://cosmos.lotte.com";

var homeURL = "http://www.lotte.com";



 function getCookie( name )

 {

 		

          var nameOfCookie = name + "=";

  

          var x = 0;

          var returnVal = "";

  

          while ( x <= document.cookie.length )

          { 

                  var y = (x+nameOfCookie.length);

                  

                  if ( document.cookie.substring( x, y ) == nameOfCookie ) 

                  {

                          if ( (endOfCookie=document.cookie.indexOf( encodeURI("¡Á").toLowerCase(), y )) == -1 ) {

                          		if ( (endOfCookie=document.cookie.indexOf( encodeURI("%A1%C1"), y )) == -1 ) {

                                          endOfCookie = document.cookie.length;

                              }

                          }

                          returnVal = unescape( document.cookie.substring( y, endOfCookie ) );

                          

                          if ( returnVal == "1047") {

                          	return "1";

                          } else {

                          	return returnVal;

                          }

                  }

                   

                  x = document.cookie.indexOf( " ", x ) + 1;

  

                  if ( x == 0 )

                          break;

          }

  

          return "";

 }





	function MM_preloadImages() { //v3.0

	  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();

	    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)

	    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}

	}

	

	function MM_swapImgRestore() { //v3.0

	  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;

	}

	

	function MM_findObj(n, d) { //v4.01

	  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {

	    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}

	  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];

	  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);

	  if(!x && d.getElementById) x=d.getElementById(n); return x;

	}

	

	function MM_swapImage() { //v3.0

	  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)

	   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}

	}



//°ñµåÅ¬¸³À» À§ÇÑ ÄÚµù



// navigator check

var     LeftisMSIE                  = 0;

var     LeftnVersion               = 3;

// refresh interval of AdCorner

var     LeftnInterval               = 100;



var     LeftCornerLayer;



function setupLeft()

{

        // Detect Navigator

        LeftnVersion        = parseInt (navigator.appVersion);      // chang



        if(LeftnVersion <4) return;

 

        if (navigator.appName == "Microsoft Internet Explorer")

        {

                LeftisMSIE  = 1;

                if (navigator.userAgent.indexOf ("MSIE 5") != -1)

                {

                        LeftnVersion = 5;

                }

                privateInfo.style.visibility="visible";

        }

        else

        {

                LeftisMSIE  = 0;

                if (LeftnVersion >= 4)

                {

                       

                        LeftCornerLayer= document.layers["privateInfo"];

                        LeftCornerLayer.visibility = "show";

                }

        }

 

        window.setInterval ("LeftCornerMove();", LeftnInterval);

        

}





function LeftCornerMove()

{

        if (LeftisMSIE)

        {

                LeftnAdCornerOriginY        = 100;

                LeftnAdCornerOriginX  		= ((document.body.clientWidth-792)/2)-110;

                

                LeftnAdCornerOriginY        += document.body.scrollTop;





                privateInfo.style.pixelLeft = LeftnAdCornerOriginX;

                privateInfo.style.pixelTop  = LeftnAdCornerOriginY;

        }

        else

        {

                LeftnAdCornerOriginY        = window.innerHeight + window.pageYOffset - LeftCornerLayer.clip.height - 5;



                if (window.scrollbars.visible == true)

                {

                        LeftnAdCornerOriginY        -= 10;

                }



                LeftCornerLayer.top     = LeftnAdCornerOriginY;

        }

}





function getGoldClip(mallcode,gubun)

{

	if  ( mallcode > 0)

	{

		if  ( mallcode < 1000 )

		{

//			document.write ("<DIV ID='privateInfo' style='position:absolute;left:expression((document.body.clientWidth-792)/2-110);top:240px; z-index:1'>");

			document.write	("<DIV id='privateInfo' style='position:absolute;left:expression((document.body.clientWidth-792)/2-110);top:100; z-index:1; border-width:0px; border-style:none; visibility: hidden;'>");

			document.write ("<table height=540 width=114 border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=100% marginHeight=0 marginWidth=0 name=LCCommonHeader scrolling=no src='http://www.lotte.com/lotte/layout/common/LCCommonPrivateInfo.jsp?SHOPTP="+gubun+"'></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</DIV>");

			setupLeft();

		}

	}

	else

	{

		cookieMallCodeForGold = getCookie( "MALLCODE" );

		if (  cookieMallCodeForGold == null || cookieMallCodeForGold < 1000  )

		{	

//			document.write ("<DIV ID='privateInfo' style='position:absolute;left:expression((document.body.clientWidth-792)/2-110);top:240px; z-index:1'>");

			document.write	("<DIV id='privateInfo' style='position:absolute;left:expression((document.body.clientWidth-792)/2-110);top:100; z-index:1; border-width:0px; border-style:none; visibility: hidden;'>");

			document.write ("<table height=540 width=114 border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=100% marginHeight=0 marginWidth=0 name=LCCommonHeader scrolling=no src='http://www.lotte.com/lotte/layout/common/LCCommonPrivateInfo.jsp?SHOPTP="+gubun+"'></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</DIV>");

			setupLeft();

		}

	}

	

//	cookieMallCodeForGold = getCookie( "MALLCODE" );

//	if (  cookieMallCodeForGold != null && cookieMallCodeForGold < 1000  )

//	{	

//		if (cookieMallCodeForGold == 1)

//		{

//			document.write ("<!-- ÀÏ¹Ý -->");

//			document.write ("<DIV ID='gold' style='position:absolute;left:expression((document.body.clientWidth-792)/2-37);top:100px; z-index:1'>");

//			document.write ("<!--START OF [Ã¥°¥ÇÇ]-->");

//			document.write ("	<TABLE WIDTH=30 BORDER='0' CELLSPACING='0' CELLPADDING='0'>");

//			document.write ("		<TR> ");

//			document.write ("			<TD VALIGN='top'><A HREF='http://www.lotteshopping.com/lottetoday/lottecalendar.jsp' target='_top'><img src='http://image.lotte.com/lotte/images/lsp/layout/clip_today.gif' width='36' height='70' border=0></A></TD>");

//			document.write ("		</TR>");

//			document.write ("		<TR> ");

//			document.write ("			<TD VALIGN='top'><a href='http://dpt.lotteshopping.com/shopping/index.jsp'  target='_top' onMouseOut='MM_swapImgRestore()' onMouseOver=MM_swapImage('dpt','','http://image.lotte.com/lotte/images/lsp/layout/clip_dpt_.gif',1)><img src='http://image.lotte.com/lotte/images/lsp/layout/clip_dpt.gif' width='36' height='78' border='0' name='dpt'></a></TD>");

//			document.write ("		</TR>");

//			document.write ("		<TR> ");

//			document.write ("			<TD VALIGN='top'><a href='http://www.ilottemart.com/main.jsp'  target='_top' onMouseOut='MM_swapImgRestore()' onMouseOver=MM_swapImage('mart','','http://image.lotte.com/lotte/images/lsp/layout/clip_mart_.gif',1)><img src='http://image.lotte.com/lotte/images/lsp/layout/clip_mart.gif' width='36' height='71' border='0' name='mart'></a></TD>");

//			document.write ("		</TR>");

//			document.write ("		<TR> ");

//			document.write ("			<TD VALIGN='top'><img src='http://image.lotte.com/lotte/images/lsp/layout/clip_dotcom_.gif' width='36' height='75' border='0' name='dotcom'></TD>");

//			document.write ("		</TR>");

//			document.write ("		<TR> ");

//			document.write ("			<TD VALIGN='top'><a href='http://dfs.lotte.com/korean/sitemap/SiteManager.jsp?COMM_001=0000100000&COMM_002=1'  target='_top' onMouseOut='MM_swapImgRestore()' onMouseOver=MM_swapImage('dfs','','http://image.lotte.com/lotte/images/lsp/layout/clip_dfs_.gif',1)><img src='http://image.lotte.com/lotte/images/lsp/layout/clip_dfs.gif' width='36' height='76' border='0' name='dfs'></a></TD>");

//			document.write ("		</TR>");

//			document.write ("	</TABLE>");

//			document.write ("<!--END OF [Ã¥°¥ÇÇ]-->");

//			document.write ("</DIV>");

//		}

//	}

}



/*******************************************************

 * °ñµåÅ¬¸³ ½ºÅ©·Ñ ½ºÅ©·Ñ ÀÌµ¿ ÀÌº¥Æ® Ã³¸® END

 *******************************************************/



// -----------------------------------------------------------------------------------------------------

// B2C Á¦ÈÞ °øÅë Çì´õ(2005.04.27)

function LotteAffCommonHeader(mallcode)

{

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ mallcode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(mallcode == 1 )

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=COMMON ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=COMMON ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;



		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ cookieMallCode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(cookieMallCode == 1)

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=COMMON ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=COMMON ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

} // End of LotteAffCommonHeader 



// B2C Á¦ÈÞ °øÅë Ç²ÅÍ(2005.04.27)

function LotteAffCommonFooter(mallcode)

{	

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=COMMON></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;



		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=COMMON></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

} // End of LotteAffCommonFooter 



// -----------------------------------------------------------------------------------------------------







// B2C-B2E °ø¿ë Header Ãâ·Â

// ¸ôÄÚµå°¡ B2E ±¸°£´ëÀÌ¸é ÇØ´ç ¸ôÀÇ Header js¸¦ Ãâ·Â

// ¸ôÄÚµå°¡ B2C ±¸°£´ëÀÌ¸é B2C¿ë °øÅë Header js¸¦ Ãâ·Â

function LotteB2EHeader(mallcode)

{

	var cookieMallCode = "";

	//getGoldClip(mallcode,"COMMON");

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0)

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ mallcode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(mallcode == 1 )

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=COMMON ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=COMMON ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

				

		if(cookieMallCode == "")

			cookieMallCode	= 1;

			

		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ cookieMallCode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(cookieMallCode == 1)

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=COMMON ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=COMMON ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}



function LotteB2EFooter(mallcode)

{	

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=240 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=COMMON></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;

		

		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=240 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=COMMON></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}





// µµ¼­¸ôÀ» À§ÇÑ Çì´õ

function LotteB2EBookHeader(mallcode)

{

	var cookieMallCode = "";

//	getGoldClip(mallcode);

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ mallcode +".js'></script>");

		}

		else

		{

			document.write ("");

			document.write ("<table width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(mallcode == 1 )

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=BOOK ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=BOOK ></IFRAME>");

			}	

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;

			

		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ cookieMallCode +".js'></script>");

		}

		else

		{

			document.write ("");

			document.write ("<table width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(cookieMallCode == 1)

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=BOOK ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=BOOK ></IFRAME>");

			}			

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("");

		}

	}

}





// ¿©Çà¸ôÀ» À§ÇÑ Çì´õ(2003.04.03)

function LotteB2ETravelHeader(mallcode)

{

	var cookieMallCode = "";

//	getGoldClip(mallcode);

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2ETravelHeader_"+ mallcode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=90 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=COMMON ></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;



		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2ETravelHeader_"+ cookieMallCode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=90 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=COMMON ></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}



// ¿©Çà¸ô Àü¿ë Ç²ÅÍ(2003.04.03)

function LotteB2ETravelFooter(mallcode)

{	

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2ETravelFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=286 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=COMMON></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;



		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2ETravelFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=286 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=COMMON></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}

// ¸ÂÃã ÀÌ»ç¼­ºñ½º Çì´õ(2003.07.22)

function LotteB2ELotteMovingHeader(mallcode)

{

	var cookieMallCode = "";

	//getGoldClip(mallcode,"MOVING");

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 ) 

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ mallcode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(mallcode == 1 )

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=LOTTEMOVING ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=LOTTEMOVING ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;



		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ cookieMallCode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(cookieMallCode == 1)

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=LOTTEMOVING ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=LOTTEMOVING ></IFRAME>");

			}

			

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}



// ÀÌ»ç¼­ºñ½º Ç²ÅÍ(2003.07.22)

function LotteB2ELotteMovingFooter(mallcode)

{	

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=MOVING></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;



		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=MOVING></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}



// Á¦´ë·Î ÀÌ»ç¼­ºñ½º Çì´õ(2003.07.22)

function LotteB2EMovingHeader(mallcode)

{

	var cookieMallCode = "";

	//getGoldClip(mallcode,"MOVING");

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 ) 

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ mallcode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(mallcode == 1 )

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=MOVING ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=MOVING ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;



		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ cookieMallCode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(cookieMallCode == 1)

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=MOVING ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=MOVING ></IFRAME>");

			}

			

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}

// ÀÌ»ç¼­ºñ½º Ç²ÅÍ(2003.07.22)

function LotteB2EMovingFooter(mallcode)

{	

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=MOVING></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;



		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=MOVING></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}



// µðÀÚÀÎÁ¤±Û Çì´õ(2003.07.22)

function LotteB2EJungleHeader(mallcode)

{

	var cookieMallCode = "";

	//getGoldClip(mallcode,"JUNGLE");

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ mallcode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(mallcode == 1 )

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=JUNGLE ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=JUNGLE ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;



		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ cookieMallCode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(cookieMallCode == 1)

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=JUNGLE ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=JUNGLE ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}

// µðÀÚÀÎÁ¤±Û Ç²ÅÍ(2003.07.22)

function LotteB2EJungleFooter(mallcode)

{	

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=JUNGLE></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;



		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=JUNGLE></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}



// º¹±Ç¼­ºñ½º Çì´õ(2003.07.22)

function LotteB2ELotteryHeader(mallcode)

{

	var cookieMallCode = "";

	//getGoldClip(mallcode,"LOTTERY");

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ mallcode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(mallcode == 1 )

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=125 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=LOTTERY ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=125 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=LOTTERY ></IFRAME>");

			}

			document.write ("		<IFRAME frameBorder=0 width=100% height=125 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=LOTTERY ></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");



		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;



		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ cookieMallCode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(cookieMallCode == 1)

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=125 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=LOTTERY ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=125 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=LOTTERY ></IFRAME>");

			}

			

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}

// º¹±Ç¼­ºñ½º Ç²ÅÍ(2003.07.22)

function LotteB2ELotteryFooter(mallcode)

{	

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=LOTTERY></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;



		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=LOTTERY></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}



// ÀÚµ¿Â÷

function LotteB2EAutoHeader(mallcode)

{

	var cookieMallCode = "";

	//getGoldClip(mallcode,"AUTO");

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ mallcode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(mallcode == 1 )

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=98 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=AUTO ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=98 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=AUTO ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;



		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ cookieMallCode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(cookieMallCode == 1)

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=98 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=AUTO ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=98 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=AUTO ></IFRAME>");

			}			

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}



function LotteB2EAutoFooter(mallcode)

{	

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=225 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=AUTO></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;



		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=225 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=AUTO></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}





/*******************************************

 * E-STOP DVD Mall Header

 *******************************************/

function LotteB2E_ESTOPHeader(mallcode)

{

	var cookieMallCode = "";

	//getGoldClip(mallcode,"ESTOP");

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ mallcode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(mallcode == 1 )

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=ESTOP ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=ESTOP ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;



		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ cookieMallCode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(cookieMallCode == 1)

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=ESTOP ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=ESTOP ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}



/*******************************************

 * E-STOP DVD Mall Footer

 *******************************************/

function LotteB2E_ESTOPFooter(mallcode)

{	

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=140 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=ESTOP></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;



		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=140 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCCommonFooter_Aff.jsp?SHOPTP=ESTOP></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}

/*******************************************

 * DVD ´ë¿©¸ô Çì´õ 

 *******************************************/

function LotteB2E_DVDRentalHeader(mallcode)

{

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0)

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ mallcode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(mallcode == 1 )

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=DVDRENTAL ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=DVDRENTAL ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

				

		if(cookieMallCode == "")

			cookieMallCode	= 1;

			

		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ cookieMallCode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(cookieMallCode == 1)

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=DVDRENTAL ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=DVDRENTAL ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}

/*******************************************

 * DVD ´ë¿©¸ô Ç²ÅÍ 

 *******************************************/

function LotteB2E_DVDRentalFooter(mallcode)

{	

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=DVDRENTAL></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;

		

		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=DVDRENTAL></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}



/*******************************************

 * LAREDOUTEKIDS ´ë¿©¸ô Çì´õ 

 * 2006.05.21

 *******************************************/

function LotteB2E_LAREDOUTEKIDSRentalHeader(mallcode)

{

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0)

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ mallcode +".js'></script>");

		}

		else
		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(mallcode == 1 )

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=LAREDOUTEKIDS ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=LAREDOUTEKIDS ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

				

		if(cookieMallCode == "")

			cookieMallCode	= 1;

			

		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ cookieMallCode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(cookieMallCode == 1)

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=LAREDOUTEKIDS ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=LAREDOUTEKIDS ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}

/*******************************************

 * LAREDOUTEKIDS ´ë¿©¸ô Ç²ÅÍ

 * 2006.05.21

 *******************************************/

function LotteB2E_LAREDOUTEKIDSRentalFooter(mallcode)

{	

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=LAREDOUTEKIDS></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;

		

		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=LAREDOUTEKIDS></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}



/*******************************************

 * TEMPSL ´ë¿©¸ô Çì´õ 

 * 2006.05.21

 *******************************************/

function LotteB2E_TEMPSLRentalHeader(mallcode)

{

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0)

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ mallcode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(mallcode == 1 )

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=TEMPSL ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=TEMPSL ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

				

		if(cookieMallCode == "")

			cookieMallCode	= 1;

			

		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ cookieMallCode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(cookieMallCode == 1)

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=TEMPSL ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=TEMPSL ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}

/*******************************************

 * TEMPSL ´ë¿©¸ô Ç²ÅÍ

 * 2006.05.21

 *******************************************/

function LotteB2E_TEMPSLRentalFooter(mallcode)

{	

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=TEMPSL></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;

		

		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=TEMPSL></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}



/*******************************************
 * LAREDOUTE ´ë¿©¸ô Çì´õ 

 * 2006.04.12

 *******************************************/

function LotteB2E_LAREDOUTERentalHeader(mallcode)

{

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0)

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ mallcode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(mallcode == 1 )

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=LAREDOUTE ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=LAREDOUTE ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

				

		if(cookieMallCode == "")

			cookieMallCode	= 1;

			

		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ cookieMallCode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(cookieMallCode == 1)

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=LAREDOUTE ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=LAREDOUTE ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}

/*******************************************

 * LAREDOUTE ´ë¿©¸ô Ç²ÅÍ

 * 2006.04.12

 *******************************************/

function LotteB2E_LAREDOUTERentalFooter(mallcode)

{	

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=LAREDOUTE></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;

		

		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=LAREDOUTE></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}





// º¸Çè Çì´õ(2003.07.22)

function LotteB2EInsuHeader(mallcode)

{

	var cookieMallCode = "";

	//getGoldClip(mallcode,"JUNGLE");

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ mallcode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(mallcode == 1 )

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=223 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=INSU ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=223 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=INSU ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;



		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ cookieMallCode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(cookieMallCode == 1)

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=223 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=INSU ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=223 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=INSU ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}



function LotteB2EInsuFooter(mallcode)

{	

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=250 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=INSU></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;

		

		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=250 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=INSU></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}

// º¸Çè ´ÙÀ½ ´ÙÀÌ·ºÆ® º¸Çè Çì´õ(2005.03.18)

function LotteB2EInsuDirect1Header(mallcode)

{

	var cookieMallCode = "";

	//getGoldClip(mallcode,"JUNGLE");

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ mallcode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(mallcode == 1 )

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=192 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff_Direct1.jsp?SHOPTP=INSU-DIRECT1 ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=192 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff_Direct1.jsp?SHOPTP=INSU-DIRECT1 ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;



		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ cookieMallCode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(cookieMallCode == 1)

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=193 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff_Direct1.jsp?SHOPTP=INSU-DIRECT1 ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=193 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff_Direct1.jsp?SHOPTP=INSU-DIRECT1 ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}





function LotteB2EInsuDirect1Footer(mallcode)

{	

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=250 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff_Direct1.jsp?SHOPTP=INSU-DIRECT1></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;

		

		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=250 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff_Direct1.jsp?SHOPTP=INSU-DIRECT1></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}



// º¸Çè ´ÙÀ½ ´ÙÀÌ·ºÆ® º¸Çè Çì´õ(2005.03.18)

function LotteB2EInsuDirect1920Header(mallcode)

{

	var cookieMallCode = "";

	//getGoldClip(mallcode,"JUNGLE");

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ mallcode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(mallcode == 1 )

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=192 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff_Direct1.jsp?SHOPTP=INSU-DIRECT1920 ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=192 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff_Direct1.jsp?SHOPTP=INSU-DIRECT1920 ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;



		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ cookieMallCode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(cookieMallCode == 1)

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=193 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff_Direct1.jsp?SHOPTP=INSU-DIRECT1920 ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=193 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff_Direct1.jsp?SHOPTP=INSU-DIRECT1920 ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}



function LotteB2EInsuDirect1920Footer(mallcode)

{	

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=250 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff_Direct1.jsp?SHOPTP=INSU-DIRECT1920></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;

		

		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=250 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff_Direct1.jsp?SHOPTP=INSU-DIRECT1920></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}



// º¸Çè¸ÞÀÎ(2005.04.01)

function LotteB2EInsuMainHeader(mallcode)

{

	var cookieMallCode = "";

	//getGoldClip(mallcode,"JUNGLE");

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ mallcode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(mallcode == 1 )

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=223 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=INSUMAIN ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=223 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=INSUMAIN ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;



		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ cookieMallCode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(cookieMallCode == 1)

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=223 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=INSUMAIN ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=223 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=INSUMAIN ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}



function LotteB2EInsuMainFooter(mallcode)

{	

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=250 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=INSUMAIN></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;

		

		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=250 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=INSUMAIN></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}



// ¶óÀÌ³ª »ý¸í º¸Çè Çì´õ(2005.03.18)

function LotteB2EInsuLinaHeader(mallcode)

{

	var cookieMallCode = "";

	//getGoldClip(mallcode,"JUNGLE");

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ mallcode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(mallcode == 1 )

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=223 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=INSU-LINA ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=223 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=INSU-LINA ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;



		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ cookieMallCode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(cookieMallCode == 1)

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=223 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=INSU-LINA ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=223 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=INSU-LINA ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}



function LotteB2EInsuLinaFooter(mallcode)

{	

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=250 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=INSU-LINA></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;

		

		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=250 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=INSU-LINA></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}

// ÀÌº¥Æ® Á¦ÈÞ¿ë Çì´õ(2004.12.17)

function LotteB2EEventHeader(mallcode)

{

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ mallcode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(mallcode == 1 )

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=EVENT ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=EVENT ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;



		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ cookieMallCode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(cookieMallCode == 1)

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=EVENT ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=EVENT ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}



// Ä«¸¶½ºÅÍ Çì´õ(2005.01.17)

function LotteB2ECarHeader(mallcode)

{

	var cookieMallCode = "";

	//getGoldClip(mallcode,"JUNGLE");

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ mallcode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(mallcode == 1 )

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=CAR ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=CAR ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;



		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ cookieMallCode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(cookieMallCode == 1)

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=CAR ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=CAR ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}



/*******************************************

 * 1200M ¸ôÀÎ¸ô Çì´õ 

 * 2008.07.11

 *******************************************/

function LotteB2E_1200MRentalHeader(mallcode)

{

	

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0)

	{

		if  ( mallcode >= 1000 )

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=120 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/WFHeader_Aff.jsp?SHOPTP=LAREDOUTE ></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(mallcode == 1 )

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=120 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=LAREDOUTE ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=120 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=LAREDOUTE ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

				

		if(cookieMallCode == "")

			cookieMallCode	= 1;

			

		if (  cookieMallCode >= 1000  )

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=120 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/WFHeader_Aff.jsp?SHOPTP=LAREDOUTE ></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(cookieMallCode == 1)

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=120 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=LAREDOUTE ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=120 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=LAREDOUTE ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}

/*******************************************

 * 1200M ¸ôÀÎ¸ô Ç²ÅÍ

 * 2008.07.11

 *******************************************/

function LotteB2E_1200MRentalFooter(mallcode)

{	

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/WFSimpleFooter_Aff.jsp?SHOPTP=LAREDOUTE></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=LAREDOUTE></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;

		

		if (  cookieMallCode >= 1000  )

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/WFSimpleFooter_Aff.jsp?SHOPTP=LAREDOUTE></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=LAREDOUTE></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}

/*******************************************

 * 1200M ¸ôÀÎ¸ô Çì´õ (SHOPTP=1200M)

 * 2008.07.11

 *******************************************/

function LotteB2E_1200MRentalHeader(mallcode) 

{



	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0)

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ mallcode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(mallcode == 1 )

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=120 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=1200M ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=120 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=1200M ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

				

		if(cookieMallCode == "")

			cookieMallCode	= 1;

			

		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ cookieMallCode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(cookieMallCode == 1)

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=120 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=1200M ></IFRAME>");

			}

			else{

// ¼öÁ¤ÀÏÀÚ : 2008-08-01

// Maxda : 	height=160 => height=160 Edit			

				document.write ("		<IFRAME frameBorder=0 width=100% height=120 border=2 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=1200M ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}

/*******************************************

 * 1200M ¸ôÀÎ¸ô Ç²ÅÍ (SHOPTP=1200M)

 * 2008.07.11

 *******************************************/

function LotteB2E_1200MRentalFooter(mallcode)

{	

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=195 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=1200M></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;

		

		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=195 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=1200M></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}



/*******************************************

 * KTF ¸ôÀÎ¸ô Çì´õ (SHOPTP=KTF)

 * 2008.07.17

 *******************************************/

function LotteB2E_KTFMNSRentalHeader(mallcode)

{

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0)

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ mallcode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(mallcode == 1 )

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=KTF ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=KTF ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

				

		if(cookieMallCode == "")

			cookieMallCode	= 1;

			

		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ cookieMallCode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(cookieMallCode == 1)

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=KTF ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=KTF ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}

/*******************************************

 * KTF ¸ôÀÎ¸ô ÇªÅÍ (SHOPTP=KTF)

 * 2008.07.17

 *******************************************/

function LotteB2E_KTFMNSRentalFooter(mallcode)

{	

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=KTF></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;

		

		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=KTF></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}

/*******************************************

 * YEPP ¸ôÀÎ¸ô Çì´õ (SHOPTP=YEPP)

 * 2008.07.17

 *******************************************/

function LotteB2E_YEPPRentalHeader(mallcode)

{

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0)

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ mallcode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(mallcode == 1 )

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=YEPP ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=YEPP ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

				

		if(cookieMallCode == "")

			cookieMallCode	= 1;

			

		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EHeader_"+ cookieMallCode +".js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td>");

			if(cookieMallCode == 1)

			{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=YEPP ></IFRAME>");

			}

			else{

				document.write ("		<IFRAME frameBorder=0 width=100% height=160 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=YEPP ></IFRAME>");

			}

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}

/*******************************************

 * YEPP ¸ôÀÎ¸ô ÇªÅÍ (SHOPTP=YEPP)

 * 2008.07.17

 *******************************************/

function LotteB2E_YEPPRentalFooter(mallcode)

{	

	var cookieMallCode = "";

	

	// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

	if  ( mallcode > 0 )

	{

		if  ( mallcode >= 1000 )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=YEPP></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

	else

	{

		cookieMallCode = getCookie( "MALLCODE" );

		if(cookieMallCode == "")

			cookieMallCode	= 1;

		

		if (  cookieMallCode >= 1000  )

		{

			document.write("<script  src='"+homeURL+"/welfare/layout/common/LotteB2EFooter.js'></script>");

		}

		else

		{

			document.write ("<center>");

			document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

			document.write ("	<tr> ");

			document.write ("		<td width=100%>");

			document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=YEPP></IFRAME>");

			document.write ("		</td>");

			document.write ("	</tr>");

			document.write ("</table>");

			document.write ("</center>");

		}

	}

}

	

	

	/*******************************************

	 * ¸®ºê·Î ¸ôÀÎ¸ô Çì´õ (SHOPTP=libro)

	 * 2009.11.05

	 *******************************************/

	function LotteLibroRentalHeader(mallcode) 

	{



		var cookieMallCode = "";

		

		// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§
		if  ( mallcode > 0)

		{

			if  ( mallcode >= 1000 )

			{

				document.write ("<center>");

				document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

				document.write ("	<tr> ");

				document.write ("		<td>");

				document.write ("		<IFRAME frameBorder=0 width=100% height=120 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/WFHeader_Aff.jsp?SHOPTP=LIBRO></IFRAME>");

				document.write ("		</td>");

				document.write ("	</tr>");

				document.write ("</table>");

				document.write ("</center>");

			}

			else

			{
				document.write ("<center>");

				document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

				document.write ("	<tr> ");

				document.write ("		<td>");

				if(mallcode == 1 )

				{

					document.write ("		<IFRAME frameBorder=0 width=100% height=120 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=LIBRO></IFRAME>");

				}

				else{

					document.write ("		<IFRAME frameBorder=0 width=100% height=120 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=LIBRO></IFRAME>");

				}

				document.write ("		</td>");

				document.write ("	</tr>");

				document.write ("</table>");

				document.write ("</center>");

			}

		}

		else

		{
			cookieMallCode = getCookie( "MALLCODE" );
					

			if(cookieMallCode == "")

				cookieMallCode	= 1;

				

			if (  cookieMallCode >= 1000  )

			{

				document.write ("<center>");

				document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

				document.write ("	<tr> ");

				document.write ("		<td>");

				document.write ("		<IFRAME frameBorder=0 width=100% height=120 border=2 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/WFHeader_Aff.jsp?SHOPTP=LIBRO></IFRAME>");

				document.write ("		</td>");

				document.write ("	</tr>");

				document.write ("</table>");

				document.write ("</center>");

			}

			else

			{

				document.write ("<center>");

				document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

				document.write ("	<tr> ");

				document.write ("		<td>");

				if(cookieMallCode == 1)

				{

					document.write ("		<IFRAME frameBorder=0 width=100% height=120 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=LIBRO></IFRAME>");

				}

				else{

	// ¼öÁ¤ÀÏÀÚ : 2008-08-01

	// Maxda : 	height=160 => height=160 Edit			

					document.write ("		<IFRAME frameBorder=0 width=100% height=120 border=2 marginHeight=0 marginWidth=0 name=B2CCommonHeader scrolling=no src="+homeURL+"/lotte/layout/common/LCHeader_Aff.jsp?SHOPTP=LIBRO></IFRAME>");

				}

				document.write ("		</td>");

				document.write ("	</tr>");

				document.write ("</table>");

				document.write ("</center>");

			}

		}
		window.document.title = '·Ôµ¥´åÄÄ µµ¼­';
	}

	/*******************************************

	 * ¸®ºê·Î ¸ôÀÎ¸ô Ç²ÅÍ (SHOPTP=libro)

	 * 2009.11.05

	 *******************************************/

	function LotteLibroRentalFooter(mallcode)

	{	

		var cookieMallCode = "";

		

		// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

		if  ( mallcode > 0 )

		{

			if  ( mallcode >= 1000 )

			{

				document.write ("<center>");

				document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

				document.write ("	<tr> ");

				document.write ("		<td width=100%>");

				document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/WFSimpleFooter_Aff.jsp?SHOPTP=LIBRO></IFRAME>");

				document.write ("		</td>");

				document.write ("	</tr>");

				document.write ("</table>");

				document.write ("</center>");

			}

			else

			{

				document.write ("<center>");

				document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

				document.write ("	<tr> ");

				document.write ("		<td width=100%>");

				document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=LIBRO></IFRAME>");

				document.write ("		</td>");

				document.write ("	</tr>");

				document.write ("</table>");

				document.write ("</center>");

			}

		}

		else

		{

			cookieMallCode = getCookie( "MALLCODE" );

			if(cookieMallCode == "")

				cookieMallCode	= 1;

			

			if (  cookieMallCode >= 1000  )

			{

				document.write ("<center>");

				document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

				document.write ("	<tr> ");

				document.write ("		<td width=100%>");

				document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/WFSimpleFooter_Aff.jsp?SHOPTP=LIBRO></IFRAME>");

				document.write ("		</td>");

				document.write ("	</tr>");

				document.write ("</table>");

				document.write ("</center>");

			}

			else

			{

				document.write ("<center>");

				document.write ("<table height=0% width=100% border=0 cellpadding=0 cellspacing=0>");

				document.write ("	<tr> ");

				document.write ("		<td width=100%>");

				document.write ("		<IFRAME frameBorder=0 width=100% height=226 marginHeight=0 marginWidth=0 name=B2CCommonFooter scrolling=no src="+homeURL+"/lotte/layout/common/LCSimpleFooter_Aff.jsp?SHOPTP=LIBRO></IFRAME>");

				document.write ("		</td>");

				document.write ("	</tr>");

				document.write ("</table>");

				document.write ("</center>");
			}

		}
	}
	
	/*******************************************

	 * ¹Ì¼º³âÀÚ±Ç¸®º¸È£¾È³» ³ëÃâ

	 * 2010.03.05

	 *******************************************/

	function LotteTeenagerInfo(mallcode)

	{	

		var cookieMallCode = "";

		

		// ¸ôÄÚµå°¡ ÆÄ¶ó¹ÌÅÍ·Î ³Ñ¾î¿ÔÀ» ¶§

		if  ( mallcode > 0 )

		{

			if  ( mallcode >= 1000 )

			{
				
				document.write("<style>	");
				document.write("	div.teenagerInfo{width:940px;height:61px; margin:0 0 0 0;clear:both;}");
				document.write("div.teenagerInfo table.tbl05{float:left;border-collapse:collapse;margin:0 0 0 0;border-top:1px solid #E0E0E0;}");
				document.write("div.teenagerInfo table.tbl05 th{font-size:11px;background:#F6F6F6;color:#999999;text-align:center;border:1px solid #E0E0E0;padding:15px 0;}");
				document.write("div.teenagerInfo table.tbl05 td{font-size:11px;line-height:17px;color:#868686;border-left:1px solid #E0E0E0;border:1px solid #E0E0E0;padding:6px 0 0 16px;}");
				document.write("</style>");
				document.write("<div class =\"teenagerInfo\">");
				document.write("<table cellpadding =\"0\" cellspacing =\"0\" class = \"tbl05\">");
				document.write("<colgroup><col width =\"132\" /><col width =\"795\" /></colgroup>");
				document.write("<tr>");
				document.write("<th><img src=\"http://image.lotte.com/lotte/images/LC_layout/onenone_new/teenagerInfo.gif\" alt =\"¹Ì¼º³âÀÚ ±Ç¸®º¸È£ ¾È³»\"/></th>");
				document.write("<td>¹Ì¼º³â °í°´²²¼­ »óÇ°À» ÁÖ¹®(°è¾à) ÇÏ½Ã´Â °æ¿ì, ¹ýÁ¤´ë¸®ÀÎ(ºÎ¸ð´Ô µî)ÀÇ µ¿ÀÇ°¡ ¾øÀ¸¸é<br /> ¹Ì¼º³âÀÚ º»ÀÎ ¶Ç´Â ¹ýÁ¤´ë¸®ÀÎ(ºÎ¸ð´Ô µî)ÀÌ ±× ÁÖ¹®(°è¾à)À» Ãë¼ÒÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù.</td>");
				document.write("</tr>");
				document.write("</table>");
				document.write("</div>");
				
			}

			else

			{
				
				document.write("<style>	");
				document.write("	div.teenagerInfo{width:940px;height:61px; margin:0 0 0 0;clear:both;}");
				document.write("div.teenagerInfo table.tbl05{float:left;border-collapse:collapse;margin:0 0 0 0;border-top:1px solid #E0E0E0;}");
				document.write("div.teenagerInfo table.tbl05 th{font-size:11px;background:#F6F6F6;color:#999999;text-align:center;border:1px solid #E0E0E0;padding:15px 0;}");
				document.write("div.teenagerInfo table.tbl05 td{font-size:11px;line-height:17px;color:#868686;border-left:1px solid #E0E0E0;border:1px solid #E0E0E0;padding:6px 0 0 16px;}");
				document.write("</style>");
				document.write("<div class =\"teenagerInfo\">");
				document.write("<table cellpadding =\"0\" cellspacing =\"0\" class = \"tbl05\">");
				document.write("<colgroup><col width =\"132\" /><col width =\"795\" /></colgroup>");
				document.write("<tr>");
				document.write("<th><img src=\"http://image.lotte.com/lotte/images/LC_layout/onenone_new/teenagerInfo.gif\" alt =\"¹Ì¼º³âÀÚ ±Ç¸®º¸È£ ¾È³»\"/></th>");
				document.write("<td>¹Ì¼º³â °í°´²²¼­ »óÇ°À» ÁÖ¹®(°è¾à) ÇÏ½Ã´Â °æ¿ì, ¹ýÁ¤´ë¸®ÀÎ(ºÎ¸ð´Ô µî)ÀÇ µ¿ÀÇ°¡ ¾øÀ¸¸é<br /> ¹Ì¼º³âÀÚ º»ÀÎ ¶Ç´Â ¹ýÁ¤´ë¸®ÀÎ(ºÎ¸ð´Ô µî)ÀÌ ±× ÁÖ¹®(°è¾à)À» Ãë¼ÒÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù.</td>");
				document.write("</tr>");
				document.write("</table>");
				document.write("</div>");
				
			}

		}

		else

		{

			cookieMallCode = getCookie( "MALLCODE" );

			if(cookieMallCode == "")

				cookieMallCode	= 1;

			

			if (  cookieMallCode >= 1000  )

			{

				document.write("<style>	");
				document.write("	div.teenagerInfo{width:940px;height:61px; margin:0 0 0 0;clear:both;}");
				document.write("div.teenagerInfo table.tbl05{float:left;border-collapse:collapse;margin:0 0 0 0;border-top:1px solid #E0E0E0;}");
				document.write("div.teenagerInfo table.tbl05 th{font-size:11px;background:#F6F6F6;color:#999999;text-align:center;border:1px solid #E0E0E0;padding:15px 0;}");
				document.write("div.teenagerInfo table.tbl05 td{font-size:11px;line-height:17px;color:#868686;border-left:1px solid #E0E0E0;border:1px solid #E0E0E0;padding:6px 0 0 16px;}");
				document.write("</style>");
				document.write("<div class =\"teenagerInfo\">");
				document.write("<table cellpadding =\"0\" cellspacing =\"0\" class = \"tbl05\">");
				document.write("<colgroup><col width =\"132\" /><col width =\"795\" /></colgroup>");
				document.write("<tr>");
				document.write("<th><img src=\"http://image.lotte.com/lotte/images/LC_layout/onenone_new/teenagerInfo.gif\" alt =\"¹Ì¼º³âÀÚ ±Ç¸®º¸È£ ¾È³»\"/></th>");
				document.write("<td>¹Ì¼º³â °í°´²²¼­ »óÇ°À» ÁÖ¹®(°è¾à) ÇÏ½Ã´Â °æ¿ì, ¹ýÁ¤´ë¸®ÀÎ(ºÎ¸ð´Ô µî)ÀÇ µ¿ÀÇ°¡ ¾øÀ¸¸é<br /> ¹Ì¼º³âÀÚ º»ÀÎ ¶Ç´Â ¹ýÁ¤´ë¸®ÀÎ(ºÎ¸ð´Ô µî)ÀÌ ±× ÁÖ¹®(°è¾à)À» Ãë¼ÒÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù.</td>");
				document.write("</tr>");
				document.write("</table>");
				document.write("</div>");

			}

			else

			{

				document.write("<style>	");
				document.write("	div.teenagerInfo{width:940px;height:61px; margin:0 0 0 0;clear:both;}");
				document.write("div.teenagerInfo table.tbl05{float:left;border-collapse:collapse;margin:0 0 0 0;border-top:1px solid #E0E0E0;}");
				document.write("div.teenagerInfo table.tbl05 th{font-size:11px;background:#F6F6F6;color:#999999;text-align:center;border:1px solid #E0E0E0;padding:15px 0;}");
				document.write("div.teenagerInfo table.tbl05 td{font-size:11px;line-height:17px;color:#868686;border-left:1px solid #E0E0E0;border:1px solid #E0E0E0;padding:6px 0 0 16px;}");
				document.write("</style>");
				document.write("<div class =\"teenagerInfo\">");
				document.write("<table cellpadding =\"0\" cellspacing =\"0\" class = \"tbl05\">");
				document.write("<colgroup><col width =\"132\" /><col width =\"795\" /></colgroup>");
				document.write("<tr>");
				document.write("<th><img src=\"http://image.lotte.com/lotte/images/LC_layout/onenone_new/teenagerInfo.gif\" alt =\"¹Ì¼º³âÀÚ ±Ç¸®º¸È£ ¾È³»\"/></th>");
				document.write("<td>¹Ì¼º³â °í°´²²¼­ »óÇ°À» ÁÖ¹®(°è¾à) ÇÏ½Ã´Â °æ¿ì, ¹ýÁ¤´ë¸®ÀÎ(ºÎ¸ð´Ô µî)ÀÇ µ¿ÀÇ°¡ ¾øÀ¸¸é<br /> ¹Ì¼º³âÀÚ º»ÀÎ ¶Ç´Â ¹ýÁ¤´ë¸®ÀÎ(ºÎ¸ð´Ô µî)ÀÌ ±× ÁÖ¹®(°è¾à)À» Ãë¼ÒÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù.</td>");
				document.write("</tr>");
				document.write("</table>");
				document.write("</div>");
				
			}

		}
	}		