()
| 2 | try { |
| 3 | // firefox needs these helper functions defined before they are used |
| 4 | function sep() { |
| 5 | trace('//---------------------------------------------//'); |
| 6 | } |
| 7 | |
| 8 | function trace(message) { |
| 9 | if (typeof console !== 'undefined' && console.log) { |