
jQuery(document).ready(function($){if($(".banners").length){var imgcount=$('.banners img').length;var complete=0;$('.banners img').load(function(){complete++;if(complete==imgcount){init_banner()}})
$('.banners img').each(function(){if(this.complete)complete++;if(complete==imgcount){init_banner()}})}
if($(".services a").length){var lock=false;var first=true;var speed=150;$(".services a").mousemove(function(e){var obj=this;if(!lock){var p=$(obj).position();var opt={left:p.left+$(obj).width()+parseInt($(obj).css('paddingRight'))/2,top:p.top+$(obj).height()};$(".tip div").html($(obj).attr("rel"))
lock=true;if(first){first=false;$(".tip").animate(opt,speed,function(){lock=false;}).show(speed)}
else{$(".tip").show().animate(opt,speed,function(){lock=false;})}}});$("article").mouseleave(function(){$(".tip").hide(speed)
first=true;})}})
function track(id,obj){$.get(BASE+"ajax/todos/log/"+id,function(data){window.location=obj.href;});return false;}
function init_banner(){$(".banners").fadeIn(800)
$(".slogan").slideDown(500)}
