
function notifyWeborama(wrp_id,wrp_section,wrp_subsection,wrp_section_grp,wrp_subsection_grp,wrp_content,wrp_channel,wrp_acc)
{var WRP_ID=wrp_id;var WRP_SECTION=wrp_section;
var WRP_SUBSECTION=wrp_subsection;
var WRP_SECTION_GRP=wrp_section_grp;
var WRP_SUBSECTION_GRP=wrp_subsection_grp;
var WRP_CONTENT=wrp_content;
var WRP_CHANNEL;
if(wrp_channel!=null)WRP_CHANNEL=wrp_channel;
var WRP_ACC;
if(wrp_acc!=null)WRP_ACC=wrp_acc;wreport_ok=1;
if(wreport_ok==1)
{var w_counter=new wreport_counter(WRP_SECTION,WRP_SUBSECTION,WRP_ID,WRP_ACC,WRP_CHANNEL,WRP_SECTION_GRP,WRP_SUBSECTION_GRP);w_counter.add_content(WRP_CONTENT);w_counter.count();}}

