	$(function()
	{
		$("ul.nav").supersubs({ 
			minWidth:    12,
			maxWidth:    27,
			extraWidth:  1
		}).superfish({
			animation : { 
				opacity:"show", 
				height:"show" 
			},
			autoArrows:  false
		});
	});
	
	$(function()
	{
		$('#featured-property-images').hide().cycle({ 
			fx:     'fade', 
			speed:   1000,
			timeout: 3000, 
			pause:   0
		}).show();
		
		$('#meet-our-agents-rotation').hide().cycle({ 
			fx:     'fade', 
			speed:   1000,
			timeout: 3000, 
			pause:   0
		}).show();
		
		var image_width = $('#featured-property-images').width();
		
		$('#featured-property-images div').each(function() {
        	$(this).width(image_width);
        });
		
		
		if( $('#index_swf_object').length )
		{
			var flashvars = {};
			var params = {wmode:"transparent"};
			var attributes = {};
			swfobject.switchOffAutoHideShow();
			swfobject.embedSWF("/swf/exit.swf", "index_swf_object", "256", "366", "9.0.0", "/swf/expressInstall.swf", flashvars, params, attributes);
		}		
		
	});
