Ubisoft.GameListing = {
	settings : {
	},
	init : function () {
		$$('.table-header')[1].set('html',$$('.table-header')[0].get('html'));
	}
};

window.addEvent('domready',function(){
	Ubisoft.GameListing.init();
});

