﻿/*******************************************/
/*               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 title=\"Miagenda.it, prenota qui la tua visita\" onclick=\"javascript:self.document.location.href='http://www.miagenda.it/prenotazioni.aspx?id=" + SiteCodIn + "'\" style=\"cursor:pointer; width:200px; height:279px; background-image:url('http://www.miagenda.it/public/banner/banner200_279.png'); background-repeat:no-repeat\"><div style=\"padding-top:60px; padding-left:15px\"><iframe id=\"AGFrame\" src=\"http://www.miagenda.it/LoadExtData.aspx?id=" + SiteCodIn + "\" width=\"170px\" height=\"100px\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\"></iframe></div>";
    document.getElementById('AgendaScript').parentNode.appendChild(AgnedaDiv);        
}
