// jquery-behaviors.js
//
// Small and ungroupable jQuery behaviors should be put in this file.

$(document).ready(function(){
    //alert("e");
});
