var init = function() {

}

var getPageURL = function() {
	var articlePath = window.location.pathname;
	articlePath = articlePath.replace('/westhighlandherald/','http://www.westhighlandherald.com/');
	return articlePath;
}

$(init);