$(document).ready(function(e) {
	$(".ad").each(function() {
		$(this).load('/nude_celebrities/stxt/ads.php?zone=' + $(this).attr('rel'));
	});
});
