
var OnePanelTheme={SwitchSkin:function(skin){new Ajax.Request(base_url+'/wp-content/plugins/one-panel/switcher.php',{method:'post',postBody:'skin='+skin,onSuccess:function(transport){var response=transport.responseText||"no response text";if(response=='ok'){window.location=window.location;}},onFailure:function(){alert('Something went wrong...')}});}}