$(document).ready(function(){

	//$('#home-search').corner('10px');
	$('#home-search > ul,#realtytabs > ul').tabs();

	 //$('.fade').innerfade({ speed: 6000, timeout: 10000, type: 'sequence', containerheight: '335px' });
	 
	 $("div.cycleme").cycle(5000);
	
	 $("p.thumbs img").click(function () { 
     	 $(this).addClass("thumbborder");
		  $(this).siblings().removeClass("thumbborder");
		  var idx = $("p.thumbs img").index(this);
		  show_cycle_elem(idx);
	 });

	
	 $("a[@rel='external']").addClass("external").click(function() { window.open( $(this).attr('href') );
        return false; }); 
	 
	 $('#featuredproperty').disableTextSelect();
	
});