﻿/*::::::::::::::::::::::::::::::::::::::::::::
		Home JS
		Copyright © 2010 McMurry
::::::::::::::::::::::::::::::::::::::::::::*/

	$(function() {
	    $('#content .welcome-message h1').replaceWith('<h1>Welcome to the Wyoming Critial Access Hospital Network</h1>');
		
	});

