jQuery(document).ready(function($){
// need the above line so I can use the $	
// **************************************



$(function() {
    //find all form with class jqtransform and apply the plugin
    $("form.jqtransform").jqTransform();
});



// ***************************************
// the following line closes everything up
});


