errors:

If (navigator.appName ="Microsoft Internet Explorer" && navigator.appVersion >= "4.0")...

should be ==

the same in this part of the script

if (navigator.appName ="Netscape" && navigator.appVersion >="4.0")...

back to week 2 lesson