﻿
$(document).ready(function(){$("#my-coaches-aid-logged-out a").overlay({target:'#login',close:'#login-overlay-close',onBeforeLoad:function(){var api=this;this.getBackgroundImage().expose({color:'#aaa',onClose:function(){api.close();}});},onLoad:function(){$('#login .email-field').focus();},onClose:function(){$.expose.close();}});});