
function TopBWSchg(){
//カテゴリ番号
var categoryNum = 8;

//表示する商品数
var itemNum = 1;

//iframeの高さpx（itemNumを増やしたらここも変更）
var iframeHeight = 110;

document.write('<iframe src="http://xml.bidders.co.jp/bep/xml?sort1=num,D&sort2=end,D&categ_id=' + categoryNum + '&keyword=&ipp=' + itemNum + '&ut=&inumlow=&at=NO,FL,PA&tf=xml_lite5&enc=SHIFT_JIS&xsl=http://ad.bidders.co.jp/xsl/test/sample/topbws.xsl&domain='+window.location.hostname+'" width="200" height="' + iframeHeight + '" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"></iframe>');
}
