function updateObjectIframe(which)
{
	document.getElementById('foo').src = which.href;
}

