(function() { /* Localize jQuery variable */ var jQuery; var container='#widget-container'; var contenido = '

Crucero Mediterráneo

8 Días / 7 Noches Viajes a Napoles, Viajes a Roma, Viajes a Capri, Viajes a Genova, Viajes a Marsella, Viajes a ITALIA

Clientes de CAJASUR, mayores de 60 años Salida del 17 al 24 de noviembre desde Córdoba Barco: Costa Smeralda

desde 1017 Reservar
'; var base_url = '//www.viajesazulmarino.com'; /******** Load jQuery if not present *********/ if (window.jQuery === undefined || window.jQuery.fn.jquery !== '1.4.2') { var script_tag = document.createElement('script'); script_tag.setAttribute("type","text/javascript"); script_tag.setAttribute("src", base_url + "/js/jquery.min.js"); if (script_tag.readyState) { script_tag.onreadystatechange = function () { /* For old versions of IE*/ if (this.readyState == 'complete' || this.readyState == 'loaded') { scriptLoadHandler(); } }; } else { script_tag.onload = scriptLoadHandler; } /* Try to find the head, otherwise default to the documentElement*/ (document.getElementsByTagName("head")[0] || document.documentElement).appendChild(script_tag); } else { /* The jQuery version on the window is the one we want to use*/ jQuery = window.jQuery; main(); } /******** Called once jQuery has loaded ******/ function scriptLoadHandler() { /* Restore $ and window.jQuery to their previous values and store the*/ /* new jQuery in our local jQuery variable*/ jQuery = window.jQuery.noConflict(true); /* Call our main function */ main(); } /******** Our main function ********/ function main() { jQuery(document).ready(function($) { $(container).append(contenido); }); } })(); /* We call our anonymous function immediately*/