<!--
var datos_origen={
 dominio:window.location.hostname,
 ruta_completa:window.location.href,
 titulo:window.document.title,
 descripcion:window.document.getElementsByName('description').item("description").content
}; 
function coger_datos_origen(){return (datos_origen)};
-->
