﻿// Function to allow one JavaScript file to be included by another.
// Copyright (C) 2006-08 www.cryer.co.uk
function IncludeJavaScript(jsFile)
{
  document.write('<script type="text/javascript" src="/js/'
    + jsFile + '"></scr' + 'ipt>'); 
}

IncludeJavaScript('jquery-1.3.2.js');
IncludeJavaScript('jquery.easing.1.3.js');
IncludeJavaScript('jquery.hrzAccordion.js');
IncludeJavaScript('jquery.hrzAccordion.examples.js');
IncludeJavaScript('sliders.js');
IncludeJavaScript('rotator.js');