//This script sets the SiteCatalyst CUSTOMER SERVICE props based on the URL and date



//Set prop6
var prop6 = "customer_service"

//Get the path to the current file
var temp = location.pathname
	//set prop7
	if (temp.indexOf("/customerservice/index.html") != -1) {
		prop7 = "customer_service_front";
		pageName = "Customer Service Index";
	}
	else if (temp.indexOf("/customerservice/contactus.html") != -1) {
		pageName = "Customer Service: Contact Us";
	}
	else if (temp.indexOf("/customerservice/faq.html") != -1) {
		pageName = "Customer Service: FAQ";
	}
	else if (temp.indexOf("/customerservice/directory.html") != -1) {
		pageName = "Customer Service: Staff Directory";
	}
	else if (temp.indexOf("/terms.html") != -1) {
		pageName = "Terms of Service";
	}
	else if (temp.indexOf("/customerservice/subscribe.html") != -1) {
		prop7 = "circulation_service";
		pageName = "Customer Service: Subscribe";
	}
	else if (temp.indexOf("/customerservice/vacation.html") != -1) {
		prop7 = "circulation_service";
		pageName = "Customer Service: Vacation Stop/Start";
	}
	else if (temp.indexOf("/customerservice/anniversary.html") != -1) {
		pageName = "Customer Service: Anniversary Announcement";
	}
	else if (temp.indexOf("/customerservice/birth.html") != -1) {
		pageName = "Customer Service: Birth Announcement";
	}
	else if (temp.indexOf("/customerservice/engagement.html") != -1) {
		pageName = "Customer Service: Engagement Announcement";
	}
	else if (temp.indexOf("/customerservice/wedding.html") != -1) {
		pageName = "Customer Service: Wedding Announcment";
	}
	else if (temp.indexOf("/customerservice/backissues.html") != -1) {
		pageName = "Customer Service: Back Issues";
	}
	else if (temp.indexOf("/customerservice/nie.html") != -1) {
		prop7 = "nie";
		pageName = "Customer Service: NIE";
	}
	else if (temp.indexOf("/customerservice/placead.html") != -1) {
		prop7 = "ad_service";
		pageName = "Customer Service: Place Ad";
	}
	else if (temp.indexOf("/customerservice/ezpay.html") != -1) {
		prop7 = "circulation_service";
		pageName = "Customer Service: Select EZ Pay or regular subscription page";
	}
//Set the s_code
var s_code=' '