


function show_lostlink()
{

	document.getElementById('lostlink_div').style.display = 'block';

} 
