window.onload = function () {
//random 번호 추출
var randNum = Math.floor(Math.random() * aryB.length);
//메인 배경 삽입
document.body.style.backgroundImage = 'url(' + aryB[randNum] + ')';
//하단 배경 삽입
document.getElementById("WrapContainer").style.backgroundImage = 'url(' + aryT[randNum] + ')';
startPix();
}
Content on this page requires a newer version of Adobe Flash Player.
