function acces ()
{
	var action;
	if (document.getElementById("account").value.toUpperCase().indexOf("-REF") != -1)
	{
	    alert ( "vous devez vous sur le site http://www.ucatchit-referencement.com/" );
	    top.name = "";
	    document.location = "http://www.ucatchit-referencement.com";
	}
	else
	{
	    action = "/cgi-bin/l_passe";
            document.getElementById("connect").action=action;
	    document.getElementById("connect").method="post";
	    document.getElementById("connect").submit();
	}
}

document.write( '	<form id="connect" action="javascript:acces()" name="connect">');
document.write( '		<table width="260" cellpadding="0">' );
document.write( '			<tr>' );
document.write( '				<td width="90"><img src="images/log_login.gif" width="88" height="20" alt="login" /><br /></td>' );
document.write( '				<td width="120"><input type="text" name="account" id="account" tabindex="1" /></td>' );
document.write( '				<td width="50" rowspan="2" align="right"><input type="image" src="images/log_ok.gif" alt="OK" class="btn" tabindex="3" />' );
document.write( '				<input type="hidden" name="lg" value="fr" />');
document.write( '				<input type="hidden" name="skin" value="uci" /></td>');
document.write( '				<input type="hidden" name="menu" value="__SUVABPH___SAR" />');
document.write( '				<input type="hidden" name="tag_uci" value="'+top.name+'" />');
document.write( '			</tr>' );
document.write( '			<tr>' );
document.write( '				<td><img src="images/log_pass.gif" width="88" height="20" alt="Mot de passe" /><br /></td>' );
document.write( '				<td><input type="password" name="passe" tabindex="2" /></td>' );
document.write( '			</tr>' );
document.write( '		</table>' );
document.write( '	</form>' );
document.connect.account.focus();

