Expression Wierdness Example
I = 5;
J = 12;
if (I=J) {window.alert("I Is Equal to J");}
else {window.alert("I Is Not Equal to J");}