initialize var inside .click() fn -- have it avail. outside fn....
how can I initialize a var inside a click() function, and have it available later, outside the function? (I think this fun returns the element you call fn on? can you have it return anything else?)
thank you.....