// Standard jQuery header
;(function($) {

$(document).ready(function() {
    // Gallery
    $('#GalleryNo-0').jcarousel({
        // Configuration goes here
    	//vertical:false
    });
    // Get link of first video
    $('.ytlink').each(function(){
        firstid=$(this).attr('rel');
        //alert('firstid='+firstid);
        return false;
    })
})
})(jQuery);
