var thisdomain = document.domain;
var sitedomain = "";

if (thisdomain.indexOf("local") != -1)
{
	sitedomain = "365cards.amanda.local"
}
else if (thisdomain.indexOf("cvgreenroom") != -1)
{
	sitedomain = "threesixtyfivecards.cvgreenroom.com"
}
else
{
	sitedomain = "threesixtyfivecards.com"
}