Попробуйте:
if ("%SEARCH-ENABLED%" == '1') {
if(!document.getElementById('quickdial'))
alert('quickdial нет на странице');
if(!document.getElementById('SearchBar'))
alert('quickdial нет на странице');
document.getElementById('quickdial').style.margin = '10px auto';
document.getElementById('SearchBar').style.width = '40px';
}