/***
* hospital_homepage.js
* (c) 2008, Hospital for Sick Children
************************/

jQuery(document).ready(function() {
    jQuery('#content_partner_sites').jcarousel({          
        // Configuration goes here
        scroll: 1        
    });
});

// Bind an onload event which initializes the slideshow
$(window).bind("load", function() { 
	// Setup the content slideshow
	$("div#content_feature").slideshowSetup() 
});