if (isIE) {
                
        document.write('&nbsp; | &nbsp;<B>Search: &nbsp; <input type="text" size="16" name="NS-query" CLASS="subNav"> &nbsp; <input type="image" src="http://www.csmonitor.com/images/search_go.gif" border=0></TD>');
        //document.write('this is ie');

} else if (!(isIE) && (isLATERAPP)) {
                
        document.write('&nbsp; | &nbsp;<B>Search:</B> &nbsp; <input type="text" size="14" name="NS-query" CLASS="subNav"> &nbsp; <input type="image" src="http://www.csmonitor.com/images/search_go.gif" border=0></TD>');
        // document.write('this is new nn');
        
} else {
        
        document.write('&nbsp; | &nbsp;<B>Search:</B> &nbsp; <input type="text" size="10" name="NS-query" CLASS="subNav"> &nbsp; <input type="image" src="http://www.csmonitor.com/images/search_go.gif" border=0 ALIGN="absmiddle"></TD>');
        // document.write('this is old nn');
        
}