function onClickVideoLink()
{
	window.open("http://www.executiveinterviews.com/2523-zuri-bluk/", "_blank", "width=693, height=480, resizable=no, scrollbars=no, status=no, menubar=no, toolbar=no");
}

var oLink = document.getElementById("ancJimSchiroVideo");

if (oLink)
{
    oLink.href="#";
	oLink.onclick = onClickVideoLink;
	oLink.target = "";
}

