function swap(x){var str=x.src;var ext=str.substring(str.length-4);if (str.indexOf('-h'+ext)==-1){str=str.replace(ext,'-h'+ext);}else{str=str.replace('-h'+ext,ext);}x.src=str;}
$(function(){
	$('#main').append('<img src="/images/main_top.png" id="main-top" alt="top cap" title="top cap"><img src="/images/main_bottom.png" id="main-bottom" alt="bottom cap" title="bottom cap"><img src="/images/bg_footer.png" id="bg-footer" alt="footer" title="footer">');
	$('#subnav').append('<img src="/images/sn_ctl.gif" id="sn-ctl" alt="corner" title="corner"><img src="/images/sn_ctr.gif" id="sn-ctr" alt="corner" title="corner"><img src="/images/sn_cbr.gif" id="sn-cbr" alt="corner" title="corner"><img src="/images/sn_cbl.gif" id="sn-cbl" alt="corner" title="corner">');
	$('.quote').append('<img src="/images/quote-sextant.png" id="sextant" alt="sextant" title="sextant">');
});

