<!--<![CDATA[
var strLenguaje=""
var strUrl=""
                  
    $(document).ready(function() {
        metas = document.getElementsByTagName('meta');
        for(iPos=0;iPos<metas.length;iPos++)
        {
            nombre = metas[iPos].name;
            if(nombre=='DC.language')
            {
                strLenguaje=metas[iPos].content;
            }
            if(nombre=='DC.url')
            {
                strUrl=metas[iPos].content;
            }
            
        }   
         
        Cufon.replace('#nav li a strong', { hover: true, hoverables: {a:true, li:true, strong:true }, fontFamily: 'gulim' });
        Cufon.replace('#shops-search h2', { fontFamily: 'tradegothic' });
        Cufon.replace('#shops-search h3', { fontFamily: 'tradegothic' });
        Cufon.replace('.col3-c1 h3', { fontFamily: 'tradegothic' });
        Cufon.replace('.contact-box a', { fontFamily: 'tradegothic' });
        Cufon.replace('.results-box dl dt', { fontFamily: 'tradegothic' });
        Cufon.replace('.results-box dl dd', { fontFamily: 'tradegothic' });
        rollover('#banner1 a');
        rollover('#banner2 a');
        rollover('#banner3 a');
        
        $.preloadCssImages();     

        layoutBordes();
        
        $("#results-box").scrollable({      
            vertical:true,
            loop:true, 
            items:"#thumbs"   ,
            size: 3,
            speed: 100,
            hover: true ,
            timehover: 100
            
           
        });
        
        $('#lang_1').click(function () {
            $.ajax(
            { 
                    type: "POST",
                    url: "es/idiomas/cambiar/es"
            });
            return false;        
        });   
        $('#lang_2').click(function () { 
            jAlert('Brevemente', 'Informação');
            $.ajax(
            { 
                    type: "POST",
                    url: "es/idiomas/cambiar/pt"
            });
            return false;                
        }); 
        $('#lang_3').click(function () { 
            jAlert('Coming soon', 'Information');
            $.ajax(
            { 
                    type: "POST",
                    url: "es/idiomas/cambiar/en"
            });
            return false;              
        });           
        
        
    });
    
    function CargarTienda(tienda)
    {

        document.location=strUrl+strLenguaje+"/tiendas/tiendascp/"+tienda;
    }
    function ValidarCProvincia()
    {
        
        var strCP=$("#cpProvincia").val()
        if(strCP=='')
        {
            jAlert('Debes seleccionar tu provincia', 'Tiendas'); 
        }
        else
        {
            document.location=strUrl+strLenguaje+"/tiendas/tiendascp/"+strCP+"/";
        }
        
    }
    //]]>-->