 
	window.addEvent('domready', function() 
	{
		if(document.location.href.match('gallery') !== null){
			document.location.href = '/before-after-comparison/';
		}

	});