/*
systym: the NIH-syndrome javascript library
copyright (c) 2009 Chris Rose-Mathew
*/

/*==============================================================
This file contains useful contants used throughout the website,
all collected in one place for easy changes.
================================================================*/

/*==============================================================*/
// List of URL prefixes for event poster images
/*==============================================================*/
var eventPosterImages = new Array(
	"images/Posters/EventsChristmasinChicago",
	"images/Posters/EventsJamesBondage",
	"images/Posters/EventsVivaLasVegas",
	"images/Posters/EventsTheatreofTemptations",
	"images/Posters/EventsMagicandMystery"
);

/*==============================================================*/
// List of URL prefixes for Artiste profile images
/*==============================================================*/
var artisteProfileImages = new Array(
	"images/Photos/Profiles/ProfileDivaDisaStar",
	"images/Photos/Profiles/ProfileScarLitHearts",
	"images/Photos/Profiles/ProfileLadyMagnolia",
	"images/Photos/Profiles/ProfileMizzDevillinHell"
);

/*==============================================================*/
// List of URL prefixes for gallery collection thumbnails
/*==============================================================*/
var galleryCollectionImages = new Array(
	"images/Photos/Galleries/Artistes/DivaDisaStar/DivaDisaStar",
	"images/Photos/Galleries/Artistes/ScarLitHearts/ScarLitHearts",
	"images/Util/comingsoon",
	"images/Photos/Galleries/Artistes/MizzDevillinHell/MizzDevillinHell",
	"images/Photos/Galleries/General/BlackOrchidBurlesque",
	"images/Photos/Galleries/Events/1_MagicAndMystery_2008/MagicAndMysteryInMay",
	"images/Photos/Galleries/Events/2_TheatreOfTemptations_2008/TheatreOfTemptations",
	"images/Photos/Galleries/Events/3_VivaLasVegas_2008/VivaLasVegas",
	"images/Photos/Galleries/Events/4_ChristmasInChicago_2009/ChristmasInChicago",
	"images/Photos/Galleries/Beasties/Beasties"
);


