var include_scripts = new Array("jquery.js","jquery.lightbox-0.5.js","DD_belatedPNG_0.0.8a.js","browser.js","event.js","documentdom.js","ajax.js","lightbox.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);
}
