﻿/// <reference path="../jquery-1.3.2-vsdoc.js" />
/// <reference path="../dsbo.js" />

/*
	Updates to this file must be run through the compressor at:
	http://javascriptcompressor.com/
	save output to topic.min.js
*/

/*global $, jQuery */

jQuery.Namespace.Register('jQuery.DSBO.Content');

(function($) {
	$("#rotatorTabs").tabs({ fx: { opacity: "toggle"} }).tabs("rotate", 10000, false);
})(jQuery);
