  function redirect_img(redirect_img){
	   ref = document.referrer;
		 if (ref.indexOf("http://www.theanointedword") < 0  && ref.indexOf("http://theanointedword") < 0 ){
		     window.location = '/php/index.php?img='+redirect_img;
		 }
  }
