Thanks for the feedback :)
Clever alignment via the ands
BrowserUK; and
Nkuvu, I like not breaking the ) { and adding an extra line as you did; however, for the sake of maintenance, I believe I will go with:
if ( condition
&& condition
&& condition ...
) {
# stuff;
}