f (browser_type=="Microsoft Internet Explorer"&&browser_version>=4)
window.location.replace("http://www.sosna.co.il.heb")
//if NS4+
else if (browser_type=="Netscape"&&browser_version>=4)
window.location.replace("http://www.sosna.co.il/heb")
//Default goto page (NOT NS 4+ and NOT IE 4+)
else
window.location="http://www.sosna.co.il/heb"
4b3ce51d-374c-4c15-a48f-0e011117178d