
//randObjects01

var randObjects01=[
	'<img src="/brandcenter/img/shop/top_p3/type_p3_1.jpg" alt="" width="324" height="210" />', // 01
	'<img src="/brandcenter/img/shop/top_p3/type_p3_2.jpg" alt="" width="324" height="210" />', // 02
	'<img src="/brandcenter/img/shop/top_p3/type_p3_3.jpg" alt="" width="324" height="210" />', // 03
	'<img src="/brandcenter/img/shop/top_p3/type_p3_4.jpg" alt="" width="324" height="210" />', // 04
	'<img src="/brandcenter/img/shop/top_p3/type_p3_5.jpg" alt="" width="324" height="210" />'  // 05
];
function randWrite01() {
	var rr = parseInt(Math.random() * randObjects01.length);
	document.write(randObjects01.slice(rr,rr+1)[0]);
	randObjects01.splice(rr,1);
}


//randObjects02

var randObjects02=[
	'<img src="/brandcenter/img/shop/top_p4/type_p4_1.jpg" alt="" width="162" height="210" />', // 01
	'<img src="/brandcenter/img/shop/top_p4/type_p4_2.jpg" alt="" width="162" height="210" />', // 02
	'<img src="/brandcenter/img/shop/top_p4/type_p4_3.jpg" alt="" width="162" height="210" />', // 03
	'<img src="/brandcenter/img/shop/top_p4/type_p4_4.jpg" alt="" width="162" height="210" />', // 04
	'<img src="/brandcenter/img/shop/top_p4/type_p4_5.jpg" alt="" width="162" height="210" />'  // 05
];
function randWrite02() {
	var rr = parseInt(Math.random() * randObjects02.length);
	document.write(randObjects02.slice(rr,rr+1)[0]);
	randObjects02.splice(rr,1);
}


//randObjects03

var randObjects03=[
	'<img src="/brandcenter/img/shop/top_p5/type_p5_1.jpg" alt="" width="162" height="107" />', // 01
	'<img src="/brandcenter/img/shop/top_p5/type_p5_2.jpg" alt="" width="162" height="107" />', // 02
	'<img src="/brandcenter/img/shop/top_p5/type_p5_3.jpg" alt="" width="162" height="107" />', // 03
	'<img src="/brandcenter/img/shop/top_p5/type_p5_4.jpg" alt="" width="162" height="107" />', // 04
	'<img src="/brandcenter/img/shop/top_p5/type_p5_5.jpg" alt="" width="162" height="107" />'  // 05
];
function randWrite03() {
	var rr = parseInt(Math.random() * randObjects03.length);
	document.write(randObjects03.slice(rr,rr+1)[0]);
	randObjects03.splice(rr,1);
}

//randObjects04

var randObjects04=[
	'<img src="/brandcenter/img/shop/top_p6/type_p6_1.jpg" alt="" width="162" height="76" />', // 01
	'<img src="/brandcenter/img/shop/top_p6/type_p6_2.jpg" alt="" width="162" height="76" />', // 02
	'<img src="/brandcenter/img/shop/top_p6/type_p6_3.jpg" alt="" width="162" height="76" />', // 03
	'<img src="/brandcenter/img/shop/top_p6/type_p6_4.jpg" alt="" width="162" height="76" />', // 04
	'<img src="/brandcenter/img/shop/top_p6/type_p6_5.jpg" alt="" width="162" height="76" />'  // 05
];
function randWrite04() {
	var rr = parseInt(Math.random() * randObjects04.length);
	document.write(randObjects04.slice(rr,rr+1)[0]);
	randObjects04.splice(rr,1);
}

//randObjects05

var randObjects05=[
	'<img src="/brandcenter/img/shop/top_p8/type_p8_1.jpg" alt="" width="162" height="220" />', // 01
	'<img src="/brandcenter/img/shop/top_p8/type_p8_2.jpg" alt="" width="162" height="220" />', // 02
	'<img src="/brandcenter/img/shop/top_p8/type_p8_3.jpg" alt="" width="162" height="220" />', // 03
	'<img src="/brandcenter/img/shop/top_p8/type_p8_4.jpg" alt="" width="162" height="220" />', // 04
	'<img src="/brandcenter/img/shop/top_p8/type_p8_5.jpg" alt="" width="162" height="220" />'  // 05
];
function randWrite05() {
	var rr = parseInt(Math.random() * randObjects05.length);
	document.write(randObjects05.slice(rr,rr+1)[0]);
	randObjects05.splice(rr,1);
}

//randObjects06

var randObjects06=[
	'<img src="/brandcenter/img/shop/top_p7/type_p7_1.jpg" alt="" width="162" height="220" />', // 01
	'<img src="/brandcenter/img/shop/top_p7/type_p7_2.jpg" alt="" width="162" height="220" />', // 02
	'<img src="/brandcenter/img/shop/top_p7/type_p7_3.jpg" alt="" width="162" height="220" />', // 03
	'<img src="/brandcenter/img/shop/top_p7/type_p7_4.jpg" alt="" width="162" height="220" />', // 04
	'<img src="/brandcenter/img/shop/top_p7/type_p7_5.jpg" alt="" width="162" height="220" />'  // 05
];
function randWrite06() {
	var rr = parseInt(Math.random() * randObjects06.length);
	document.write(randObjects06.slice(rr,rr+1)[0]);
	randObjects06.splice(rr,1);
}


