
    var S1='<tr><td width="45" rowspan="2"><img src="/shopimgs/imgsbooks/'
    var S2='" width="43" height="67"></td><td valign="middle" rowspan="2"><a href="http://www.amazon.com/exec/obidos/ASIN/'
    var S3='/fanzingmagazine">'
    var S4='</td><td width="42"><a href="http://www.amazon.com/exec/obidos/ASIN/'
    var S5='/fanzingmagazine"><img src="/shopimgs/custom/amzicon.gif" width="40" height="20" alt="Buy it from Amazon" border="0"></a></td></tr><tr><td width="42"><img src="http://service.bfast.com/bfast/serve?bfmid=2181&sourceid=37885553&bfpid='
    var S6='&bfmtype=book" border="0" width="1" height="1" NOSAVE ><a href="http://service.bfast.com/bfast/click?bfmid=2181&sourceid=37885553&bfpid='
    var S7='&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>'
    var S8=''

    function GenTable(productinfo)
    {
      document.write('<table border=1>')
      var i
      i=0
      while (i<productinfo.length-3)
      {
        document.write(S1 + productinfo[i] + S2 + productinfo[i+1] + S3 +
productinfo[i+2] + '</a>&nbsp;&nbsp;' + productinfo[i+3] + S4 +
productinfo[i+1] + S5 + productinfo[i+1] + S6 + productinfo[i+1] + S7 + S8)
        i+=4
      }
      document.write('</table>')
    }
  

