window.opener is the key
<a href='#' onclick="window.opener.document.location.href='http://www.AdFos.com'; window.parent.close(); return false;"> Change Parent window to Adam Foster Consulting and close this window</a>
Simple code.
window.parent.close always seems wrong ...