$(document).ready(
	function() {
//
//		// Open links with rel="external" in new window - like ye ole' target="_blank"
//		$('a[rel="external"]').click(function() {window.open( $(this).attr('href') ); return false;});

		$(".nav").show(); {
			}
	
					
		
		if ($('ul.subnav').length > 0){
			$(".shadow").css("background-image", "none");
		}
		
		// Zebra-stripe data tables
		$("table.data tbody").each(function() {
			$(this).removeClass("odd even");
			$("tr:odd", this).addClass("odd");
			$("tr:even", this).addClass("even");
		});
	

	$('#slideshow, #wrapperbg').cycle({ 
		fx:     'fade', 
		speed:  'slow', 
		timeout: 0, 
		next:   '#next', 
		prev:   '#prev' 
		
		
	});
	
		
	$('#featureSlider').cycle({ 
		fx:     'scrollHorz', 
		speed:  'slow', 
		timeout: 0, 
		next:   '#next', 
		prev:   '#prev' 
		
	});
	
		// Initialize Lightbox
		$(".lightbox").lightbox();


	}

);


