// Function to allow one JavaScript file to be included by another.
// Copyright (C) 2006 www.cryer.co.uk
function IncludeJavaScript(jsFile)
{
document.write('<script type="text/javascript" src="'
+ jsFile + '"></script>');
}
IncludeJavaScript('mootools.js');
IncludeJavaScript('swfobject1.5.1.js');
IncludeJavaScript('mediabox.js');
IncludeJavaScript('slimbox.js');
IncludeJavaScript('functions.js');
