Aplicacion=Class.create({initialize:function(){if(typeof(Cargador)!="undefined"){this.cargador=new Cargador({anchoPag:800})}if(typeof(Ventana)!="undefined"){ventana=new Ventana()}document.observe("dom:loaded",this.onPagCargada.bind(this))},onPagCargada:function(){var c=("https:"==document.location.protocol?"https://ssl.":"http://www.")+"google-analytics.com/ga.js";var a=new Element("script",{src:c});var b=function(){if(!a.readyState||/loaded|complete/.test(a.readyState)){var d=_gat._getTracker("UA-503372-7");d._trackPageview()}};a.observe("load",b);a.observe("readystatechange",b);document.body.appendChild(a)}});var app=new Aplicacion();