Ext.onReady(function(){
	Ext.select('li.TabbedPanelsTab').on('click', function(){
		 document.cookie = page_ref + "=" + this.id;
	});
});