(function() {
function ShowInformer(obj) { var news='
'; if(obj != null) obj.innerHTML=news; } s=document.createElement("style");
s.type = "text/css";
cssCode = "#join_informer_2866 .hrefclass { display: block; height: 75px; margin: 0 5px 5px 0; overflow: hidden; padding: 0; width: 100px; position: relative;}#join_informer_2866 .join_img { width: 100px !important; height: 100px !important; margin: 0 !important; position: absolute; top: -10px; left: 0px;}#join_informer_2866 td { vertical-align: top !important; }#join_informer_2866 { padding: 14px 5px 5px !important;}";
if (s.styleSheet) { s.styleSheet.cssText = cssCode;
} else { s.appendChild(document.createTextNode(cssCode));
}
document.getElementsByTagName("head")[0].appendChild(s);
ShowInformer(document.getElementById('join_informer_2866'));
})();