Hi there everyone. I'm new to javascript and I can't get this code working.

Code:
 if (bver >= 5.5 ) {
 window.location.href = 'main.htm' ;
 }
Its meant to redirect to the "main.htm" page if bVer is more than 5.5 but I keep getting errors, thanx all :P