﻿/*::::::::::::::::::::::::::::::::::::::::::::
		Home JS
		Copyright © 2010 McMurry
::::::::::::::::::::::::::::::::::::::::::::*/

(function ($) {
	$(function () {
		// jQuery
		if ($('#marquee-wrap #marquee .slide').length > 1) {
			if ($('body').width() > 1040) {
				$('#marquee-wrap #marquee').before('<a href="javascript:void(0);" class="btn btn-prev">Previous</a><a href="javascript:void(0);" class="btn btn-next">Next</a>');
			}
			$('#marquee-wrap #marquee').cycle({ fx: 'fade', prev: '#marquee-wrap .btn-prev', next: '#marquee-wrap .btn-next', speed: '500', timeout: '8000' });
		}
		//		if($('#content .affiliations li').length > 1){
		//			$('#content .affiliations').cycle({ fx: 'fade', speed: '500', timeout: '8000' });
		//		}
		$(".thickbox").click(function () {
			$('html, body').scrollTop(0);
		});

	});
})(jQuery);

// Cufon
Cufon.replace('#marquee-wrap .specialties li a', { fontFamily: 'HelveticaNeueMedium', hover: true, textShadow: '1px 1px #002d62' });
Cufon.replace('#content .featured-services .view-all, #content .hospital-news .view-all', { fontFamily: 'HelveticaNeueCondensed', hover: true });
Cufon.replace('#content .featured-services ul li h3', { fontFamily: 'HelveticaNeueCondensed', textShadow: '1px 1px #56769b' });
Cufon.replace('#content .hospital-news ul li .date span', { fontFamily: 'HelveticaNeueCondensed', textShadow: '1px 1px #6a6a63' });
//Cufon.replace('#content .affiliations li', { fontFamily: 'HelveticaNeueCondensed' });
