// Block IP address script- By JavaScriptKit.com (http://www.javascriptkit.com)
// For this and over 400+ free scripts, visit JavaScript Kit- http://www.javascriptkit.com/
// This notice must stay intact for use.
//Enter list of banned ips, each separated with a comma:
var bannedips=["204.15.20.22", "69.63.176.20", "66.220.144.20", "66.220.144.21", "69.63.184.21 ", "69.63.176.21", "74.119.76.22", "69.171.255.24", "173.252.64.18", "69.171.224.19", "69.171.224.20", "103.4.96.22", "69.63.176.24", "173.252.64.19", "173.252.70.24", "31.13.64.18", "31.13.24.21", "66.220.152.21", "66.220.159.24", "69.171.239.24", "69.171.240.20", "31.13.64.19", "31.13.64.24",
"31.13.65.24",
"31.13.67.24",
"31.13.68.24",
"31.13.69.24",
"31.13.70.24",
"31.13.71.24",
"31.13.72.24",
"31.13.73.24",
"31.13.74.24",
"31.13.75.24",
"31.13.76.24",
"31.13.77.24",
"31.13.96.19",
"31.13.66.24",
"173.252.96.19",
"69.63.178.24",
"31.13.78.24",
"31.13.79.24",
"31.13.80.24",
"31.13.82.24",
"31.13.83.24",
"31.13.84.24",
"31.13.85.24",
"31.13.86.24",
"31.13.87.24",
"31.13.88.24",
"31.13.89.24",
"31.13.90.24",
"31.13.91.24",
"31.13.92.24",
"31.13.93.24",
"31.13.94.24",
"31.13.95.24",
"69.171.253.24",
"69.63.186.24",
"31.13.81.24",
"179.60.192.22",
"179.60.192.24",
"179.60.193.24",
"179.60.194.24",
"179.60.195.24",
"185.60.216.22",
"45.64.40.22",
"185.60.216.24",
"185.60.217.24",
"185.60.218.24",
"185.60.219.24",
"129.134.0.16",
"157.240.0.16",
"204.15.20.22",
"69.63.176.20",
"69.63.176.21",
"69.63.184.21",
"66.220.144.20",
"69.63.176.20"]
var ip = ''
var handleips=bannedips.join("|")
handleips=new RegExp(handleips, "i")
if (ip.search(handleips)!=-1){
alert("Redirecting...")
window.location.replace("")