//設備機器//

var cat1Objects=[
'<a href="http://100or10.com/sale/pickup_sumai100.aspx"><img src="../Contents/Images/banner/cat_new_cam/cat1_txt_bnr01.gif" width="370" height="50" alt="水まわりオススメ商品特集" /></a>',

'<a href="http://100or10.com/Form/Shop/ShopProductDetail.aspx?shop=casplus&cat=103&swrd=&pid=TO-0002&vid="><img src="../Contents/Images/banner/cat_new_cam/cat1_txt_bnr02.gif" width="370" height="50" alt="超節水eco6トイレ　ベーシアVX超節水タイプ" /></a>',

'<a href="http://100or10.com/Form/Shop/ShopProductDetail.aspx?shop=casplus&cat=103&swrd=&pid=TO-0003&vid="><img src="../Contents/Images/banner/cat_new_cam/cat1_txt_bnr03.gif" width="370" height="50" alt="ジャニス　イーフィットクリン" /></a>'
];

function cat1Write() {
	var rr = parseInt(Math.random() * cat1Objects.length);
	document.write(cat1Objects.slice(rr,rr+1)[0]);
	cat1Objects.splice(rr,1);
}

//内外装建材//
var cat2Objects=[
'<a href="http://100or10.com/Form/Shop/ShopProductDetail.aspx?shop=casplus&cat=105102100&swrd=&pid=FL-2502&vid="><img src="../Contents/Images/banner/cat_new_cam/cat2_txt_bnr02.gif" width="370" height="50" alt="リーズナブル商品No.1　西南桜（節あり）フローリング" /></a>',

'<a href="http://100or10.com/Form/Shop/ShopProductDetail.aspx?shop=lohas&cat=&swrd=&pid=2600001&vid="><img src="../Contents/Images/banner/cat_new_cam/cat2_txt_bnr01.gif" width="370" height="50" alt="最高水準の安全性、性能、施工性を誇るEM珪藻土" /></a>',

'<a href="http://100or10.com/Form/Shop/ShopProductDetail.aspx?shop=casplus&cat=105102100&swrd=&pid=FL-1220&vid="><img src="../Contents/Images/banner/cat_new_cam/cat2_txt_bnr03.gif" width="370" height="50" alt="チーク無垢フローリング UV塗装" /></a>',

'<a href="http://100or10.com/Form/Shop/ShopProductDetail.aspx?shop=casplus&cat=&swrd=%E3%82%A2%E3%82%A6%E3%83%88%E3%83%AC%E3%83%83%E3%83%88&pid=FL-1207&vid="><img src="../Contents/Images/banner/cat_new_cam/cat2_txt_bnr04.gif" width="370" height="50" alt="ビルマチーク無垢フローリング（ソリッド）" /></a>',

'<a href="http://100or10.com/Form/Shop/ShopProductDetail.aspx?shop=lohas&cat=&swrd=D09&pid=1200009KP&vid="><img src="../Contents/Images/banner/cat_new_cam/cat2_txt_bnr05.gif" width="370" height="50" alt="自然素材建材店無垢建具Ｄ０９" /></a>',

'<a href="http://100or10.com/Form/Shop/ShopProductDetail.aspx?shop=lohas&cat=&swrd=D11&pid=1200011KP&vid="><img src="../Contents/Images/banner/cat_new_cam/cat2_txt_bnr06.gif" width="370" height="50" alt="自然素材建材店無垢建具Ｄ１１" /></a>'
];

function cat2Write() {
	var rr = parseInt(Math.random() * cat2Objects.length);
	document.write(cat2Objects.slice(rr,rr+1)[0]);
	cat2Objects.splice(rr,1);
}


//インテリア//
var cat3Objects=[
'<a href="http://100or10.com/Form/Shop/ShopProductList.aspx?shop=kagu&cat=&mkid=&swrd=%E3%82%B7%E3%83%B3%E3%83%97%E3%83%AB%E3%83%92%E3%83%A5%E3%83%BC%E3%83%9E%E3%83%B3&sort=0&img=1&pswflg=1"><img src="../Contents/Images/banner/cat_new_cam/cat3_txt_bnr02.gif" width="370" height="50" alt="シンプルヒューマン商品一覧" /></a>',

'<a href="http://100or10.com/sale/pickup_kagu.aspx"><img src="../Contents/Images/banner/cat_new_cam/cat3_txt_bnr01.gif" width="370" height="50" alt="家具専門館オススメ商品特集" /></a>',

'<a href="http://100or10.com/Form/Shop/ShopProductDetail.aspx?shop=casplus&cat=109109&swrd=%E7%84%A1%E5%9E%A2%E6%9D%BF%E9%A2%A8&pid=FBL-5400&vid="><img src="../Contents/Images/banner/cat_new_cam/cat3_txt_bnr03.gif" width="370" height="50" alt="【タモ】両耳付き無垢板風 横はぎ材" /></a>',

'<a href="http://100or10.com/Form/Shop/ShopProductDetail.aspx?shop=casplus&cat=109109&swrd=%E7%84%A1%E5%9E%A2%E6%9D%BF%E9%A2%A8&pid=FBL-5100&vid="><img src="../Contents/Images/banner/cat_new_cam/cat3_txt_bnr04.gif" width="370" height="50" alt="【レッドパイン】片耳付き無垢板風 横はぎ材" /></a>'
];

function cat3Write() {
	var rr = parseInt(Math.random() * cat3Objects.length);
	document.write(cat3Objects.slice(rr,rr+1)[0]);
	cat3Objects.splice(rr,1);
}