// 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="'
    + jsFile + '"></scr' + 'ipt>'); 
}


IncludeJavaScript('/static/jquery-1.2.6.pack.js');
IncludeJavaScript('/static/jcarousellite_1.0.1.min.js');




