var footerText = ''

footerText +='<table border=0 cellspacing=0 cellpadding=2 width=980>'
footerText +='<tr><td align=center valign=center bgcolor="#a1863a" class="contentsmallwhite" width="774">'
footerText += '&copy Copyright 2010 Hong Leong Finance Limited. Co. Reg. No. 196100003D. All Rights Reserved.'
footerText +='</td>'
footerText +='<td bgcolor="#a1863a"></td></tr>'
footerText +='</table><p>'

document.write (footerText)
