function skriftsted(sted,titel){
	document.write('<span class="note"><a href="http://krigsbreve.dk/krigsbreve/bibel.php?kapitel=' 
	+ sted + '&keepThis=true&TB_iframe=true&height=460&width=640" title="' 
	+ titel + '" class="thickbox">' 
	+ titel + '</a></span>');
}
function notestart(){
	document.write('<div class="notes"><a name="noter"><span style="font-style: italic; font-weight: bold;">Noter</span></a><p>'); 
}
function noteslut(){
	document.write('</p></div>'); 
}
function skriftsted2(sted,titel){
	document.write('<span id="note"><a name="bibelcitat" href="http://www.kalliope.org/digt.pl?longdid=' 
	+ sted + '&keepThis=true&TB_iframe=true&height=460&width=640" title="' 
	+ titel + '" class="thickbox">' 
	+ titel + '</a></span>');
}

