var e = edit.createElement('link'); 
e.rel = 'stylesheet'; 
e.type = 'text/css'; 
e.href = 'https://preview.coca-cola.com/content-store/es_CO/Red/options.css'; 
this.iframe[0].contentWindow.document.getElementsByTagName('head')[0].appendChild(e);
