/**
 * Dudley
 * all credit to Kevin Yank - http://www.sitepoint.com/articlelist/48/
 */
//<![CDATA[
$(document).ready(function() {
$("#headermenu").load("headermenu.html");
$("#footer").load("footer.html");
});
//]]>
