
var nabble_id="a.f31802";
        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://n2.nabble.com/embed/JsEmbed.jtp?id=' + window.nabble_id + '&url=' + encodeURIComponent(top.location.href);
            e.type="text/javascript";
	document.getElementsByTagName("head")[0].appendChild(e);
}
