/**
 * @author: Ivan Andonov
 * @email:  ivan.andonov[at]design[dot]bg
 * 
 * Javascript loader for specific page
 **/

var scripts = [
	'jquery/jquery-1.3.2.min.js',
	'jquery/prettyPhoto/jquery.prettyPhoto.js',
	'jquery/custom.js',
	'ie6update/ie6update.js',
	'swfobject/swfobject.js'
];

if (!this.base) this.base = "";
if (!this.jsPath) this.jsPath = "js/";


for (var i = 0, len = scripts.length; i < len; i++) {
	document.write('<script type="text/javascript" language="javascript" src="'+base+jsPath+scripts[i]+'"></script>');
	document.write('<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=asdfa54t5wgfgs"></script>');
}

