$(document).ready(function() {
	$.get('data/read', function(data) {
		$('#read').css({ backgroundImage: 'none' }).html(data);
	});
});