﻿// JavaScript Document

document.write(
  '\u003Cstyle type="text/css">' +
  '#mainimage {' +
      (function () {
        var n = Math.floor(Math.random() * arguments.length);
        return 'background: url("' + arguments[n] + '") top center no-repeat';
      })(
        'img/top/mainimage01.jpg',
        'img/top/mainimage02.jpg'
      ),
  '}',
  '\u003C/style>'
);
