
var anchor = 1;
var thispage = location.pathname;

function addAnchor(){
	prev = anchor;
	anchor = anchor + 1;
	next = anchor + 1;
	document.write('<BR><BR><BR><a name="' + anchor + '"><HR size=1 width=90%></a><a href="#1"><img src="../pics/up.gif" height=16 width=14 border=0 hspace=20 vspace=10></a><a href="#' + prev + '"><img src="../pics/prev.gif" height=18 width=16 border=0 hspace=20 vspace=8></a><a href="#' + next + '"><img src="../pics/next.gif" height=18 width=16 border=0 hspace=20 vspace=8></a><a href="#end"><img src="../pics/down.gif" height=16 width=14 border=0 hspace=20 vspace=10></a>');	
}
