function showDiv() {
	$("#topcenter").before().load("/Include/fb_like_script.html");
	$("<div id=\"fb_container\"></div>").insertBefore("#region2");
	$("#fb_container").append().load("/Include/fb_include.html");
}

$(document).ready(function() {
	var a = location.pathname.split("/");
	if ( a.length > 1 && a[1] == "Activities" ) { 
		showDiv();
	}
});













