function protected() {
	document.getElementById('pink-logo').setAttribute('oncontextmenu', "alert('This image is copyright of Pink Ribbon Riders');return false;");

}

window.onload = function() {
	protected();
} 


 

