jQuery().ready(function() {  	jQuery("a[rel^='prettyPhoto']").prettyPhoto();	jQuery('.rotate-pause').click(function() { 		jQuery('#rotate-graphic').cycle('pause'); 	});	jQuery('.rotate-prev').click(function() { 		jQuery('#rotate-graphic').cycle('pause'); 	});	jQuery('.rotate-next').click(function() { 		jQuery('#rotate-graphic').cycle('pause'); 	});	jQuery(".bigLink").hover(	  function () {		jQuery(this).children(".keyTitleH").show();		jQuery(this).children(".keyCaptionH").show();		jQuery(this).children(".keyTitle").hide();		jQuery(this).children(".keyCaption").hide();	  },	  function () {		jQuery(this).children(".keyTitleH").hide();		jQuery(this).children(".keyCaptionH").hide();		jQuery(this).children(".keyTitle").show();		jQuery(this).children(".keyCaption").show();}	)	var target = '.bigLink';	jQuery(target).each(function(){		jQuery(this).hover(			function(){				status=jQuery(this).find('a').attr('href');			},			function(){				status='';			});		jQuery(this).click(function(){			location=jQuery(this).find('a').attr('href');		});		jQuery(this).css('cursor','pointer');	});	//jQuery(".scrollable").scrollable({circular: true}).autoscroll({interval: 7000});	jQuery(".scrollable").scrollable({circular: true});	jQuery('#HomeContainer').show();	jQuery('#Menu').show();	jQuery('#rotate-graphic').show();}); function setOrCreateMetaTag(metaName, name, value) {	var t = 'meta['+metaName+'='+name+']';	var mt = jQuery(t);	if (mt.length === 0) {		t = '<meta '+metaName+'="'+name+'" />';		mt = jQuery(t).appendTo('head');	}	mt.attr('content', value);}function print_div_css(divID){var a = window. open('','','scrollbars=yes,width=500,height=500');a.document.open("text/html");a.document.write('<html><head><link href="Styles/print.css" rel="stylesheet" type="text/css" />');a.document.write(document.getElementById(divID).innerHTML);a.document.write('</body></html>');a.document.close();a.print();}
