$(document).ready(function(){$("body").bind("click",function(){if($(".featuredList").is(".open")){$(".featuredList").removeClass("open");$(".featuredList").addClass("closed");}
$(".featuredList > ul").animate({height:120},"fast");return true;});$(".featuredList").click(function(){return false;});$(".showMore").click(function(){if($(".featuredList").is(".closed")){$(".featuredList").removeClass("closed");$(".featuredList").addClass("open");$(".featuredList > ul").animate({height:484},"fast");}
else if($(".featuredList").is(".open")){$(".featuredList").removeClass("open");$(".featuredList").addClass("closed");$(".featuredList > ul").animate({height:121},"fast");}
return false;});$('.answerButton').bind('click',function(){var id=$(this).attr('id').replace(/answerButton_/,'');$(window).scrollTo('#postcomment',500);$('#postcomment').append('<span id="loadingComment"><img src="http://i.afterdawn.com/v4/animated_circle.gif"/></span>');$.ajax({type:'GET',url:'/ajax/q.cfm?a=mq&id='+id,dataType:'json',success:function(data){$('#aDMessage').focus().val($('#aDMessage').val()+data['message']+'\n\n').scrollTop(99999).focus();;$('#loadingComment').remove();},error:function(){alert('Could not retrieve message. Please try again later.');$('#loadingComment').remove();}});return false;});});$(window).bind('load',function(){if(location.hash!=''){if($(location.hash).length==1)
$(this).scrollTo(location.hash,500);}});$(document).ready(function(){$(".toggleSearchOptions").click(function(){$(".advSearch").toggle();$(".toggleSearchOptions").toggle();});$('#searchStartDate').datepicker({changeMonth:true,changeYear:true,minDate:new Date(1999,6-1,10),maxDate:0,defaultDate:new Date(1999,6-1,10),showButtonPanel:true,altField:'#hiddensearchStartDate',altFormat:'mm/dd/yy'},$.datepicker.regional['fi']);$('#searchEndDate').datepicker({changeMonth:true,changeYear:true,minDate:new Date(1999,6-1,10),maxDate:0,showButtonPanel:true,altField:'#hiddensearchEndDate',altFormat:'mm/dd/yy'},$.datepicker.regional['fi']);if($('#hiddensearchStartDate').val()!='00/00/0000')
$('#searchStartDate').datepicker('setDate',new Date($('#hiddensearchStartDate').val()));if($('#hiddensearchEndDate').val()!='00/00/0000')
$('#searchEndDate').datepicker('setDate',new Date($('#hiddensearchEndDate').val()));});;function showMoreComments(){var moreButton=$('#showMoreComments');moreButton.blur();var id=moreButton.attr('href').replace(/\?/,'');$('#moreComments').html('<img src="http://cdn1.afterdawn.com/v4/animated_circle.gif"/>');$.ajax({type:'GET',url:'/ajax/q.cfm?a=nc&'+id,dataType:'json',success:function(data){$('.userComments').append($(data['userComments']));$('#moreComments').html(data['moreComments']);$('.userComments>li').slideDown();}});return false;};