﻿

$(function(){
	$('#navigation ul li').hoverIntent(dPanel);
	$('#navigation a').removeAttr('title');
});
var dPanel = { interval: 100, sensitivity: 10, over: addPanel, timeout: 100, out: removePanel };
function addPanel() { $($(this).find('div.subnav')).fadeIn('fast'); $(this).addClass('hover'); }
function removePanel() { $($(this).find('div.subnav')).fadeOut('fast'); $(this).removeClass('hover'); }

$(function(){
       $('.contact #main_content .literalContent p').replaceWith('<p>If you would like to contact Gulf Coast Medical Group, please complete the following contact form or use the contact information provided. Please DO NOT enter any questions about specific medical issues (Prescription refills, messages to your physician) or appointment cancelations. Please contact the office directly. You can find a list of all office locations and their phone numbers on our "Locations" page. A member of our staff will be happy to aid you in answering your question. Thank you.</p>'); });

