$(function(){
	$("<div id='browserWarning'>I am on extended leave of absence as I attend the United States Air Force Basic Military Training and Technical School. I will not be accepting new jobs, nor will I be able to respond to any emails or IMs at this time. I apologize for any inconvenience this may cause you!</div> ")
		.css({
			backgroundColor: '#fcfdde',
			'width': '100%',
			'border-top': 'solid 1px #000',
			'border-bottom': 'solid 1px #000',
			'text-align': 'center',
			padding:'5px 0px 5px 0px'
		})
		.prependTo("body");
});