HTML Problems

HTML Problems

I keep getting errors when i try to run this script.  Any assistance would be amazing.

Here is the error:

Error occured while executing the script.
Unable to update variable
Error occured

and here is the HTML:

htmlpage Dashboard()
displayname = "Dashboard"
content
<%{
    TeamName = thisapp.employee.getTeamName();
    role = thisapp.employee.getRole();
    addEmpUrl = ((("/" + zoho.adminuser) + "/") + zoho.appname) + "/#Form:Basic_Information";%>
<table width="100%" cellspacing="10" cellpadding="5" border="0">
     <tbody>
        <tr>
           <td width="20%" valign="top"><div elName='zc-component' formLinkName='Search_Form' params='zc_Header=false&zc_HdrClr=false&zc_BdrClr=white&zc_LblClr=FFFFFF'> </div></td>
          <td width="80%" valign="top">
<table width="100%" cellspacing="10" cellpadding="5" border="0">
    <tbody>
        <tr>
            <td width="87%" valign="top">
             
                <table width="100%" cellspacing="0" cellpadding="0" border="0">
            <%if ((role  ==  "Admin")  ||  (zoho.loginuserid  ==  zoho.adminuserid))
    {%>
<tr>
                     <td align="right"> <a class='zc-formbutton' href='<%=addEmpUrl%>'>Add Employee</a> </td>
                  </tr>
                    <%}%>
</table>
             
            </td> 
        </tr> 
        <tr>
            <td width="87%" valign="top">
               <table width="100%" cellspacing="0" cellpadding="3" border="0" >
                <tbody>
                    <tr>
                         <td colspan="3" class="zc-formheader" ><label class="zc-viewtitle"> My Team Members </label></td>
                    </tr>
                    <tr>
                        <td colspan="3"><div elName='zc-component' viewLinkName='Team_Members'  params='Team=<%=TeamName%>&zc_Filter=false&zc_Footer=false&zc_SecHeader=false&zc_EditRec=false&zc_RecSelect=false&pageSize=10&zc_Header=false&recSumry=false'>Loading View</div></td>
                    </tr>
                   
                </tbody>
            </table>
            <br />
            <table width="100%" cellspacing="0" cellpadding="3" border="0">
                <tbody>
                    <tr>
                        <td colspan="3" class="zc-viewtitle">New Joinees Last 30 days</td>
                    </tr>
                    <tr>
                        <td colspan="3"><div elName='zc-component' viewLinkName='New_Joinees_Last_Month'  params='search=false&recSumry=false&zc_Filter=false&zc_Header=false&zc_Footer=false&zc_SecHeader=false&zc_EditRec=false&zc_RecSelect=false&pageSize=10'>Loading View</div></td>
                    </tr>
                </tbody>
            </table>
            </td>
            </tr>
    </tbody>
</table>
</td>
</tr>
</tbody>
</table>
        <%}%>