    
			//This hides the inline content if JavaScript is supported, but allows it to remain visible if not.
			//<![CDATA[
			document.write("<style type='text/css'>.hidden{display:none;}<\/style>");
			//]]>
			
			$(document).ready(function(){
				$.fn.colorbox.settings.bgOpacity = "0.9";
				$("a[rel='jack']").colorbox({transition:"fade"});
			});
