Actually, there's another error.
At the end of the code you posted change it to
Response.Write "</b><br />" & vbNewLine
' Remember to start the 2nd line below with Response.Write.
'###############################################################################
Response.Write " <br />" & vbNewLine & _
" <table border=""0"">" & vbNewLine & _
" <tr>" & vbNewLine & _
You might also need to remove the & _ from the very last line depending on what comes next.