function getRandomFree() { var ary_free = new Array(); var hash0 = { clcd: '900001', id: '182', shopnm: '美味爽健 王府', sccd: '06', title1: 'ドアを開ければチャイナタウン!', photo2: 'img900001_182_2s.JPG' }; ary_free.push(hash0); var hash1 = { clcd: '900001', id: '159', shopnm: 'L-Black', sccd: '19', title1: '敦賀発、薪窯で焼く本格ナポリピッツァ', photo2: 'img900001_159_2s.JPG' }; ary_free.push(hash1); var hash2 = { clcd: '900001', id: '180', shopnm: '喫茶&軽食 リ・メール', sccd: '03', title1: '明るい店内で栄養たっぷりのランチを', photo2: 'img900001_180_2s.JPG' }; ary_free.push(hash2); return ary_free; } // getRandomShop /** * ショップの一覧 */ function getRandomShop() { var ary_shop = new Array(); var hash0 = { categorycd1 : '101', subcategorycd1 : '01', clientcd : '000024', _basic_photo1 : 'img000024_55_1.JPG', _basic_name : '☆LV☆グラフィット☆ダニエルMM☆美品☆', _basic_price : '105,000' }; ary_shop.push(hash0); var hash1 = { categorycd1 : '104', subcategorycd1 : '01', clientcd : '000022', _basic_photo1 : 'img000022_50_1.jpg', _basic_name : 'ムーンダスト', _basic_price : '3,500' }; ary_shop.push(hash1); var hash2 = { categorycd1 : '101', subcategorycd1 : '04', clientcd : '000003', _basic_photo1 : 'img000003_1.jpg', _basic_name : '愛される店づくり(店舗紹介)', _basic_price : '' }; ary_shop.push(hash2); return ary_shop; } // getRandomShop function getRandomMarket() { var ary_market = new Array(); { var hash0 = { goodsid : '0000000473', goodsname : '学習机', image1 : '0000000473_1s.JPG', _price : '8,000' }; ary_market.push(hash0); } { var hash1 = { goodsid : '0000000548', goodsname : 'CD', image1 : '0000000548_1s.JPG', _price : '4,000' }; ary_market.push(hash1); } { var hash2 = { goodsid : '0000000427', goodsname : 'MASS 2.1チャンネル スーパーウーファー MS-1050【未使用】', image1 : '0000000427_1s.JPG', _price : '1,200' }; ary_market.push(hash2); } return ary_market; } // end getRandomMarket