
var Str1='<tr><td valign="MIDDLE"><a href="http://www.amazon.com/exec/obidos/ASIN/'
var Str2='/fanzingmagazine">'
var Str3='</td><td width="42"><a href="http://www.amazon.com/exec/obidos/ASIN/'
var Str4='/fanzingmagazine"><img src="/shopimgs/custom/amzicon.gif" width="40" height="20" alt="Buy it from Amazon" border="0"></a></td><td width="42"><img src="http://service.bfast.com/bfast/serve?bfmid=2181&sourceid=37885553&bfpid='
var Str5='&bfmtype=book" border="0" width="1" height="1" NOSAVE ><a href="http://service.bfast.com/bfast/click?bfmid=2181&sourceid=37885553&bfpid='
var Str6='&bfmtype=book" target="_top"><img src="/shopimgs/custom/bnicon.gif" width="40" height="20" alt="Buy it from Barnes and Noble" border="0"></a></td></tr>'


function GenTableNoImg(productinfo)
{
	document.write('<table border=1>')
	var i
	i=0
	while (i<productinfo.length-2)
	{
		document.write(Str1 + productinfo[i] + Str2 + productinfo[i+1] + '</a>&nbsp;&nbsp;' + productinfo[i+2] + Str3 + productinfo[i] + Str4 + productinfo[i] + Str5 + productinfo[i] + Str6)
		i+=3
	}
	document.write('</table>')
}


