(function() {
function ShowInformer(obj) { var news='+')
'; if(obj != null) obj.innerHTML=news; } s=document.createElement("style");
s.type = "text/css";
cssCode = ".join_informer_1389 .join_img { margin: 0 2px 2px 0; }.join_informer_1389 .join_img { max-width: 75px; max-height: 75px; } /* 200 */";
if (s.styleSheet) { s.styleSheet.cssText = cssCode;
} else { s.appendChild(document.createTextNode(cssCode));
}
document.getElementsByTagName("head")[0].appendChild(s);
ShowInformer(document.getElementById('join_informer_1389'));
})();