var load_method = window.ie ? 'load' : 'domready';
var topwords  = {};
function initTW(_lang, _channel){ 	
/*** SEZIONE DA CONFIGURARE **/
topwords = new Topwords.Json({
			language: _lang,
			data_url: '/TIPortale/js/tw/data/twdata_' + _channel + '.js',
			channel: _channel,
			containerID: 'tgcontent'
			})
}		

window.addEvent(load_method,function(){
				try{topwords.start()}catch(e){};	
			});		


