		$(document).ready(function() {
				
				$("a#donate").bind("click", function() {
					$("#donate_form").submit()
				});

				$("a#single_1").fancybox();
					
				$("a#single_2").fancybox({
					'zoomOpacity'			: true,
					'overlayShow'			: false,
					'zoomSpeedIn'			: 800,
					'zoomSpeedOut'			: 800
				});
				
				$("a#single_3").fancybox({
					'overlayShow'			: false,
					'zoomSpeedIn'			: 800,
					'zoomSpeedOut'			: 800,
					'easingIn'				: 'easeOutBack',
					'easingOut'				: 'easeInBack'
				});
				
				$("a.group").fancybox({
					'hideOnContentClick': false,
					'frameWidth': 894,
					'frameHeight':516
				});
				
				
				$("a.group2").fancybox({
					'hideOnContentClick': false,
					'frameWidth': 894,
					'frameHeight':516
				});

				
			
				
			});
			
			
			
			$(function(){ 
				$('a.normalTip').aToolTip();
				   tipContent: 'Hello I am aToolTip with content from the "tipContent" param'
				
				$('a.fixedTip').aToolTip({
		    		fixed: true
				});
				
				$('a.clickTip').aToolTip({
		    		clickIt: true,
		    		tipContent: 'Hello I am aToolTip with content from the "tipContent" param'
				});				
				
				
			
				
				$('#lk_j').css('color','#0099CC');
				
				$('div.legendas a').click(function(){
				        $('div.legendas a').css('color','#8990B6');
				        $(this).css('color','#0099CC');
						 
				});
				
			}); 
			
			
				$(function(){
                 $("#retorno").hide();
				   $("#enviar_dominio").click( function(){ 
				        $("#retorno").show(700);
				   var dominio = $('#campo_dominio').val();
					$().ajaxStart(function() { $('#loading').show(); });
					$().ajaxStop(function() { $('#loading').hide(); });				   
			
			
				    $.post("whois.php",{dominio: dominio},function(data){

					
					
				    $("#retorno").html(data);
		            

					}); 
				}); 
				
				$('#f_close').click(function(){
				  $('#retorno').hide(200);
				});

			}); 
			
			
			
			
						  
