if (readCookie('iedismiss')) $('.ieNotification').remove();
// doc js init
$(document).ready(function () {
$(".tweetNordic").tweet({join_text:"auto",username:"HintTechNordic",avatar_size:24,count:3,auto_join_text_default:"> ",auto_join_text_ed:">",auto_join_text_ing:">",auto_join_text_reply:"In reply to",auto_join_text_url:"",loading_text:"loading tweets"});$("ul.nav").supersubs({minWidth:12,maxWidth:30,extraWidth:1}).HTnav();$("ol.hotZone h2 a").hotZone({hoverClass:'topicOver',clickZone:'li:eq(0)'});$("div.hotZoneCol h3 a").hotZone({hoverClass:'topicOver',clickZone:'div:eq(0)'});$("ul.hotZoneList h4 a").hotZone({hoverClass:'hotZoneListOver',clickZone:'li:eq(0)'});$('#contentLeftColumn div.container').each(function(){$(this).after('<span class="containerTrailer"></span>')});$('#contentRightColumn div.container').each(function(){$(this).after('<span class="containerTrailer"></span>')});$('.clearField').clearField({blurClass:'clearFieldBlurred',activeClass:'clearFieldActive'});setEqualHeight($(".topicMatrix  > li"));setEqualHeight($(".homeMatrix  > li"));setEqualHeight($(".eqWrapper  > div"));setEqualHeight($(".eqListWrapper  > li.equalA"));setEqualHeight($(".eqListWrapper  > li.equalB"));setEqualHeight($(".eqListWrapper  > li.equalC"));$(".htShareBox img.socialBlur").hover(function(){$(this).stop().animate({"opacity":"0"},"300")},function(){$(this).stop().animate({"opacity":"1"},"300")});$('#QCsubmit').click(function(){var name=$('#QCname');var email=$('#QCemail');var comment=$('#QCmessage');var language=$('#QClanguage');if(name.val()==''){name.addClass('QCerror');$('#QCheader').hide();$('#QCheaderError').show();return false}else name.removeClass('QCerror');if(email.val()==''){email.addClass('QCerror');$('#QCheader').hide();$('#QCheaderError').show();return false}else email.removeClass('QCerror');if(comment.val()==''){comment.addClass('QCerror');$('#QCheader').hide();$('#QCheaderError').show();return false}else comment.removeClass('QCerror');var data='name='+name.val()+'&language='+language.val()+'&email='+email.val()+'&comment='+encodeURIComponent(comment.val());$('.QCtext').attr('disabled','true');$('#QCsubmit').hide();$('#QCloader').show();$.ajax({url:"http://www.hinttech.com/inc/proc/qc_proc.php",type:"GET",data:data,cache:false,success:function(html){if(html==1){$('#quickContact').fadeOut(1000);$('#QCsuccess').fadeIn(1000)}else alert('Sorry, unexpected error. Please try again later.')}});return false});$('.emailSpamLess').dcSpamless();
// end doc js init
});



