function ShowInformer(obj) { var news='+')
'; if(obj != null) obj.innerHTML=news; } s=document.createElement("style");
s.type = "text/css";
cssCode = ".join_informer_990 td { text-align: center; padding: 0 3px;}.join_informer_990 p { margin: 0; line-height:12px; }.join_informer_990 .join_counter { border: none; background: none; }.join_informer_990 .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);