jQuery(function(){jQuery.ajaxSettings.traditional=true;jQuery(document).ajaxStart(function(){if(!jQuery("#TB_load:visible").length>0){jQuery("#spinner").fadeIn()}});jQuery(document).ajaxStop(function(){jQuery("#spinner").fadeOut()})});function scrollToAndHighlight(a){a="#"+a;jQuery(a).effect("highlight",{color:"#ffff99",oldColor:"#EEEEEE"},1000);scroll(0,0)}function tinyMCESetup(){tinyMCE.init({mode:"textareas",theme:"advanced",theme_advanced_buttons1:"bold,italic,underline,strikethrough,|,formatselect,|,link,unlink,code",theme_advanced_buttons2:"",theme_advanced_buttons3:"",theme_advanced_blockformats:"p,div,h1,h2,h3,h4,h5,h6,blockquote",theme_advanced_toolbar_location:"top",theme_advanced_toolbar_align:"left",theme_advanced_statusbar_location:"bottom",editor_selector:"mceEditor",editor_deselector:"mceNoEditor"})}function highlightRows(){if(!document.getElementsByTagName){return false}if(navigator.appName.indexOf("Microsoft")!=-1){return false}var a=jQuery("table.highlightrows tbody tr");jQuery.each(a,function(){jQuery(this).mouseover(function(){jQuery(this).addClass("highlight")});jQuery(this).mouseout(function(){jQuery(this).removeClass("highlight")});var b=jQuery("a",this);if(b.length!=1){return true}jQuery("td",this).click(function(){if(jQuery("a",this).length!=0){return true}b.trigger("click");return false})});return true}function updateContentPath(){var a=jQuery("#organizationName").val().replace(/\s+/g,"_").replace(/[^0-9a-zA-Z_.-]+/g,"-");jQuery("#organizationContentPath").val(a)}function playingVideo(a){}function generateApiKey(){var a=jQuery("#affiliateKey").val();var b=jQuery("#apiKey").val();if(b==null||b==""){jQuery.post(ajaxGenerateApiKeyUri,{affiliateKeyValue:a},function(c){jQuery("#apiKey").val(c)})}};
