// Content from 4SHARED OVER ARESONLINE, Date: 09-09-2010 03:46:20

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

