$(document).ready(function() {
	$.get('yc-order.html', function(data) {
		$('body').prepend(data);
	}, 'html');
});
