<!--
function Instrxs() 
{ 
//alert("hi");
url=location.href;
url1=""; 
url2="";

	for(i=0;i<url.length;i++)
		{ 
			c=url.charAt(i);
			c=(url.charAt(i-3))+(url.charAt(i-2))+(url.charAt(i-1))+c; 
		if (( c == ".com" ) | ( c == ".net" ))
			{  
				for(j=0;j<i-3;j++)
					{
						x=url.charAt(j);
						url1=url1+x; 
					}
				for(k=j+4;k<url.length;k++)
					{
					z=url.charAt(k);
					url2=url2+z; 
					}     
             furl="http://www.muhaddith.ORG"+url2;
             alert("You requested " + url + "\n" + "\n" + "Please use our Main site "+furl);
//				window.location = furl;
		  } 
		} 
}
-->
