var trace		= new function() {
	this.txts	= [];
	this.add	= function(txt)	{this.txts.push(txt ? txt:'')}
	this.get	= function()	{return this.txts.join('\n')}
}

var loadScript		= function(src) {document.write("<scr"+"ipt type='text/javascript' src='" + src + "'></scr"+"ipt>")}

trace.add('START IMPORTING SCRIPTS');

// IMPORT FROM LIB1
loadScript('/libs/js/regs.js');
loadScript('/libs/js/browser.js');
loadScript('/libs/js/mootools/v1.11.js');
loadScript('/libs/js/mootools/regs.js');
loadScript('/libs/js/mootools/CustomPop/v2/CustomPop.js');
loadScript('/libs/js/swfobject/v2.2/swfobject.js');

// IMPORT FROM SITE
loadScript('/js/main.js');
loadScript('/js/swfaddress.js');
loadScript('/js/handleLinks.js');

// IMPORT FROM LIB2
//loadScript('/libs/js/mootools/ga.js'); // needs wishload in 'main.js'

