var today = new Date();
var nYear = today.getFullYear();

var footer =

         "<p>Copyright ⓒ " + nYear + " Yahoo! Korea YH. All rights reserved." +
         
			"<br>Copyright ⓒ " + nYear + " <a href='http://www.gscarnet.com/' target='_blank'>GS카넷</a>. All rights reserved." +
         
         
         "</p>" +
		 "<a href='http://kr.docs.yahoo.com/info/disclaimer.html'>책임의 한계와 법적고지</a> -" +
         "<a href='http://kr.yahoo.com/r/co/ut'>서비스약관</a> -" +
         "<a href='http://help.yahoo.com/help/kr/autos/'>도움말</a>";
		 

document.writeln(footer);
