function displayad(adv,img) {
	var sPath = window.location.pathname;
	$.ajax ({
		type: "POST",
		url: "/place.php",
		data: "adv="+ adv +"&img="+ img+ "&page="+sPath,
		success: function(msg) {
			//alert(sPage);
		}
	});
	//return false;
}
