var nude = false;
var ele;

function checkNudePix(ele) {
	if (nude) document.getElementById(ele).innerHTML = 'The photos on this page which contain mature material are hidden.  To allow mature photos, please change the setting in <a href="/account/edit">"Account Settings"</a>';
}