var revealContent=function(){$('#content').each(function(){$contentEl=$(this);$('>div',$contentEl).each(function(){if($(this).css("float")=="right")return true;$('>*',this).not('.dropdown-menu').each(function(){var $blockEl=$(this);var nodeSet=[this];if((!$.browser.msie||$.browser.version>7)&&this.tagName=='P')nodeSet=$('>*',this);$(nodeSet).each(function(){var $subEl=$(this);$subEl.css('visibility','hidden');$contentEl.queue(function(){$subEl.hide().css('visibility','visible').fadeIn(300,function(){$contentEl.dequeue();$subEl.css('visibility','visible');if($.browser.msie)this.style.removeAttribute("filter");});});});});});$contentEl.queue(function(){initVideo();});});}	

			$(document).ready(function(){
									   
									
				
				
				// COLORBOX SETTINGS
				$(".colorbox_html").colorbox({iframe:true, width:"80%", height:"80%"});
				$(".colorbox_html_inner").colorbox({iframe:true, width:"40%", height:"80%"});
				
				
				// Effect of event Tabs
				$("#tabs").tabs({ fx: { opacity: 'toggle' } });
		
		
		
				// CYCLE RUN_INTRODUCTION
				$('#run_cycle')
					.after('<div id="cyclenumber">')
					.cycle({
						fx: 'fade',
						speed: '1500',
						timeout: 6500,
						pause: true,
						pager: '#cyclenumber'
					});
			
				$("div#cyclenumber").append('<div class="white"></div>');
		
			});













	
	
		




