//>
//_____________________________________________________________________
//main javascript - includes the base css & js files used for all pages

document.write('<link href="./css/style.css" rel="stylesheet" type="text/css" />');
document.write('<link href="./css/layout.css" rel="stylesheet" type="text/css" />');
document.write('<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js" type="text/javascript"></script>');
document.write('<script src="./js/maxheight.js" type="text/javascript"></script>');
document.write('<script src="./js/cufon-yui.js" type="text/javascript"></script>');
document.write('<script src="./js/cufon-replace.js" type="text/javascript"></script>');
document.write('<script src="./js/Arial-Bold.font.js" type="text/javascript"></script>');
document.write('<script src="./js/tagGen.js" type="text/javascript"></script>');
document.write('<link href="./shadowbox/flashshadowbox.css" rel="stylesheet" type="text/css" />');
document.write('<script src="./shadowbox/shadowbox.js" type="text/javascript"></script>');
document.write('<script src="./js/shadowboxHome.js" type="text/javascript"></script>');
document.write('<script src="./js/extLinkScrollfix.js" type="text/javascript"></script>');
