
$(document).ready(function () {

	$(".flash_message").animate({ 
        	backgroundColor: "#AE4C31"
      	}, 500 ).animate({ 
        	backgroundColor: "#D5A340"
      	}, 2000 );

	$(".nocopy").bind("contextmenu", function (e) {
			alert("Copyright Yvette Moore. \nAll Rights Reserved. \nNo reproduction permitted."); 
			return false;
		});
    $("#cboxPhoto").live("contextmenu", function (e) {
			alert("Copyright Yvette Moore. \nAll Rights Reserved. \nNo reproduction permitted."); 
			return false;
		});

});
