$(document).ready(function() {
	$.get("/ajax/include.htm", 
		function(data)
		{
			$("#blogTags").append( data );
		}
	     );
});
