function boards_send_marker_update(f,g){try{var d=document.getElementById("f-"+f).innerHTML;if(d){var b=new RegExp("src=['\"](.*/)("+regex_markers+")['\"]");var a=d.match(b);if(img_markers[a[2]]){d=d.replace(b,"src='$1"+img_markers[a[2]]+"'");document.getElementById("f-"+f).innerHTML=d}}}catch(c){}xmlobj=new xmlrequest();xmlrequest.do_request_functon=function(){};xmlrequest.load_xml_document(ipb_var_base_url+"act=xmlout&do=mark-forum&fid="+f+"&sf="+g);if(!xmlrequest.allow_use){window.location=document.getElementById("f-"+f).url}return false};