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/SlideShow/SlideShow.js');

// IMPORT FROM SITE
loadScript('/js/main.js');
loadScript('/js/gmapsRoute.js');

//loadScript('/js/swfaddress.js');

loadScript('/js/cufon-yui.js');
loadScript('/js/cufon-custom.js');
loadScript('/js/fonts/Zurich_Lt_BT_400.font.js');

// IMPORT FROM LIB2
loadScript('/libs/js/mootools/ga.js'); // needs wishload in 'main.js'

