Can anyone tell me why I'm getting an error with the following statement on my .asp?

If StoredPassword = Pass AND Security < 5 Then
Request.Redirect "Main_menu_test.asp"

ElseIf StoredPassword = Pass AND Security = 5 Then
Request.Redirect "Administrator_Level.asp"

Else If StoredPassword <> Pass Then
Request.Redirect "Sorry.asp"

End If

Cheers 'n' beers

Skeen