/*------------------------------------------------------------------------
# Redirection (javascript)
# ------------------------------------------------------------------------
# Author : Cov.ir
# Web Site : http://www.cov.ir
-------------------------------------------------------------------------*/


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

