document.getElementById('table_listing').border="0"
document.getElementById('table_listing').width="100%"
document.getElementById('table_listing').cellPadding="3"
document.getElementById('table_listing').cellSpacing="1"

var str =   "<TR>"
str = str + "  <TD WIDTH=60% height=0>&nbsp;</td>"
str = str + "  <TD WIDTH=10% height=0>&nbsp;</td>"
str = str + "  <TD WIDTH=10% height=0>&nbsp;</td>"
str = str + "  <TD WIDTH=10% height=0>&nbsp;</td>"
str = str + "  <TD WIDTH=10% height=0>&nbsp;</td>"
str = str + "</tr>"

document.write(str)

