Dude, I can't even read that. If it was structured properly, either:

Code:
 
function myFunc()
{
if(someCondition)
{
myVar += 2;
}
}


or
Code:
 
function myFunc() {
if(someCondition) {
myVar += 2;
}
}



maybe I could read it and answer your question.

On a side note, I prefer the top format, but both are pretty readable.


"Oh no, it's true! I'm a love magnet!" Calvin from Calvin and Hobbes My name's Anonymous_Alcoholic.