﻿function jumpToConstituency(constituencyID)
{
	document.location.href="constituencyView.aspx?c=" + constituencyID;
}
