// JavaScript Global Import Document
function include(filename)
{
	var head = document.getElementsByTagName('head')[0];
	
	script = document.createElement('script');
	script.src = filename;
	script.type = 'text/javascript';
	
	head.appendChild(script)
}

//include("js/typeface-0.14.js");
//include("js/fonts/helvetiker_bold.typeface.js");
include("js/shadowbox.js");
include("js/init.js"); //Setup SB and typeface.js