// JavaScript Document
$(document).bind("contextmenu",function(e){
	alert('Copyright © 2010 HostNeverDie ™ Web Hosting All rights reserved');
	return false;
});
