
function badv_js_advertisment(id)
{
	jQuery.ajax(
		{url:rooturl + "/wp-content/plugins/blizadvertise/badvjax.php?advid=" + id}
	);
}
