/*
 * jQuery Convert Account plugin
 * Copyright 2009 www.rakebacknation.com
 */
(function(b){var d={uri_root:"http://members.rakebacknation.com",cookie_id:"rbn_convert_account_requests"};b(document).ready(function(){b.convert_account_response=function(a){if(a.ok){typeof b.convert_account_hook=="function"&&b.convert_account_hook();var g=a.site_id,h=(new Date).getTime();b.cookie(d.cookie_id+"["+g+"]",h);a='<span class="ui-icon ui-icon-circle-check"></span>'+a.messages[0]}else a='<span class="ui-icon ui-icon-alert"></span>'+a.errors[0];e.find("p").html(a);e.dialog("open");f=false};
var c=b("#convert_account_dialog"),e=b("#convert_account_response"),f=false;b("#convert_account_request_url").val(window.location);b("#convert_account a").click(function(a){c.dialog("open").css({height:c.find("form").height()+25+"px"});a.preventDefault()});c.find("select").change(function(){c.find("span.site_name").text(b(this).find('option[value="'+b(this).val()+'"]').text())}).trigger("change");c.dialog({autoOpen:false,modal:true,resizable:false,zIndex:3000,buttons:{Request:function(){if(!f){var a;a:{a=b("#convert_account_site_id").val();
if(a=b.cookie(d.cookie_id+"["+a+"]"))if(a>(new Date).getTime()-2592E3){a=false;break a}a=true}if(a){b.ajax({dataType:"jsonp",data:c.find("form").serialize(),url:d.uri_root+"/convert_account/ajax_submit_request"});f=true}else alert("Please wait before requesting another account conversion on this site.")}b(this).dialog("close")},Cancel:function(){b(this).dialog("close")}}});e.dialog({autoOpen:false,modal:true,resizable:false})})})(jQuery);

