/* 
	Carta - Javascript plugins call
*/

function include(path) {
    document.write('<script type="text/javascript" src="' + path + '"><\/script>');
}

/* Cufon (text replacement) */
include("js/cufon-yui.js");
include("js/ChunkFive.font.js");

/* Cool and smooth animations (optional) */
include("js/jquery.easing.1.3.js");

/* Intentional mouseover plugin */
include("js/hoverIntent.min.js");

/* Superfish dropdown menu */
include("js/superfish.js");

/* Fancybox lightbox */
include("js/jquery.fancybox-1.3.2.pack.js");

/* Carta Accordion */
include("js/jquery.wbaccordion.js");

/* Carta Form Processing */
include("js/jquery.wbform.js");
