为什么总提示语法异常

为什么总提示语法错误啊
以下代码,总提示语法错误不知错在哪里
document.all[ 'list '].innerHTML= ' <table   border=\ "0\ "   cellspacing=\ "5\ "   cellpadding=\ "0\ "   width=\ "100%\ " <tr> <td> <a   href=\ "/login/enterprise/epinfo/2007-01-16/33845.htm\ "   target=\ "_blank\ "> <font   style=\ "font-weight:   bold;color:blue;font-size:10pt\ "   title=\ "高级会员\ "> 中国光大传媒 </font> </td> </tr> <tr> <td> <font   style=\ "color:#888888\ "> 中国光大传媒(Focus   Media),中国生活圈媒体群的创建者,是面向特定的受众族群的媒体, </font> </td> </tr> <tr> <td> <font   style=\ "color:blue\ "> <b> 招聘职位: </b> </font> <a   href=/login/enterprise/epinfo/2007-01-16/33845_97403.htm>   <font   style=\ "color:red\ "> 广告客户经理 </font> </a> (济南市5人), <a   href=/login/enterprise/epinfo/2007-01-16/33845_97402.htm>   <font   style=\ "color:red\ "> 广告客户总监 </font> </a> (济南市2人), <a   href=/login/enterprise/epinfo/2007-01-16/33845_102192.htm>   前台兼行政助理(济南市1人), <a   href=/bb/bb.htm>   渠道开发(济南市1人), <a   href=/aa/aa.htm>   仓管(1人) </td> </tr> <tr> <td   height=\ "20\ "> &nbsp; </td> </tr> </table> <table   border=\ "0\ "   cellspacing=\ "0\ "   cellpadding=\ "0\ "   width=\ "100%\ " <tr> <td> &nbsp; </td> </tr> <tr> <td   colspan=4   width=\ "100%\ "   align=center> 第1/400页&nbsp;&nbsp;&nbsp;&nbsp; <!a   href=\ "\ "   onclick=\ "javascript:find(\ "1\ ");return   false;\ "   > 第一页 </a> &nbsp;&nbsp; <!a   href=\ "\ "   onclick=\ "javascript:find(\ "0\ ");return   false;\ "   > 上一页 </a> &nbsp;&nbsp; <a   href=\ "\ "   onclick=\ "javascript:find(\ "2\ ");return   false;\ "   > 下一页 </a> &nbsp;&nbsp; <a   href=\ "\ "   onclick=\ "javascript:find(\ "400\ ");return   false;\ "   > 末一页 </a> &nbsp;&nbsp; </td> </tr> </table> '; </script>


------解决方案--------------------
onclick=\ "javascript:find( '1 ');return false;\ " > 第一页 </a>
onclick=\ "javascript:find( '0 ');return false;\ " > 上一页 </a>
onclick=\ "javascript:find( '2 ');return false;\ " > 下一页 </a>
onclick=\ "javascript:find( '400 ');return false;\ " > 末一页 </a>