$(document).ready(function(){
	$.get('/pageleftad.html', function(data) {
		$('.right .zs ul').append(data);
	});

})
