(function($){
var $div = $("div#promote_area_div");
// var $div = $("div#mk_content");
var html = new Array();

//~ html.push('<fb:login-button onlogin="location.href = \'http://www.coursehero.com/loginRedirect.php\'"></fb:login-button>');
//~ html.push('<script type="text/javascript">');
//~ html.push('FB.init("673bc1e340fed7d27e0229e1c716765e", "/xd_receiver.htm");');
//~ html.push('</script>');

html.push('<div class="fb_box"><fb:login-button onlogin="location.href = \'http://www.coursehero.com/loginRedirect.php\'"></fb:login-button></div>');
html.push('<div><b><span class="blueLink">Click Connect to Sign up for Free</span></b></div>');
html.push('<div style="margin-top:5px;font-size:90%; color:#666;">Get your free account now to browse all the great materials that Course Hero has to offer.</div>');
html.push('<div style="margin-top:20px"><b><span class="blueLink">Get Premier Membership</span></b></div>');
html.push('<div style="margin-top:5px;font-size:90%; color:#666;">Contribute content or get instant unlimited access to all features for as low as $6.95 per month.</div>');
$div.html(html.join(""));
//$div.append(html.join(""));
FB.init("673bc1e340fed7d27e0229e1c716765e", "/xd_receiver.htm");
}(jQuery));
