(function(){var viximo=window.viximo={init:function(options){this.options=options;var protocol=viximo.url.protocol;var host=viximo.url.host;var port=viximo.url.port;var url=protocol+'://'+host;if((protocol=='http'&&port!=80)||(protocol=='https'&&port!=443)){url+=':'+port;}
url+='/javascripts/api/viximo.js';if(this.isDocumentReady){var head=document.getElementsByTagName('head')[0];var script=document.createElement('script');script.src=url;head.appendChild(script);}else{document.write('<script src="'+url+'" type="text/javascript"><\/script>');}}};(function(){function documentReady(){viximo.isDocumentReady=true;}
if(document.addEventListener){document.addEventListener('DOMContentLoaded',function(){document.removeEventListener('DOMContentLoaded',arguments.callee,false);documentReady();},false);}else if(document.attachEvent){document.attachEvent('onreadystatechange',function(){if(document.readyState==='complete'){document.detachEvent('onreadystatechange',arguments.callee);documentReady();}});if(document.documentElement.doScroll&&window===window.top)(function(){if(viximo.isDocumentReady){return;}
try{document.documentElement.doScroll('left');}catch(error){setTimeout(arguments.callee,0);return;}
documentReady();})();}
if(window.addEventListener){window.addEventListener('load',documentReady,false);}else if(window.attachEvent){window.attachEvent('onload',documentReady);}})();viximo.url={protocol:'https',host:VIXIMO_HOST,port:443};})();