function IncludeJavaScript(jsFile)
{
  document.write('<script type="text/javascript" src="'+jsFile+'"></script>'); 
}

if (typeof jQuery == 'undefined') 
{
	IncludeJavaScript('http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js');
} 
IncludeJavaScript('http://localendar.com/js/jquery/btips/jquery.hoverIntent.minified.js');
IncludeJavaScript('http://localendar.com/js/jquery/btips/jquery.bgiframe.min.js');
IncludeJavaScript('http://localendar.com/js/jquery/btips/jquery.bt.min.js');
IncludeJavaScript('http://localendar.com/js/jquery/btips/excanvas.compiled.js');

document.write('<div id="localendar-nothing" class="localendar-popFill" ><img style="width:0px;height:0px"/></div>');
