function mc_send(contentId, imageUrl, lang)
{
	mc_link = 'http://www.micropay.co.il/MobitApi/GetContent.php?fr=1&menu=0';
	mc_link += '&cid='+contentId+'&lang='+lang+'&act='+encodeURIComponent(imageUrl);
	mc_head = document.getElementsByTagName('head').item(0);
	mc_script = document.createElement('script');
	mc_script.src = mc_link;
	mc_script.type = 'text/javascript';
	mc_head.appendChild(mc_script);
}
