//image arrayfunction background() {};background = new background();number = 0;background[number++] = "<style type='text/css'>body#welcome #page{background: url(gallery/home_array/corporate_photography1.jpg) top left no-repeat;}</style>"background[number++] = "<style type='text/css'>body#welcome #page{background: url(gallery/home_array/corporate_photography2.jpg) top left no-repeat;}</style>"background[number++] = "<style type='text/css'>body#welcome #page{background: url(gallery/home_array/corporate_photography3.jpg) top left no-repeat;}</style>"background[number++] = "<style type='text/css'>body#welcome #page{background: url(gallery/home_array/corporate_photography4.jpg) top left no-repeat;}</style>"background[number++] = "<style type='text/css'>body#welcome #page{background: url(gallery/home_array/corporate_photography5.jpg) top left no-repeat;}</style>"background[number++] = "<style type='text/css'>body#welcome #page{background: url(gallery/home_array/corporate_photography6.jpg) top left no-repeat;}</style>"increment = Math.floor(Math.random() * number);document.write(background[increment]);// pop-up windowfunction MM_openBrWindow(theURL,winName,features) {  window.open(theURL,winName,features);}
