<!-- 


function addBookmark() { window.external.addFavorite('http://www.otvetov.ru/', 'Ответов.ру - Тысячи ответов на все вопросы') }
function setHomepage(f) { f.style.behavior='url(#default#homepage)'; f.setHomePage('http://www.otvetov.ru') }
function isValidBrowser() { var result = 'ns';
if ( navigator.appVersion.indexOf('MSIE 5.') != -1 ) { result = 'ie5' }
if ( navigator.appVersion.indexOf('MSIE 4.') != -1) { result = 'ie4' } return result
}
 
if ( isValidBrowser() == 'ie5' ) {
document.write('');
document.write('');
}
if ( isValidBrowser() == 'ie4' ) {
document.write('');
document.write('');
}
if ( isValidBrowser() == 'ns' ) {
document.write('');
document.write('');
}
//-->
