// JavaScript Document

function autopositioning(lnk, div){
	
	window.location.href = lnk+'#'+div;
	
}





