// Content from Bomb-mp3, Date: 09-09-2010 03:44:53

proteurl = document.location.href; 
proteccion = proteurl.split('/'); 
if (proteccion[2]!="www.aresonline.org" && proteccion[2]!="m.aresonline.org") { alert("Sorry, you don\'t have permissions to use this script. Bye!"); location.href="http://www.aresonline.org"; }

