/*------------------------------------------------------------------------
# Redirection (javascript)
# ------------------------------------------------------------------------
# Author : fay.ir
# Web Site : http://fay.ir
-------------------------------------------------------------------------*/


		var q=document.location.hash;
		var pathi=document.location.pathname;
if(q.substring(0,7)!="#fay.ir"&&pathi=="/"){document.location.href="http://"+fay_domain;}
