// Scripts
var jsCall = [
	 'http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js'
	,'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js'
	,'/js/plugins/jquery.cycle.min.js'
	,'/js/functions.js'
	,'/js/dom.js'
];
for (counter=0; counter < jsCall.length; counter++)
{
	document.write('<script type="text/javascript" charset="utf-8" src="' + jsCall[counter] + '"></script>');
}
