	
	function openBanner(url) {
	window.open(url,'_blank')
	}
	
	function init(id) {
	    try{
		initBanner(id);
		}
		catch(e){}
	}