var Bergmancenter = {
	init: function(){
		// Fanbox
		var iframe = '<iframe scrolling="no" frameborder="0" src="http://www.facebook.com/connect/connect.php?id=116973018321845&connections=12" allowtransparency="true" style="border: none; width: 275px; height: 322px;"></iframe>';
		jQuery("#facebook-fanbox-replace").html(iframe);
		
		// External links
		jQuery("a[rel=external]").click(function(e){
			e.preventDefault();
			window.open(this);
		});
	}
};
jQuery(document).ready(Bergmancenter.init);
