if (isIE) {
                
        document.write('<tr><td width="760" height="3" colspan="23"><img src="/images/s.gif" width="760" height="3" alt="" /></td></tr>');
        //document.write('this is ie');

} else if (!(isIE) && (isLATERAPP)) {
                
        document.write('<tr><td width="760" height="3" colspan="23"><img src="/images/s.gif" width="760" height="3" alt="" /></td></tr>');
        // document.write('this is new nn');
        
} else {
        
        document.write('<tr><td width="760" height="10" colspan="23"><img src="/images/s.gif" width="760" height="10" alt="" /></td></tr>');
        // document.write('this is old nn');
        
}
