﻿/*******************************************/
/*               MIAGENDA.IT               */
/*        COPYRIGHT © - MIAGENDA 2010      */
/*******************************************/
var AgnedaDiv = document.createElement("div");
var initSuccess = false;
var SiteCodIn = SiteCod;
try {   
    if (SiteCodIn.length > 0) {
        initSuccess = true;
    }
}
catch (err) {
    alert('Required: SiteCodIn.');
}
if (initSuccess) 
{


AgnedaDiv.innerHTML = "<div style=\"width:234px; position:relative; border:0px; z-index:10000\"><iframe id=\"AGFrame\" src=\"http://api.miagenda.it/ExternalPre.aspx?id=" + SiteCodIn + "\" width=\"234px\" height=\"499px\" frameborder=\"0\" marginheight=\"0px\" marginwidth=\"0px\" scrolling=\"no\"></iframe></div>";
    document.getElementById('AgendaScript').parentNode.appendChild(AgnedaDiv);        
}
