function submitAd(obj){	
	$("#AdUrl").val($(obj).children("span:first").html());	
	$("#form_AdUrl").submit();
}

