// ***********************************  ADD SHIPPING ADDRESS TEMPLATE *********************************************
// This variable defines whether the "check if this is a child address" checkbox is present in the site or not.
var CHILD_ADDRESS_PRESENT = false;


// ***********************************  MYACCOUNT REGISTRATION PAGE  *********************************************** 
var PROMOTIONAL_EMAIL_CHECK = true;

var DO_NOT_RENT_CHECK = true;

var MAIL_PREFERNCE_CHECK = true;

var IS_BIRTHDAY_COLLECT = true;

var NUMBER_OF_BIRTHDAYS = 1;

// ***********************************  GLOBAL VALUES  *********************************************** 
function homeURL()
{
 return "http://stage.shop.barbiecollector.com";
}

function homeSSLURL()
{
 return "https://stage.shop.barbiecollector.com";
}

function dbPath()
{
 return "/pls/bcs/";
}

function site()
{
 return "bc";
}

function contentURL()
{
 return "http://barbiecollector.mattel.net";
}

function siteName()
{
 return "Barbie Collector";
}

