/********* static SWF class to be used for all global flash-related functions **********/
var SWF = new Class({
	onLoadComplete: function(){
		var img = new Image();
		img.src = '/gfx/layout/txtr_logo_quote_60.png';
	},
	log: function(app, str) {
		if(PAC.developerMode) console.log("["+id+"] "+str);
	}
});
window.SWF = new SWF();