/*
 * nownuri footer script
 */

function gotoMail()
{
	popup = window.open('http://help.nownuri.net/exMailQuestion_guest.asp?TBID0=TBOX20020611000007&TBID1=TBOX20020611000078', 'popup_answer', 'width=650,height=540,top=50, marginwidth=0,marginheight=0,resizable=0,scrollbars=yes,status=yes');
	popup.focus();
}

var html;

html = '\
<table width="780" border="0" cellspacing="0" cellpadding="0">\
  <tr>\
    <td bgcolor="#999999" height="1"></td>\
  </tr>\
</table>\
<table width="780" border="0" cellspacing="0" cellpadding="0">\
  <tr>\
    <td height="22" valign="bottom" align="center" class="footer">\
	  <a href="http://www.nowsnt.com/" target="_new" class="footer">È¸»ç¼Ò°³</a>\
	| <a href="http://www.nownuri.net/nowmain/privacy_wrap.php" class="footer">°³ÀÎÁ¤º¸Ãë±Þ¹æÄ§</a>\
	| <a href="http://www.nownuri.net/nowmain/policy_wrap.php" class="footer">ÀÌ¿ë¾à°ü</a>\
	| <a href="http://help.nownuri.net/" class="footer">ÀÌ¿ë¾È³»/FAQ</a>\
	| »ç¾÷ÀÚµî·Ï¹øÈ£ 114-86-14748\
	| <a href="mailto:nowclub@nownuri.net" class="footer">±¤°í¹®ÀÇ</a>\
	| <a href="javascript:gotoMail();" class="footer">°í°´¼¾ÅÍ</a></td>\
  </tr>\
  <tr>\
    <td height="20" valign="middle" align="center" class="footer">All Copyrights ¨Ï 2006 NOWSNT Co., LTD. All Rights Reserved.</td>\
  </tr>\
</table>\
<table width="100%" border="0" cellspacing="0" cellpadding="0">\
  <tr>\
    <td height="8"></td>\
  </tr>\
</table>\
';

document.writeln(html);
