DJRik your problem is not the else. You have an error before the else clause; the compiler is confused because now you haven't closed the if {}. At least that's how it appears from what you've put here.
If you're going to include code in your post, please wrap it with <code> ... </code> tags. As FunkyMonk asked previously.