function makeRemote() {
remote = window.open("","remotewin","menubar=0,scrollbars=1,resizable=0,width=250,height=600");
remote.location.href = "http://www.kyokipress.com/jisfaves.html";
if (remote.opener == null) remote.opener = window; 
remote.opener.name = "shadowfall";
}

document.write ( "<TABLE BGCOLOR='#FFFFFF' WIDTH=160 HEIGHT=60 CELLPADDING=5 BORDER=2 BORDERCOLOR=black><TR><TD ALIGN=center><FONT FACE='comic sans ms, verdana' SIZE=1><A HREF = 'javascript:makeRemote()'><IMG SRC='http://www.kyokipress.com/images/shadowfall/gensfaves.gif' WIDTH=150 HEIGHT=50 BORDER=0></A></FONT></TD></TR></TABLE>" );
