function adultContentWarn(r){
	t="The portal entry you are about to view has been given an adult content level rating of '"+r+"' by the site admin.  This is above the threshold set in your user profile.\n\nClick 'OK' if you still want to view this, otherwise click 'Cancel'\n\nIf you do not wish to be warned in the future, please edit your profile.";
	return confirm(t);
}

function noRatingWarn(r){
	t="The portal entry you are about to view has not been reviewed by an entry moderator.  It may contain objectionable content not disclosed the submitter of the entry.\n\n";
	if (r!=null)
		t+="The submitter suggested an adult content level of '"+r+"' for this entry.\n\n";
	t+="Click 'OK' if you still want to view this, otherwise click 'Cancel'";
	return confirm(t);
}

function guestWarn(r){
	t="The portal entry you are about to view has been given an adult content level rating of '"+r+"' by the site admin.\n\nClick 'OK' if you still want to view this, otherwise click 'Cancel'\n\nIf you do not wish to be warned in the future, please register an account and set your adult content threshold to an appropriate value.";
	return confirm(t);
}
