x = "/aplink"
y = ".gif"
function yin(p){document.images[0].src=(x+p+y);}
function yot(){document.images[0].src=(x+y);}
function launchHelp(newURL, newFeatures) {
if ((navigator.appName=='Microsoft Internet Explorer') && (window.HelpWindow)) HelpWindow.close();
HelpWindow = open(newURL, "HelpWindow", newFeatures + ",screenX=0,left=0,screenY=0,top=0,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=1,status=0,toolbar=0");
if (HelpWindow.opener == null) HelpWindow.opener = window;
HelpWindow.focus();}
function cpimg(p,q,r){document.main.src=("http://prodtn.cafepress.com/" + q + "/" + p + "_" + r + "_tn.jpg");}
function apop(asin){window.open("http://www.amazon.com/exec/obidos/ASIN/" + asin + "/antipoetics-20");}

function popi(imgn,c,t){
	if (c == undefined | c == "") c = "2004";
	pic=window.open("", "figure", "width=480, height=480, location=no, menubar=no, status=no, toolbar=no, scrollbars=no, resizable=yes");
	x=pic.document;
	x.write("<html><head><title>AntiPoetics - " + imgn + "</title><link rel=stylesheet href='http://www.antipoetics.com/main.css' type='text/css'></head><body bgcolor=\"#000000\" style='margin:0px; padding:0px; background:#000000 center center no-repeat url(\"http://www.antipoetics.com/art/" + imgn + "\");background-attachment: fixed;'><h1 style=\"position: absolute; left:0px; top:0px; padding: 10px;\">" + t + "</h1><div style='position:absolute; bottom:10px; left: 10px;'>copyright &copy; " + c + " james aswell</div><div style='position:absolute; bottom:10px; right: 10px;'><a href='javascript:window.close();'>close window</a></div></body></html>");
	x.close();
	pic.focus();
};
function lmd(){d = document; md = new Date(d.lastModified); a = md.getMonth()+1; b = md.getDate(); c = md.getFullYear(); d.write(a + "/" + b + "/" + c);}