﻿/*::::::::::::::::::::::::::::::::::::::::::::
		Physician Associates of Florida
		Copyright © 2010 McMurry
::::::::::::::::::::::::::::::::::::::::::::*/

$(function () {
	$('.about-events #main_content h1').html('Community Events');
	// Locations Page
	$('.locations #locationproximity-wrap .location-list li').each(function (i) {
		$(this).prepend('<span>' + (i + 1) + '</span> ');
	});
	// Contact Us Page
	$('.contact #main_content p:first').replaceWith('<p>If you are experiencing a medical emergency, seek <strong>immediate</strong> assistance from medical personnel by contacting 911. Physician Associates looks forward to hearing from you. Please allow up to two business days for a response.</p><p>This form is not a substitute for your medical care.  All medical questions, prescription refill requests and  to schedule or cancel an appointment should be done by contacting your physician’s office directly.</p><p>For additional information please call 1-855-4PA-DOCS (1-855-472-3627).</p>');
	$('.contact select[id$=ddlContactReason] option[value="747"], .contact select[id$=ddlContactReason] option[value="749"]').remove();
	$('.contact select[id$=ddlContactReason] option[value="750"], .contact select[id$=ddlContactReason] option[value="750"]').remove();
	// News List Page
	if ($('.about-news #main_content #newsList_wrap').length > 0) {
		$('#main_content #newsList_wrap.literalContent p:first').text('You and your family’s health is our top priority. With hectic daily schedules staying on the path to a healthy lifestyle can be challenging. Below you will find helpful articles and quick tips so staying healthy is easy. You will find recipes, exercise ideas and more.');
	}
});
