	$(document).ready(function(){
		$("#rotator").randombg({
    		directory: "Portals/_default/Skins/_common/images/rotate/",
			howmany: 6
		});

		$('.quote-content-left').wrap('<div class="quote left" />');
		$('.quote-content-right').wrap('<div class="quote right" />');
		$('span.author').before('<img src="/Portals/0/Images/quote_close.gif" />');

		$('a[href=#top]').click(function(){
	    	$('html, body').animate({scrollTop:0}, 'slow');
	    	return false;
		});
		$('#we_are_rotate').cycle({
			fx: 'blindY',
			timeout: 6000,
			cleartypeNoBg: true
		});
		$('#dnn_ctr384_HtmlModule_lblContent').cycle({
			fx: 'fade',
			timeout: 12000,
			cleartypeNoBg: true,
			random: 1
		});
	
		$('#dnn_ctr384_HtmlModule_lblContent').cycle('stop');
	});

