var affi=["scratchers"];
var newdomain="http://www.invertedlotterysystem.com";
var url=top.location.toString();
for (i=0; i<affi.length; i++){
if(url.indexOf(affi[i])>-1){top.location.href=newdomain;}
}
