jQuery.noConflict();

jQuery(document).ready(function() {
	// Display the shortcuts at the bottom of the page + copyright
	jQuery("#shortcuts").load("../auto_content/shortcuts.html").fadeIn("slow");
	
});

