function get_adv(p_script_get,p_script_dynel,p_type)
{
	sc_pub = document.createElement( 'script' );
	sc_pub.src = '/plugins/regies/advert_js.php?'+p_script_get+'&elmnt='+p_script_dynel;
	if(p_type != undefined) sc_pub.src += '&z='+p_type;
	/*
	sc_pub.onload = function()
	{
		//alert(sc_pub.src);
	}
	*/
	document.getElementsByTagName( 'head' )[0].appendChild( sc_pub );
}
