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

var scripts = [
	
	'swfobject/swfobject.js',
	'jquery/jquery_latest.js',
	'jquery/pretty_photo/jquery.prettyPhoto.js',
	'jquery/scrollable/scrollable.js',
	'jquery/custom.js',
	'jquery/wysiwyg/wysiwyg.js',
	'jquery/cycle/jquery.cycle.all.2.72.js',
	'jquery/jquery.cookie.js',
	'twitter/blogger.js',
	'custom/cookies.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>');
}
