function setsp(f)
{
   if (( navigator.appVersion.indexOf('MSIE 5.') != -1) || (navigator.appVersion.indexOf('MSIE 6.') != -1))
   {
     f.style.behavior='url(#default#homepage)';
     f.setHomePage('http://onu.edu.ua/');
   }
}

