// JavaScript Document


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


IncludeJavaScript('swfobject.js');
IncludeJavaScript('my-swf.js');
IncludeJavaScript('jquery.js');
IncludeJavaScript('jquery.galleria.js');
IncludeJavaScript('galleria-configurata.js');