$(document).ready(function(){
	$.get('/pagehomead.html', function(data) {
		$('#ad_bottom').append(data);
	});

})