
// Set this variable to http://www.thesiteURL.com"

var siteURL = "http://www.tjsisk.com"

// HOME PAGE PHOTO variables

var homePhoto1Off = new Image();
var homePhoto1Roll = new Image();
var homePhoto2Off = new Image();
var homePhoto2Roll = new Image();
var homePhoto3Off = new Image();
var homePhoto3Roll = new Image();
var homePhoto4Off = new Image();
var homePhoto4Roll = new Image();
var homePhoto5Off = new Image();
var homePhoto5Roll = new Image();
var homePhoto6Off = new Image();
var homePhoto6Roll = new Image();

// HOME PAGE PHOTO variable sources

homePhoto1Off.src  = siteURL + '/images/home_photo1_off.jpg';
homePhoto1Roll.src  = siteURL + '/images/home_photo1_roll.jpg';
homePhoto2Off.src  = siteURL + '/images/home_photo2_off.jpg';
homePhoto2Roll.src  = siteURL + '/images/home_photo2_roll.jpg';
homePhoto3Off.src  = siteURL + '/images/home_photo3_off.jpg';
homePhoto3Roll.src  = siteURL + '/images/home_photo3_roll.jpg';
homePhoto4Off.src  = siteURL + '/images/home_photo4_off.jpg';
homePhoto4Roll.src  = siteURL + '/images/home_photo4_roll.jpg';
homePhoto5Off.src  = siteURL + '/images/home_photo5_off.jpg';
homePhoto5Roll.src  = siteURL + '/images/home_photo5_roll.jpg';
homePhoto6Off.src  = siteURL + '/images/home_photo6_off.jpg';
homePhoto6Roll.src  = siteURL + '/images/home_photo6_roll.jpg';

// PHOTO variables

var photo1Off = new Image();
var photo1Roll = new Image();
var photo2Off = new Image();
var photo2Roll = new Image();
var photo3Off = new Image();
var photo3Roll = new Image();
var photo4Off = new Image();
var photo4Roll = new Image();
var photo5Off = new Image();
var photo5Roll = new Image();
var photo6Off = new Image();
var photo6Roll = new Image();

// PHOTO variable sources

photo1Off.src  = siteURL + '/images/photo1_off.jpg';
photo1Roll.src  = siteURL + '/images/photo1_roll.jpg';
photo2Off.src  = siteURL + '/images/photo2_off.jpg';
photo2Roll.src  = siteURL + '/images/photo2_roll.jpg';
photo3Off.src  = siteURL + '/images/photo3_off.jpg';
photo3Roll.src  = siteURL + '/images/photo3_roll.jpg';
photo4Off.src  = siteURL + '/images/photo4_off.jpg';
photo4Roll.src  = siteURL + '/images/photo4_roll.jpg';
photo5Off.src  = siteURL + '/images/photo5_off.jpg';
photo5Roll.src  = siteURL + '/images/photo5_roll.jpg';
photo6Off.src  = siteURL + '/images/photo6_off.jpg';
photo6Roll.src  = siteURL + '/images/photo6_roll.jpg';

// LEARN MORE BUTTON variable

var learnMoreOff = new Image();
var learnMoreRoll = new Image();

// LEARN MORE BUTTON variable source

learnMoreOff.src  = siteURL + '/images/callout_learnpart2_off.gif';
learnMoreRoll.src  = siteURL + '/images/callout_learnpart2_roll.gif';
