function redirection() {
	newaddress = '';
	switch(document.location.pathname) {
// *** Agent
		case '/en/products/agent/index.html).':
			newaddress = 'http://www.copernic.com/en/products/agent/index.html';
			break;
		case '/desktop/products/agent/download.html':
			newaddress = 'http://www.copernic.com/en/products/agent/download.html';
			break;
		case '/fr/products/copernic/basic/download2.shtml':
			newaddress = 'http://www.copernic.com/fr/products/agent/download.html';
			break;
		case '/en/products/agent/friend.htm':
			newaddress = 'http://www.copernic.com/en/products/agent/index.html';
			break;
		case '/products/copernic/basic/download2.shtml': case '/products/copernic/basic/download.html':
			newaddress = 'http://www.copernic.com/en/products/agent/download.html';
			break;
		case '/products/copernic/basic/':
			newaddress = 'http://www.copernic.com/en/products/agent/basic.html';
			break;
		case '/en/products/agent/installationhelp.html': case '/engines/':
			newaddress = 'http://www.copernic.com/en/support/index.php';
			break;
		case '/en/products/agent/friend.html':
			newaddress = 'http://www.copernic.com/en/products/agent/basic.html';
			break;
		case '/products/copernic/index.html': case '/meta/web/&fr': case '/products/copernic/basic/download.html':
			newaddress = 'http://www.copernic.com/en/products/agent/basic.html';
			break;
		case '/meta/web/':
			newaddress = 'http://www.copernic.com/en/products/agent/index.html';
			break;
// *** CDS
		case '/en/products/desktop-search/beta/download.html':
			newaddress = 'http://www.copernic.com/en/products/desktop-search/home/download.html';
			break;
		case '/en/company/press/press-releases/press_69.html':
			newaddress = 'http://www.copernic.com/en/products/desktop-search/index.html';
			break;
		case '/en/products/desktop-search/home/whats-new.html':
			newaddress = 'http://www.copernic.com/en/products/desktop-search/releaseslog.html';
			break;
		case '/en/products/desktop-search/corporate/whats-new.html':
			newaddress = 'http://www.copernic.com/en/products/desktop-search/releaseslog.html?corporate';
			break;
		case '/en/products/desktopsearch/home/download.html':
			newaddress = 'http://www.copernic.com/en/products/desktop-search/home/download.html';
			break;
		case '/en/products/desktopsearch/index.html': case '/en/products/desktop-search/blog-users.html':
			newaddress = 'http://www.copernic.com/en/products/desktop-search/index.html';
			break;
		case '/products/copernic/index.html':
			newaddress = 'http://www.copernic.com/en/products/agent/basic.html';
			break;
		case '/en/products/desktop-search/screenshots.html':
			newaddress = 'http://www.copernic.com/en/products/desktop-search/professional/index.html';
			break;
// *** myCopernic
		case '/en/products/desktop-search/mobile/features.html': case '/en/products/desktop-search/mobile/':
			newaddress = 'http://www.copernic.com/en/products/mycopernic/onthego.html';
			break;
		case '/en/products/desktop-search/mobile/uninstall-form-mobile.html':
			newaddress = 'http://www.copernic.com/en/products/mycopernic/index.html';
			break;
// *** Tracker
		case '/en/products/tracker/tracker-download.html':
			newaddress = 'http://www.copernic.com/en/products/tracker/download.html';
			break;
// *** Summarizer
		case '/copernicsummarizertrial.exe':
			newaddress = 'http://go.copernic.com/?dest=downloadsummarizerentrial';
			break;
// *** Copernic Products
		case '/software/copernic/categories/': case '/products/copernic/index.html':
			newaddress = 'http://www.copernic.com/en/products/index.html';
			break;
		case '/software/copernic/categories/indexfr.html':
			newaddress = 'http://www.copernic.com/fr/products/index.html';
			break;
// *** Copernic Store
		case '/order/software/':
			newaddress = 'http://www.copernic.com/en/store/index.html';
			break;
		case '/fr/order/software/':
			newaddress = 'http://www.copernic.com/fr/store/index.html';
			break;
// *** Copernic Support
		case '/copernic99fr-mac.bin':
			newaddress = 'http://www.copernic.com/en/support/product.php?article=faq_32';
			break;
		case '/en/support/form-serial-redownload.html':
			newaddress = 'http://www.copernic.com/en/support/serial.php';
			break;
		case '/en/products/desktop-search/corporate/support.html':
			newaddress = 'http://www.copernic.com/en/support/product.php?product=cds';
			break;
		default:
			if (pageTracker) { pageTracker._trackPageview("/404.html?page=" + document.location.pathname + document.location.search + "&from=" + document.referrer); }
			break;
	}

	if (newaddress.length > 0) {
		if (pageTracker) {
			if (pageTracker) { pageTracker._trackPageview("RED?page=" + document.location.pathname + document.location.search + "&from=" + document.referrer); }
		}
		window.location = newaddress;
	}
}
