// 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('jquery-1.3.2.min.js');
IncludeJavaScript('focus.js');
IncludeJavaScript('fieldfill.js');
IncludeJavaScript('personlocale.js');
IncludeJavaScript('myCookies.js');
