// JavaScript Document
$(document).ready(function() { 				
	$("a.shareMailClient").attr("href", "mailto:?subject=Give water, give life&body=Today, I learned that when you give water, you give life. I also learned that no other humanitarian intervention produces a more dramatic effect on lives than access to clean water, sanitation, and hygiene. This is why water programs are such a priority for World Vision. You can visit " + getCampaignURL() + " to read stories about the impact of clean water, watch videos about providing clean water to communities, see where World Vision has water programs, and learn more about how we can make a difference. Please join me and World Vision in these life-saving efforts!");
	
	$("input#campaignURL").attr("value", getCampaignURL());
	
	$("a.shareMailClient").click( function() {
		  $.post("share/" + document.location.hostname + ".html");
	});
	$("a.shareForm").click( function() {
		  $.post("share/" + document.location.hostname + ".html");
		  document.getElementById('shareForm').submit();
	});	
});


function writeDomainCSS()
{
	document.write("<link rel='stylesheet' type='text/css' href='css/" + document.location.hostname + ".css' />");
}

function getDonateURL()
{
	switch (document.location.hostname)
	{
		case "givewater.wvpartner.us": 
			return "http://donate.worldvision.org/OA_HTML/xxwvibeCZzpEntry.jsp?go=item&item=1840447&campaign=1169071";
		case "needwater.wvpartner.us": 
			return "http://donate.worldvision.org/OA_HTML/xxwvibeCZzpEntry.jsp?go=item&item=1840447&campaign=11690713";
		case "givehope.wvpartner.us": 
			return "http://donate.worldvision.org/OA_HTML/xxwvibeCZzpEntry.jsp?go=item&item=1840445&campaign=11690712";
		case "waterneeded.wvpartner.us": 	
			return "http://donate.worldvision.org/OA_HTML/xxwvibeCZzpEntry.jsp?go=item&item=1840445&campaign=11690714";
		case "waterislife.wvpartner.us": 
			return "http://donate.worldvision.org/OA_HTML/xxwvibeCZzpEntry.jsp?go=item&item=1840447&campaign=1269263";
		case "givelife.wvpartner.us": 
			return "http://donate.worldvision.org/OA_HTML/xxwvibeCZzpEntry.jsp?go=item&item=1840445&campaign=1269265";
		default: 
			return "http://donate.worldvision.org/OA_HTML/xxwvibeCZzpEntry.jsp?go=item&item=1840447&campaign=1169071";
	}
}

function getCampaignURL()
{
	switch (document.location.hostname)
	{
		case "givewater.wvpartner.us": 
			return "http://www.worldvision.org/givewater";
		case "needwater.wvpartner.us": 
			return "http://www.worldvision.org/needwater";
		case "givehope.wvpartner.us": 
			return "http://www.worldvision.org/givehope";
		case "waterneeded.wvpartner.us": 	
			return "http://www.worldvision.org/waterneeded";
		case "waterislife.wvpartner.us": 
			return "http://www.worldvision.org/waterislife";
		case "givelife.wvpartner.us": 
			return "http://www.worldvision.org/givelife";
		default: 
			return "http://www.worldvision.org/givewater";
	}
}

function getGACode()
{
	switch (document.location.hostname)
	{
		case "givewater.wvpartner.us": 
			return "UA-6564788-7";
		case "needwater.wvpartner.us": 
			return "UA-6564788-8";
		case "givehope.wvpartner.us": 
			return "UA-6564788-9";
		case "waterneeded.wvpartner.us": 	
			return "UA-6564788-10";
		case "waterislife.wvpartner.us": 
			return "UA-6564788-11";
		case "givelife.wvpartner.us": 
			return "UA-6564788-12";
		default: 
			return "UA-6564788-7";
	}
}