if (document.cookie.indexOf( 'SESSION' + "=" ) >= 0 ) {
	if (window.location.href.indexOf('.pl') == -1) {
		window.location='/pl/index.pl'
	}
}