mpapp.blog = function() {

	var pub = {};

	pub.goToBlog = function() {
		window.open('http://blog.merkphotography.com/');
	};

	return pub;

}();
