1var dw_locktimer = {
2    init: function(timeout,draft,edid){
3        // STUB. Since we removed several other scripts we need to put this function back. It is hard coded.
4    }
5};
6
7jQuery.fn.dw_toggle = function(state, fn, noaria) {
8    // STUB. Since we removed several other scripts we need to put this function back. It is hard coded.
9};