var cText = ''
cText += ' <tr>'
cText += '	<td colspan=6 bgcolor=white valign=top align=left>'
cText += '	<font size=2 face="ARIAL Narrow" color=#57534F>'
cText += '	<center>'
cText += '	<img src="../images/nkbalogo.gif"> <img src="../images/narilogo.gif">'
cText += '	</center>'
cText += '	</td>'
cText += ' </tr>'
cText += ' <tr>'
cText += '	<td colspan=6 bgcolor="#82594B">'
cText += '	<font size=2 face="ARIAL Narrow" color=#57534F><br></td>'
cText += ' </tr>'
cText += ' <tr>'
cText += '	<td colspan=6 bgcolor=black align=center>'
cText += '	<font size=1 face="ARIAL Narrow" color=white>&nbsp;2009 © Copyright - All rights reserved</td>'
cText += ' </tr>'
document.write(cText)