function linkHide()
{
	//grab hold of the div
	
	var hidden_div = document.getElementById('dynamic_link');
	hidden_div.innerHTML = '';
}