$(function(){
	/* redirect */
	var loc = window.location.pathname;
	var hash ='';
	loc = loc.replace('/services/','');
	if (loc.indexOf('building') == 0) {
		hash = loc.replace('building/','').replace('.html','');
		window.location.replace('http://tvt-stroy.ru/services/building.html#'+hash);
	} else if (loc.indexOf('technics-rent') == 0) {
		hash = loc.replace('technics-rent/','').replace('.html','');
		window.location.replace('http://tvt-stroy.ru/services/technics-rent.html#'+hash);
	} else if (loc.indexOf('transportation') == 0) {
		hash = loc.replace('transportation/','').replace('.html','');
		window.location.replace('http://tvt-stroy.ru/services/transportation.html#'+hash);
	};
});
