jQuery(document).ready(function(){
	jQuery('input, textarea').placeholder();
	if(jQuery.browser.msie && jQuery.browser.version < 8){
		jQuery('.btn.bullet, .btn.icon, #home-services .heading, #home-locations .heading, #home-insurance .heading').append('<span class="bullet"></span>');
	}
	if(jQuery.browser.msie && jQuery.browser.version < 9){
		jQuery('#page-footer .textwidget').each(function(){
			jQuery(this).find('p:first').addClass('first');
		})
	}
});
