
// Global JS scripts
IncludeJS("/structure/js/jquery-ui-1.8.10.custom/js/jquery-1.4.4.min.js");
IncludeJS("/structure/js/jquery-ui-1.8.10.custom/js/jquery-ui-1.8.10.custom.min.js");
IncludeJS("/structure/js/scripts/shadowbox-3.0.3/shadowbox.js");
IncludeJS("/structure/js/scripts/functions.js");
//IncludeJS("/structure/js/scripts/delay.js");
IncludeJS("/structure/js/scripts/tweets.js");

// Function to load libraries
function IncludeJS(f){
	document.write("<script type=\"text/javascript\" src=\"" + f + "\"></scr" + "ipt>"); 
}



