$(function(){
	$('ul').not(':has(li)').prev('h2').remove();
	$('ul').not(':has(li)').remove();
	if($('#primary h2').size() == 0 && $(location).attr('href').split('/')[5] == "state") {
		$('#primary').append('<p>Sorry, currently there are no opportunities in the state you requested but please fill out a<br/><a href="/careers/contact/">contact form</a> to allow us to notify you when opportunities in that state arise. Please check out<br/>other opportunities outside your original area of interest.</p>');
	}
});



