$(document).ready( function() {
	$('#footer').append( '<div id="disclaimer"><p>* Where possible.</p></div>' );
});

