$("#featured").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5500, true);  
           $('#featured ul li a').click(function () {
                javascript:window.open(this.rel,"_self");
                return true;
           });
          $("#ui-tabs-nav").tabs({
		select: function() {
		window.location.href = $(this).attr('href');	//go to link from a tag.
		}
	});