// this file will add an alert box to the site informing users that the content has been stolen
 $(document).ready(function(){   
     alert("This website has been stolen from www.61pixels.com. Please remove all images, content, and other copyright protected elements from this website immediately. Thank You. - www.61pixels.com"); 
 });
