function OAS_AD(pos) {
        yld_mgr.place_ad_here(pos.toLowerCase());

	//if (OAS_version >= 11)
	//	OAS_RICH(pos);
	//else
	//	OAS_NORMAL(pos);
}

