function include(js) {
	var scriptTag = document.createElement("script");
	scriptTag.setAttribute("type", "text/javascript");
	scriptTag.setAttribute("src", js);
	document.getElementsByTagName("head")[0].appendChild(scriptTag);
}
document.write('<div id="BlueMoon_Partnership" style="overflow:hidden;width:' + BlueMoonPartnership_width + ';height:' + BlueMoonPartnership_height + '">&nbsp;</div>');
include('http://blue-moon.com/partnership.php?pid=' + BlueMoonPartnership_pid);
