|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/bluerae/clients/missionlinen/newhome/scripts/ |
Upload File : |
// JavaScript Document
// select random photo
var randimage = new Array(
'images/home_main1.jpg',
'images/home_main2.jpg',
'images/home_main3.jpg',
'images/home_main4.jpg',
'images/home_main5.jpg'
);
// find random number based on number of pics in array
var randnum = Math.floor(Math.random()*randimage.length);
// generate corresponding alt tag
var randalt = new Array(
'Solutions that create real value for your business.',
'Solutions that help you compete in global markets.',
'Solutions that help you compete in global markets.',
'Solutions that help you compete in global markets.',
'Solutions that create real value for your business.'
);
var thumbslotone = new Array(
'images/thumb2.jpg',
'images/thumb3.jpg',
'images/thumb4.jpg',
'images/thumb5.jpg',
'images/thumb1.jpg'
);
var thumbslottwo = new Array(
'images/thumb3.jpg',
'images/thumb4.jpg',
'images/thumb5.jpg',
'images/thumb1.jpg',
'images/thumb2.jpg'
);
var thumbslotthree = new Array(
'images/thumb4.jpg',
'images/thumb5.jpg',
'images/thumb1.jpg',
'images/thumb2.jpg',
'images/thumb3.jpg'
);
var thumbslotfour = new Array(
'images/thumb5.jpg',
'images/thumb1.jpg',
'images/thumb2.jpg',
'images/thumb3.jpg',
'images/thumb4.jpg'
);