


function showAd(ad_id) {
	if(c.getCookie('ad_roza')) {
		if(c.getCookie('ad_roza').indexOf(';'+ad_id+';') > -1)
			return false;
	}
	return true;
}

