// JavaScript Document

//#####################################################################     
//###############     CopyRight Granville Design      #################
//###############       http://www.granville.nl       #################
//#####################################################################
//# @GD 2009 														  #
//# property.script.js												  #
//#####################################################################

// jQuery
$(document).ready(function() {
	
	
	// jRotateTabs
	$("#featured").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 7000, true);  

});