$(document).ready(function(){setupNavigation();setupHomeFeatures();setupForms();setupTabs();setupGalleryTabs()
setupAuthors();setupSubnav();setupTooltips();$('#forumBlock tr:last').addClass('last');$('#categoryHeader ul li:first').addClass('first');$('#categoryHeader ul li:last').addClass('last');$('#past-honorees .featureArticle:odd').addClass('odd');$('.checklist li').wrapInner('<span></span>').prepend('<img src="http://dev2.scrubsmag.com/wp-content/themes/default/img/checkbox.jpg" alt="Checkbox" title="Print this list out and check off items as completed" />');});function setupNavigation(){$(".navMain li").not(".noHover").bind("mouseenter mouseleave",function(){$(this).find('ul.subnav').toggleClass('block');$(this).toggleClass('on');});}
function setupHomeFeatures(){$('.related-articles li').each(function(){$(this).find('.category-parent:last').append(':');});$(".related-articles a").each(function(){$(this).truncate(44);});$(".mustRead .mr-excerpt p").truncate(111,{chars:/\s/,trail:["...",""]});$(".nb-excerpt p").truncate(80,{chars:/\s/,trail:["...",""]});$('.set').find('.mustRead:first').addClass('first');$('.set').find('.mustRead:last').addClass('last');$('.cycle').cycle({fx:'fade',timeout:5000,pause:1,next:'.next',prev:'.prev',pager:'.pager'}).show().next().find('.pager a').each(function(){$(this).wrap('<span></span>');$('.pager').find('a:first').parent().addClass('f1').next().find('a').parent().addClass('f2').next().find('a').parent().addClass('f3').next().find('a').parent().addClass('f4').next().find('a').parent().addClass('f5').next().find('a').parent().addClass('f6');});$('#mustRead .features').cycle({fx:'scrollHorz',timeout:0,next:'.mustread-next',prev:'.mustread-prev'});$('.mustread-next').click(function(){$(this).hide();$('.mustread-prev').show();});$('.mustread-prev').click(function(){$(this).hide();$('.mustread-next').show();}).hide();}
function setupTabs(){$('#popularityFilter a').click(function(event){$(this).parent().parent().find('.on').removeClass('on');$(this).addClass('on');$('.tabbedContent').hide();var content_show=$(this).attr("href");$(content_show).show();event.preventDefault();});$('.tabbedContent').hide();$('.tabbedContent:first').show();}
function setupGalleryTabs(){$('#gallriesVideoTabs a').click(function(event){$(this).parent().parent().find('.on').removeClass('on');$(this).addClass('on');$('.gallriesVideoContent').hide();var content_show=$(this).attr("href");$(content_show).show();event.preventDefault();});$('.gallriesVideoContent').hide();$('.gallriesVideoContent:first').show();}
function setupForms(){$('.getNewsletter').attr('target','_new');$('#newsletterSubscribe').click(function(event){var activateForm=$('.getNewsletter').attr('action');if(activateForm==""){$("#validEmail").removeClass('valid-yes').addClass('valid-no');event.preventDefault();}});$("#validate").keyup(function(){var email=$("#validate").val();if(email!=0)
{if(isValidEmailAddress(email))
{$("#validEmail").removeClass('valid-no').addClass('valid-yes');$('.getNewsletter').attr('action','https://app.e2ma.net/app/view:Join/acctId:35984/signupId:61221');}else{$("#validEmail").removeClass('valid-yes').addClass('valid-no');$('.getNewsletter').attr('action','');}}});$(".searchfield").focus(function(){if(this.value=="Search"){this.value="";}});$(".searchfield").blur(function(){if(this.value==""){this.value="Search";}});$("#author").focus(function(){if(this.value=="Your name"){this.value="";}});$("#author").blur(function(){if(this.value==""){this.value="Your name";}});$('#url').attr('value','Your website');$("#url").focus(function(){if(this.value=="Your website"){this.value="";}});$("#url").blur(function(){if(this.value==""){this.value="Your website";}});$("textarea#comment").focus(function(){if(this.value=="Your Comment"){this.value="";}});$("textarea#comment").blur(function(){if(this.value==""){this.value="Your Comment";}});$(".email").focus(function(){if(this.value=="Your email"){this.value="";}});$(".email").blur(function(){if(this.value==""){this.value="Your email";}});$(".zip").focus(function(){if(this.value=="Enter your zip code"){this.value="";}});$(".zip").blur(function(){if(this.value==""){this.value="Enter your zip code";}});$(".nominee input").focus(function(){if(this.value=="Nominee"){this.value="";}});$(".your-name input").focus(function(){if(this.value=="Your Name"){this.value="";}});$(".nominee input").blur(function(){if(this.value==""){this.value="Nominee";}});$(".your-name input").blur(function(){if(this.value==""){this.value="Your Name";}});$(".name").focus(function(){if(this.value=="Your name"){this.value="";}});$(".name").blur(function(){if(this.value==""){this.value="Your name";}});$(".website").focus(function(){if(this.value=="Your website"){this.value="";}});$(".website").blur(function(){if(this.value==""){this.value="Your website";}});$('#commentform #submit').click(function(event){if($('#url').val()=="Your website"){$('#url').removeAttr('value');$('#commentform').submit();}else{$('#commentform').submit();}
event.preventDefault();});}
function isValidEmailAddress(emailAddress){var pattern=new RegExp(/^(("[\w-\s]+")|([\w-]+(?:\.[\w-]+)*)|("[\w-\s]+")([\w-]+(?:\.[\w-]+)*))(@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$)|(@\[?((25[0-5]\.|2[0-4][0-9]\.|1[0-9]{2}\.|[0-9]{1,2}\.))((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[0-9]{1,2})\.){2}(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[0-9]{1,2})\]?$)/i);return pattern.test(emailAddress);}
function setupTooltips(){$(".poptip .close").click(function(event){$(this).parent().hide('slow');event.preventDefault();});$(".tooltip a").click(function(event){var popdiv_show=$(this).attr("href");$(popdiv_show).toggle('slow');event.preventDefault();});}
function setupAuthors(){$(".page-template-blogslanding-php .bioExcerpt span").each(function(){$(this).truncate(120);});$(".home .bioExcerpt span").each(function(){$(this).truncate(400);});$('.authorLead span').truncate(200);}
function setupSubnav(){var current=$("#categoryHeader ul").find("a").filter(function(){return this.href.toLowerCase()==location.href.toLowerCase();});if(current.length){current.parent().addClass("current-cat");}}
