var BsinList = [
    "0307454541",
    "0307463575",
    "0393072231",
    "1932188126",
    "B00004U3F0",
    "B0009VXBAQ",
    "B000ZK9QCS",
    "B0015T963C",
    "B001NZOV4W",
    "B001OQCV56",
    "B001SER47Y",
    "B0023B14TK",
    "B002M3SOBU",
    "B002M3SOC4",
    "B002VPE1AW",
    "B002VPE1B6",
    "B0035FZJHQ",
    "B0038MTE7C",
    "" ];
    var bsinIndex = parseInt(Math.random() * (BsinList.length - 1));
    document.write("<p><img src=\"http://www.stefanv.com/bestseller.gif\" vspace=0 hspace=0 border=0><br><iframe src=\"http://rcm.amazon.com/e/cm?t=bluebirdlanefarm&o=1&p=8&l=as1&asins=" + BsinList[bsinIndex] + "&fc1=000000&IS2=1&lt1=_blank&m=amazon&lc1=0F5E71&bc1=DDDDDD&bg1=FFFFFF&f=ifr&nou=1\" style=\"width:120px;height:240px;\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" frameborder=\"0\"></iframe>");
