


// 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.5.1.min.js');
IncludeJavaScript('http://www.google.com/jsapi');
IncludeJavaScript('golas_menu.js');
IncludeJavaScript('golas_index.js');


