Quote: "This was before you told me that."
So do you mean that as you started writing it before you were told to sort out the indentation you aren't going to bother?
The thing is, your code is messy - as WindowsKiller correctly points out.
It's lack of indentation makes it very hard to follow and therefore many times harder to read and locate problems. If you want other people to help you, you should be trying to make it as easy for them to do so as possible.
In fact, if you indent it properly, you may well spot a lot of the problems yourself.
Personally, (I can't speak for anyone else), if you aren't inclined to bother sorting your code out, I'm not inclined to spend time and considerable effort trying to find the problems with it.
I'm sure it's not the case, but you are coming across as the 'fix this for me as I can't be bothered' sort.
TDK_Man