//sky daily specific blog functions
function skydailyBlog() {}

// show and set the breadcrumb for blog posts
skydailyBlog.showBreadCrumb = function() {
	document.getElementById('breadcrumb').style.visibility = 'visible';
};