// content_owner_publisher.js

// Use this file to define to Content Owner or "pageOwner" and the Content
// Publisher or "pagePublisher"

// Replace the text in between the quotes below with the name of the Content Owner
var pageOwner = "Ron Roden";

// Replace the text between the quotes below with the name of the Content Publisher
var pagePublisher = "Lesley Schulz";

// Replace the text between the quotes below with the e-mail address of the Content Publisher
var pagePublisherEmail = "lesley.g.schulz@honeywell.com";

// Replace the text between the quotes below with the phone number of the 
// Content Publisher Phone:
var pagePublisherPhone = "623-822-3484";


