
var nabble_id="a.f16577";
var link=document.getElementById("nabblelink");
if (window.nabble_id && link != null) {
	link.style.display="none";
	document.write("<div id='nabbleforum' style='width:100%'><div style='height:650px'></div></div>");
	var e = document.createElement("script");
	e.src = 'http://www.nabble.com/embed/JsEmbed.jtp?id=' + window.nabble_id + '&url=' + encodeURIComponent(top.location.href);
	e.type="text/javascript";
	document.getElementsByTagName("head")[0].appendChild(e);
}
