<%@ Language=VBScript %> <% if request("submit")<>"" then Dim t1,t2,t3,st t1 = Request.Form("email") t2 = Request.Form("name") t3 = Request.Form("subject") st = Request.Form("details") Dim oMail Set oMail = server.CreateObject("[email protected]") oMail.MailFrom = t1 oMail.MailFromDisplayName = t2 oMail.ContentType = "text/html;" oMail.MailTo = "[email protected]" oMail.Subject = t3 oMail.MessageBody = st oMail.SendMessage Set oMail = Nothing Response.Redirect "derecho_internacional_privado_grupos_foro_autorizacion.asp" else%> :: Secretar�a de Asuntos Jur�dicos (SAJ) > Organizaci�n de los Estados Americanos ::

I - REGLAS GENERALES, Campo de aplicación / I - GENERAL PROVISIONS, Scope of Application 

[for English, scroll down]

Art. 4 - Cláusula  de excepción 

1. La ley indicada como aplicable por esta Convención puede no ser aplicable en casos excepcionales, si, teniendo en vista todas las circunstancias del caso, la conexión con la ley indicada  como aplicable resultara superfisial y el caso se encontrara   más  estrechamente vinculado con otra ley más favorable al consumidor. 


Art. 4. Loophole clause 

1. The law indicated as applicable by virtue of this Convention might not be applicable in certain cases, if, considering all the circumstances relevant to the case, the connection with the law indicated as applicable is insufficient and the case itself is closely related to another law, more favorable to the consumer.  

Secretaría de Asuntos Jurídicos (SAJ) / Secretariat for Legal Affairs (SLA)
 Cidip VII - Foro de discusión / Working Groups

<%end if%>