﻿    function a(a,b,c,d,e,f){ 
    document.writeln("  <a target=\"_blank\" href=House/houseshow.aspx?HS_Id="+f+"><tr style=\"cursor:hand\" onmouseover=\"this.style.backgroundColor='Lavender';\" onmouseout=\"this.style.backgroundColor='';\">");
    document.writeln("    <TD height=24><IMG height=13 src=\"images/icon.gif\" width=8><a target=\"_blank\" href=House/houseshow.aspx?HS_Id="+f+" title="+e+">"+a+"</a></TD>");
    document.writeln("    <TD align=middle width=70>"+b+"</TD>");
    document.writeln("    <TD align=middle width=70>"+c+"</TD>");
    document.writeln("    <TD align=middle width=60>"+d+"</TD>");
    document.writeln("  </tr><TR><TD background=images/back.gif colSpan=5></TD></TR></a>")
    } 