jQuery(document).ready(function() {
// add fb-root div element to top of BODY
jQuery('
').attr('id', 'fb-root').prependTo(document.body);
jQuery('p.register').detach();
jQuery('form#registerform').after(jQuery('
').css('padding-top', '10px').html('A password will be e-mailed to you.'));
var fb_register = jQuery('').attr('fields', "[{'name':'name'},{'name':'email'},{'name':'username','description':'Username','type':'text'}]");
fb_register.attr('redirect_uri', 'https://www.mobileloavestc.org/wp-content/plugins/facebook-registration-tool/register.php');
fb_register.attr('width', '530');
jQuery('form#registerform').after(fb_register).detach();
FB.init({appId:'215153499044258',xfbml:true});
});