/*
GMTI-SiteLife Environment Configuration (GSL)

    This script is a default configuration override.  It should be included 
directly after GMTISiteLife.js on every page that has GSL on it and in every 
environment.  
    By default, the GSL GLOBAL CONFIGURATIONS settings of GMTISiteLife.js is not 
set up to work in production without this file. Therefore, this file should hold
the configurations specific for every site.
*/


/*******************************/
/***  GLOBAL CONFIGURATIONS  ***/
/*******************************/

gsl.enabled= true;                      // Option to enable or disable all of SiteLife DAAPI widgets (Enabled by DEFAULT).
gsl.sitelifeApiUrl= "http:/"+"/sitelife.wtsp.com/ver1.0/Direct/Process";  // The SiteLife DAAPI URL.
gsl.personaHrefEnabled= false;          // Option to enable the user thumbnail photo as a link. (Requires personaHrefURL if enabled).
// Not used - gsl.personaHrefURL= "http:/"+"/sitelifestage.mydesert.com/api/personas/index.aspx?newspaperUserId="; //  Link for the user thumbnail photo.
gsl.commentCountHrefEnabled= false;     // Option to enable the comment count as a link
gsl.reviewCountHrefEnabled= false;      // Option to enable the review count as a link
gsl.recommendCountHrefEnabled= false;    // Option to enable the recomment count as a link
gsl.updateOnLoad = true;                // Option to allow update article information on page load
gsl.commentLbl= " "; // Label of the Comment Count
gsl.NocommentLbl= " "; // Label of the Zero Comment Count
gsl.reviewLbl= "Read Reviews";          // Label of the Review Count
gsl.recommendLbl = " Recommend ";
gsl.recommendedLbl = " Recommended ";



/*******************************/
/***  AVATAR CONFIGURATIONS  ***/
/*******************************/

/* NOTE:  You can decide to have more or less links by removing or adding more with the same format. */

/*** Sets the Display for the Link ***/
gsl.linkLblUrl[0]= "View your post";        // Label of the First Link with avatar
gsl.linkLblUrl[1]= "Update your blog";      // Label of the Second Link with avatar
gsl.linkLblUrl[2]= "Publish photos";        // Label of the Third Link with avatar
gsl.linkLblUrl[3]= "Update your profile";   // Label of the Fourth Link with avatar
gsl.linkLblUrl[4]= "Log out";               // Label of the Fifth Link with avatar
/*
gsl.linkLblUrl[5]= "[LINK 06]";
gsl.linkLblUrl[6]= "[LINK 07]"; */

/*** Sets the urls for the Link ***/

/*
Not Used
gsl.linkUrl[0]= "/post.htm";
gsl.linkUrl[1]= "http:/"+"/sitelifestage.mydesert.com/api/personas/index.aspx?plckPersonaPage=PersonaBlog&newspaperUserId=";
gsl.linkUrl[2]= "http:/"+"/sitelifestage.mydesert.com/api/personas/index.aspx?plckPersonaPage=PersonaPhotos&newspaperUserId=";
gsl.linkUrl[3]= "http:/"+"/sitelifestage.mydesert.com/api/personas/index.aspx?plckPersonaPage=PersonaProfile&newspaperUserId=";
gsl.linkUrl[4]= "/logout.htm";
gsl.linkUrl[5]= "/logout.htm";
gsl.linkUrl[6]= "/logout.htm";*/

/*** Appends the User's ID to the end of the Link ***/
gsl.linkUIDEnabled[0]= false;
gsl.linkUIDEnabled[1]= true;
gsl.linkUIDEnabled[2]= true;
gsl.linkUIDEnabled[3]= true;
gsl.linkUIDEnabled[4]= false;
/*
gsl.linkUIDEnabled[5]= false;
gsl.linkUIDEnabled[6]= false;*/

/*******************************/
/***  RATING CONFIGURATIONS  ***/
/*******************************/

gsl.ratingStarsUrl = "/graphics/";  // path where all the images are stored at
gsl.ratingScale = 6;                // The rating scaled used to rate items
gsl.halfStars = false;              // On/off if there are half stars
gsl.rateable = true;                // If widget will be rateable or just show average rating
gsl.showAvgB4Rate = false;          // If widget is rateable, then do you want to show average rating before hover?
gsl.showUserRating = false;         // Show user's submitted rating 
gsl.showUserRatingAfter = false;    // Show user's submitted rating right after submission
gsl.showNumOfRatings = false;       // Shows the number of ratings with articleKey
gsl.widthPerRating = 11;            // Width of rating image in pixals for image map
gsl.heightOfRating = 9;             // Height of rating image in pixals for image map
