wall = new Array();

wall[0] = "wp-content/themes/wp.vicuna/style-galaxy/images/eyecatch/image1.png";
wall[1] = "wp-content/themes/wp.vicuna/style-galaxy/images/eyecatch/image2.png";
wall[2] = "wp-content/themes/wp.vicuna/style-galaxy/images/eyecatch/image3.png";
wall[3] = "wp-content/themes/wp.vicuna/style-galaxy/images/eyecatch/image4.png";
wall[4] = "wp-content/themes/wp.vicuna/style-galaxy/images/eyecatch/image5.png";
wall[5] = "wp-content/themes/wp.vicuna/style-galaxy/images/eyecatch/image6.png";
wall[6] = "wp-content/themes/wp.vicuna/style-galaxy/images/eyecatch/image7.png";
wall[7] = "wp-content/themes/wp.vicuna/style-galaxy/images/eyecatch/image8.png";
wall[8] = "wp-content/themes/wp.vicuna/style-galaxy/images/eyecatch/image9.png";

/* wall[0] = "wp-content/themes/wp.vicuna/style-galaxy/images/eyecatch/20100627.png"; */

rnd = Math.round(Math.random() * (wall.length - 1));
document.write('<style type="text/css">body.eye-hb div#header p.siteName a {    height: 280px;  display: block; text-indent: -9999px;   background-image: url(', wall[rnd] ,'); background-repeat: no-repeat;   overflow: auto;}</style>');
