;(function($) {

    if( window.parent && $.isFunction( window.parent.insertToEditor ) && window.parent.opener.WYMeditor ){
        window.parent.insertToEditor = function(content) {
            var args = window.parent.getArgs(),
                textarea = args.textarea,
                JQ = window.parent.opener.jQuery,
                WYM = window.parent.opener.WYMeditor,
                editor = JQ("textarea[name='" + textarea + "']", window.parent.myDoc).next(),
                index = editor.data(WYM.WYM_INDEX);
                JQ.wymeditors(index).paste(content);
                return window.parent.cancelAction();
        }
    }

    $(function() {
        if( $('#edit-language option:selected').val() == '' ) $('#edit-language').get(0).selectedIndex=1;
        $('div#block-views-events-block_7').insertAfter('h1');
    });

})(jQuery);
