jQuery(document).ready(function() {
    jQuery('a[rel*="external"]').click(function(){
    this.target='_blank'; 
    });
    
    jQuery(document).pngFix();
    

	if (jQuery('#siteCarousel').length) {
	        jQuery('#siteCarousel').cycle({ fx: 'scrollLeft', timeout: 8000 });
    };

});


