//var include_scripts = new Array("swfobject.js","imagepopup.js","event.js","documentdom.js","browser.js","ajax.js","calendar.js","date.js", "calendar_control.js", "offer.js");
var include_scripts = new Array("browser.js", 'jquery.mousewheel.js','jquery.easing.1.3.js', 'jquery.em-compressed.js', 'jScrollPane.js', 'scroll.js',"jquery.lightbox-0.5.js");

for(var key in include_scripts){
	html_doc = document.getElementsByTagName('head').item(0);
    js = document.createElement('script');
    js.setAttribute('language', 'javascript');
    js.setAttribute('type', 'text/javascript');
    js.setAttribute('src', "javascript/" + include_scripts[key]);
    html_doc.appendChild(js);
}