function check_back(){
	if(document.referrer.substring(0,37)=='http://wortsuchttext.shetanimedia.com'){
		history.back();
	}else{
		window.location.href='/';
	}
}