| <***** type="text/javascript"> | |
| // test and setup jQuery in no conflict mode | |
| if (typeof $jQ == 'undefined') { | |
| var $jQ = jQuery.noConflict(); | |
| } | |
| function formSubmit(elt) { | |
| return Mkto.formSubmit(elt); | |
| } | |
| function formReset(elt) { | |
| return Mkto.formReset(elt); | |
| } | |
| deleted some info | |
| }; | |
| </******> |