im trying to use javascript for my sig. I can't ouput correct syntax because the php outputs the { in my code as & #123; (w/o space). I left the script in the sig for review. Search for the string 'Cut-n' to find the beginning.
Code:
function initArray() { //
this.length = initArray.arguments.length;//
turns into
Code:
function initArray() & #123; //
this.length = initArray.arguments.length;//
anyway i can workaround this?