if (isIE) {
                
        document.write('<TR><TD WIDTH="760" HEIGHT="2" COLSPAN="21"><SPACER TYPE="BLOCK" WIDTH="760" HEIGHT="2"></TD></TR>');
        //document.write('this is ie');

} else if (!(isIE) && (isLATERAPP)) {
                
        document.write('<TR><TD WIDTH="760" HEIGHT="2" COLSPAN="21"><SPACER TYPE="BLOCK" WIDTH="760" HEIGHT="2"></TD></TR>');
        // document.write('this is new nn');
        
} else {
        
        document.write('<TR><TD WIDTH="760" HEIGHT="10" COLSPAN="21"><SPACER TYPE="BLOCK" WIDTH="760" HEIGHT="10"></TD></TR>');
        // document.write('this is old nn');
        
}
