if ($.browser.msie && $.browser.version == 6.0) {  
alert("Some elements of the site are not fully supported by your version of Internet Explorer. Learn how to easily install a newer, faster and more secure browser at www.browsehappy.com." ); 
}
$(function() {
	$('.pic').cycle();
	$('a[href^=http://]').attr('target', '_blank');
    $('a[href$=pdf]').attr('target', '_blank');
	$('#switch').switcher();
    $('#portfolio a').fancybox({'zoomSpeedIn':0, 'overlayOpacity': 0.8, 'overlayShow': true });
	$('a.fbox').fancybox({'frameWidth':644, 'frameHeight':461, 'overlayOpacity': 0.8, 'overlayShow': true });
function getGroupItems(opts) {
	jQuery.each(imageList, function(i, val) {
	    opts.itemArray.push(val);
	    });
	}
});
function mycaro_initCallback(carousel) {
    $('.control a,.con').bind('click', function() {
        carousel.scroll($.caro.intval($(this).text()));
        return false;
    });
    $('.caro-scroll select').bind('change', function() {
        carousel.options.scroll = $.caro.intval(this.options[this.selectedIndex].value);
        return false;
    });
};
$(function() {
    $("#caro").caro({
        scroll: 1,
        initCallback: mycaro_initCallback
    });
	$('.control a:first').addClass('active');
	$('.control a').click(function(){
	$('.control a').removeClass('active');
	$(this).addClass('active'); 
		return false;
});
	$('.con').click(function(){ 
	$('.control a').removeClass('active');
	$('#b3').addClass('active'); 
		return false;
	});
});