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