		var slServerURL = "http://pluckcb.bullsconnect.com";
		if ((window.location.hostname == "stage.pluck.com") || (window.location.hostname == "test.pluck.com")) {
			slServerURL = "http://sitelifestage.mystyle.com";
		} 
		var serverUrl =  slServerURL + "/ver1.0/Direct/Process";
		//We should do the following differently to insure we get all subdomains.
		var cookieDomain = window.location.hostname.replace('www','');
		var cookieDomain = window.location.hostname.replace('stage','');
		var cookieDomain = window.location.hostname.replace('test','');
		var cookieDomain = window.location.hostname.replace('connect','');

