// JScript File
var fullUrl = window.location.href.toLowerCase();
if (fullUrl.indexOf("?")>=0)
{
	var urlArray = fullUrl.split("?");
	var url = urlArray[1];
	if (url.indexOf("xyz")>=0 || url.indexOf("declare")>=0 || url.indexOf("exec")>=0 || url.indexOf("execute")>=0 || url.indexOf("sp_executesql")>=0 || url.indexOf("xp_")>=0 || url.indexOf("cast")>=0 || url.indexOf("char")>=0 || url.indexOf("select")>=0 || url.indexOf("delete")>=0 || url.indexOf("update")>=0 || url.indexOf("insert")>=0 || url.indexOf("drop")>=0)
	{
		location.href="http://www.hedgefund.net/urltempr.htm";
	}
}
 //alert(url);




