var path = "http://www.levingroupestates.com/wp-content/themes/whiteboard/js/ajax/eytan.txt";

jQuery(document).ready(function () {

 jQuery(".orangetrans").fadeTo(100, .7)
 
  
  	jQuery(".indexproperty").hover(
			function()
			{
				jQuery(this).children(".orangetrans").fadeTo(500, 1.0)
			},
			function()
			{
				jQuery(this).children(".orangetrans").fadeTo(500, .7)
			}
		)
 
 jQuery("#eytan").css('border-bottom', '3px solid #f57f25');
  

  






jQuery(".agent").click(function(){
jQuery(".agent").css('border-bottom', 'none');
        jQuery(this).css('border-bottom', '3px solid #f57f25');
     
        





path='http://www.levingroupestates.com/wp-content/themes/whiteboard/js/ajax/'+this.id+'.txt';
fout(path);
return false;
});
    


        
});
    
    



function borders(){

   
}





function fadein() {
jQuery('#agentbio').fadeIn(500);
}

function fadeout() {
jQuery('#agentbio').fadeOut(500);

}

  function fin() 
  { 
    jQuery("#agentbio").fadeIn(500);
  
      
        
  }



 
  function callback(data, status) 
  { 
    jQuery("#agentbio").html(data); 
  }
  
  
   function fout(path) 
  { 
    jQuery("#agentbio").fadeOut(500, function(){
    jQuery.ajax({ 
type:"GET", 
url:path,
cache: false, 
success: callback,
complete: fin
}); 
    });
 
  
}


function homefade(){
jQuery("#homecontainer").fadeIn(1000);
  

}

