 function ClipBoard() 
 {		
 Copied = holdtext.createTextRange();
	Copied.execCommand("RemoveFormat");
	Copied.execCommand("Copy");
	alert("This code has been copied to your clipboard.\nYou can now paste the script in your affiliates.");
 }


