/* inicializa objetos 

Autor. Cesar Saavedra
Couch: Rubén Schaffer 
UFM. 02:08 p.m. 07/05/2010

 */


        var previousOnload = window.onload;
        window.onload = function () {

if( document.getElementById('horizontal_carousel') ){ hCarousel1 = new UI.Carousel("horizontal_carousel"); }
if( document.getElementById('middhorizontal_carousel') ){ hCarousel2 = new UI.Carousel("middhorizontal_carousel"); }
if( document.getElementById('gallhorizontal_carousel') ){ hCarousel3 = new UI.Carousel("gallhorizontal_carousel"); }
if( document.getElementById('adshorizontal_carousel') ){ hCarousel4 = new UI.Carousel("adshorizontal_carousel"); }
if( document.getElementById('rephorizontal_carousel') ){ hCarousel5 = new UI.Carousel("rephorizontal_carousel"); }
if( document.getElementById('blogs_carousel') ){ hCarousel6 = new UI.Carousel("blogs_carousel"); }
if( document.getElementById('chat_carousel') ){ hCarousel7 = new UI.Carousel("horizontal_carousel"); }
if( document.getElementById('rcmashorizontal_carousel') ){ hCarousel8 = new UI.Carousel("rcmashorizontal_carousel"); }

// comentado por Cesar para cartones en opinion -> 05:40 p.m. Sábado, 12 de Junio de 2010 
if( document.getElementById('autorCartonBlock') ){ hCarousel9 = new UI.Carousel("autorCartonBlock"); }
if( document.getElementById('fechaCartonBlock') ){ hCarousel10 = new UI.Carousel("fechaCartonBlock"); }
// comentado por Cesar para cartones en detalle de cartonista -> 07:48 p.m. 18/06/2010
if( document.getElementById('galleryCartoons') ){ hCarousel11 = new UI.Carousel("galleryCartoons"); }
/* ya esta arriba :P 			hCarousel1 = new UI.Carousel("middhorizontal_carousel");*/




                        /* TransitionTabs({delay:0.7});*/
            TransitionTabs({delay:0.1});

                        setTimeout("if(previousOnload) previousOnload();", 1000);
                }

