/********************************************************************************/
/*           Copyright (c) 2004 adbeast inc.  All rights reserved.              */
/* Unauthorized use of this or any part of this program is strictly prohibited. */                                                    
/********************************************************************************/

var arrURLReferral                     = new Array(""); //referrer URL (leave as "" to disable)

var imageRoomTitle                     = "Never Stop.  Milk."; // image room title
var brandingAlt                        = "Cassies"; // company name
var brandingImage                      = "logo.gif"; // logo.gif if one is available (leave as "" if none)
var brandingImageRoom                  = "imageRoom.gif"; // imageRoom.gif if one is available (leave as "" if none)
var brandingColor                      = "#0A0A0A"; // set background branding colour (HEX value - #FFFFFF)
var allowZoom                          = 1; // allow image zoom in fullscreen view (0 = off | 1 = on)
var numberOfImages                     = 1; // sets playlist entries - must correspond with entries below



var imageURL1                          = "1"; // common image name (must be subset into three sizes [small | medium | large])
var imageEXT1                          = ".jpg"; // image extension (.gif, .jpg, .png)
var productServiceName1                = "Never Stop.  Milk."; // image title
var imageName1                         = "Edmonton Prairie"; // image name
var imageType1                         = "OTH"; // image type (IMG, PHO, ILL, etc.)
var lgOrigWidth1                       = 720;
var lgOrigHeight1                      = 540;
var numberOfCredits1                   = 0; // total number of credit images (maximum 5)


