// #(@) sermon_notes.js

function getStoryLinkTag(label)
{
	return "(" + getSermonNoteUrl(getStoryPdfIndex(),label + " " +
							"<img border='0' src='/images/pdficon-sml.jpg' width='16' height='14' align='absbottom'>") + ")";
}