//accordion
jQuery().ready(function(){

	// simple accordion
	jQuery('#accordion').accordion({
		autoheight: false
});



    $("a[rel='flowersSlideshow'], a[rel='animalsSlideshow']").colorbox({ transition: "fade" });


    //Cufon font replacement calls
    Cufon.replace('#accordion a, .accordion-content h2');


    //png transparency for IE6
    DD_belatedPNG.fix('img, a, input, h1, h1 a');

    $("#tabs").tabs();


    //open all external links in new window
    $("a[@href^='http']").attr('target', '_blank');


});









