﻿function RSE(description, inttag1, inttag2, inttag3, stringtag1, stringtag2, stringtag3)
{
    CityletsBasePage.RegisterSiteEvent(description, inttag1, inttag2, inttag3, stringtag1, stringtag2, stringtag3);
}

function IAC(ad_type, c_id, aid, position)
{
    CityletsBasePage.RegisterAddClick(ad_type, c_id, aid, position);
}

