window.onload = function()
	{
	if(document.getElementById)
		document.getElementById('stretcher').style.display = 'none';
	}
