if (Drupal.jsEnabled) {
$(document).ready(function(){
	$('form#contact-mail-page').prepend('<div class="mailbox"><div class="lefty">Mail:</div><br><div class="righty">Clay County Victim Services Center<br>1403 Idlewild Avenue<br>Green Cove Springs, FL 32043<br><br></div>Phone: 904-284- RAPE (7273) <br>HOTLINE:   866-788-7273<br>');

	var url_str = window.location.pathname;
	
	if (url_str == '/')
		{
			$('h1.title').remove();
		}
});

}

