<!-- Web Generada con iCatalog Inmobiliarias. http://www.innova22.com/icatalog--> 



function replace(originalString,searchText,replaceText) { 
var strLength = originalString.length; 
var txtLength = searchText.length; 
if ((strLength == 0) || (txtLength == 0)) 
{ return originalString; } 
var i = originalString.indexOf(searchText); 
if ((!i) && (searchText != originalString.substring(0,txtLength))) 
{ return originalString; } 
if (i == -1) 
{ return originalString; } 
var newstr = originalString.substring(0,i) + replaceText; 
if (i+txtLength < strLength) 
{ newstr += replace(originalString.substring(i+txtLength,strLength),searchText,replaceText); } 
return newstr;} 


function currency(anynum) {
   //-- Returns passed number as string in $xxx,xxx.xx format.
   anynum=eval(anynum)
   
   workNum=Math.abs((Math.round(anynum*100)/100));
   workStr=replace(""+workNum,".",",")
   if (workStr.indexOf(",")==-1){workStr+=",00"}
   dStr=workStr.substr(0,workStr.indexOf(","));dNum=dStr-0
   pStr=workStr.substr(workStr.indexOf(","))
   while (pStr.length<3){pStr+="0"}

   //--- Adds comma in thousands place.
   if (dNum>=1000) {
      dLen=dStr.length
      dStr=parseInt(""+(dNum/1000))+"."+dStr.substring(dLen-3,dLen)
   }

   //-- Adds comma in millions place.
   if (dNum>=1000000) {
      dLen=dStr.length
      dStr=parseInt(""+(dNum/1000000))+"."+dStr.substring(dLen-7,dLen)
   }
   retval = dStr + pStr 
   //-- Put numbers in parentheses if negative.
   if (anynum<0) {retval="- "+retval}
   return retval
}

function main(){
CodReg = new Array('10001','10006','10005','10004','10003','10002','10007','10010','10011','10009','10008' );
DescPoblacio = new Array('Palafolls','Barcelona','Barcelona','Platja d\'Aro','Pineda de Mar','Llavaneres','Barcelona','Mataró','Mataró','Puigerdà','Barcelona' ); 
Descripcion = new Array('Casa señorial en la Costa Brava','Diagonal Mar - Illa de la Llum','Apart. Lujo en Pedralbes','Apart. en Port d&#39Aro','Casa en Pineda de Mar','Chalet en Llavaneres','Passeig de Gràcia, 3','Piso en el centro de Mataró','Mataró - C. Rocafonda','Apart. de montaña','Córcega 220 (con Muntaner)' );
CodPoblacio=new Array('67','64','64','69','68','65','64','66','66','6A','64' );
Import1= new Array(700900,1050900,560500.77,200000,308200,1250000,506700.6,220000,180000,120500,900000 );
TipoViviendaList=new Array('0','0','0','0','0','0','0','0','0','0','1' );


 
var urlTmp = location.href;
UrlArr = urlTmp.split("?",2);
var param=UrlArr[1];
arrparam=param.split("&",50);
var tipovivienda = "";
var poblacion = "";
var importe1 = "";
var importe2 = "";
var valor = "";
   for(var ind = 0; ind < arrparam.length; ind++) { 
        
          identifi = arrparam[ind].split("=",2); // tipovivienda=v
          if(identifi.length >= 1){
             valor = identifi[1];
                }
         switch(identifi[0])  { 
                case "tipovivienda":
                    tipovivienda = valor;
                   
                    break;
                case "poblacion":
                    poblacion = valor;
	            break;
                case "importe1":
	            importe1 = valor;
                    break;
                case "importe2":
                    importe2 = valor;
                    break;
          }
        
      } 


//alert("tipo vivienda: " + tipovivienda + " poblacion " + poblacion);






function buscar (CodPoblacioB,Importe1B,Importe2B,TipoViviendaB) 
{
     
       var html="";
       var cl = "";
       var sw = 0;
       var c='"'
       var url=""       
      html="<table border=0 cellspacing=0 width=100%>";
      html=html+ "<TR><TD colspan=4 bgColor=#c0c0c0 height=1></TD></TR>";
       html=html+"<tr><td bgcolor=#EAEAEA>Población</td><td bgcolor=#EAEAEA>Descripción</td><td bgcolor=#EAEAEA align=center>Oferta</td><td bgcolor=#EAEAEA align=right>&nbsp;Precio (€)</td>"
       html=html+"    <TR><TD bgColor=#c0c0c0 colspan=4 height=1></TD></TR>";
      

       for (var ind=0; ind < CodPoblacio.length; ind++) {
            if (CodPoblacio[ind] == CodPoblacioB || CodPoblacioB == "") {
               if (Import1[ind] > parseInt(Importe1B, 10) || Importe1B == "") {  
                   if (Import1[ind] < parseInt(Importe2B, 10) || Importe2B == "")  {
                           if (TipoViviendaList[ind] == TipoViviendaB || TipoViviendaB=="") {
            //generamos una linea de la taula
             
                 if (sw == 0) {
                    cl = "TCell1";
                    sw = 1;
                  }else{
                    cl = "TCell2";
                    sw = 0;
                  }
               url = "<a href='" + CodReg[ind] + "ES.html' class='smalltext'>" ;
            if(TipoViviendaList[ind] == "0") { tipovivdesc="Venta" } else { tipovivdesc="Alquiler" };               

              html = html + "<TR><TD>" + url +DescPoblacio[ind]  +" </a></TD><TD>" + url + Descripcion[ind]+"</a></TD><TD align=center>" + url + tipovivdesc +"</a></TD><TD align=Right>"  +url +currency(Import1[ind]) +"</a></TD>";
                 html=html+"    <TR><TD bgColor=#c0c0c0 colspan=4 height=1></TD></TR>";
                  }
                  }
               }
           }
       }
       html=html+ "</table>";
       return(html);
}

document.writeln('<html>');
document.writeln('<head>');
document.writeln('<title>Fincas Innova22</title>');
document.writeln('<STYLE type="text/css">');
document.writeln('TD {              FONT-SIZE: 13px;  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none}');
document.writeln('.smalltext {     FONT-SIZE: 11px;  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none}');
document.writeln('A:link {           COLOR: #993300; TEXT-DECORATION: none}');
document.writeln('A:hover {       COLOR: #993300; TEXT-DECORATION: underline}');
document.writeln('A:visited {      COLOR: #993300; TEXT-DECORATION: none}');
document.writeln('A:hover {       COLOR: #993300; TEXT-DECORATION: underline}');
document.writeln('A:active {      COLOR: #996600; TEXT-DECORATION: none}');
document.writeln('.caja {           BORDER-RIGHT: #5d5c5b 1px solid; BORDER-TOP: #5d5c5b 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #5d5c5b 1px solid; LINE-HEIGHT: normal; BORDER-BOTTOM: #5d5c5b 1px solid;');
document.writeln('                     FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #f2f7f9 }');
document.writeln('</STYLE>');
document.writeln('</head>');
document.writeln('<body topMargin=0>');
document.writeln('<center>');
document.writeln('<table border=0  cellspacing=0 cellpadding=0 height=621 width=750>');
document.writeln('   <tr>');
document.writeln('    <td valign=top colspan=6 height=100>');
document.writeln('          <table cellspacing=0 cellpadding=0>');
document.writeln('	<tr>	');
document.writeln('	  <td width=185><img src="corplogo.jpg"></td> ');
document.writeln('	   <td width=565>');
document.writeln('			<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"  id="Movie1" width="565" height="100">');
document.writeln('  			<param name="movie" value="icatalogflash.swf">');
document.writeln('	 		<param name="quality" value="high">');
document.writeln('			<param name="bgcolor" value="#000080">');
document.writeln('			<embed name="Movie1" src="icatalogflash.swf" quality="high" bgcolor="#000080" width="565" height="100" type="application/x-shockwave-flash"    pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
document.writeln('	   		</embed>');
document.writeln('		   </object>');
document.writeln('		</td>');
document.writeln('	</tr>');
document.writeln('	</table>	');
document.writeln('    </td>');
document.writeln('  </tr>');
document.writeln('   <tr><td height=20 bgcolor=#000080 valign=top align=right colspan=4>&nbsp;<a  style="vertical-align:bottom" href="indexES.html"><img src="flagcircleES.gif" border=0 alt="Castellano"></a>&nbsp;<a  style="vertical-align:bottom" href="indexCA.html"><img src="flagcircleCA.gif" border=0 alt="Català"></a>&nbsp;<a  style="vertical-align:bottom" href="indexEN.html"><img src="flagcircleEN.gif" border=0 alt="Inglés"></a>&nbsp; </td></tr>');
document.writeln('   <tr>');
document.writeln('    <td bgcolor=#D6DBE7 valign=top height=478>');
document.writeln('    <!--MENU ESQUERRA-->');
document.writeln('      <table border=0 width=146 cellspacing=1 cellpadding=1>');
document.writeln('      <tr>');
document.writeln('        <td width=100% bgcolor=#637584 height=20>');
document.writeln('          <p align=center>&nbsp;<b><font face=Arial color=#FFFFFF ');
document.writeln('           size=2>Fincas Innova22</font></b></p></td></tr>');
document.writeln('      <tr>');
document.writeln('        <td width=100%>&nbsp;&nbsp;<font color=#800000><a ');
document.writeln('          href="index.html">Buscar Vivienda</a></font></td></tr>');
document.writeln('      <tr>');
document.writeln('        <td><img src="linea.gif" width=140 height=2></td></tr>');
document.writeln('      <tr>');
document.writeln('        <td width=100%>&nbsp;&nbsp;<font color=#800000><a href="aboutus.html">Quiénes somos</a></font></td></tr>');
document.writeln('       <tr>');
document.writeln('        <td><img src="linea.gif" width=140 height=2></td></tr>');
document.writeln('      <tr>');
document.writeln('        <td width="100%">&nbsp;&nbsp;<font color=#800000><a href="findus.html">Dónde estamos</a></font></td></tr>');
document.writeln('       <tr>');
document.writeln('        <td><img src="linea.gif" width="140" height="2"></td></tr>');
document.writeln('        <tr>');
document.writeln('          <td width=100%>&nbsp;&nbsp;<font color=#800000><a href="formsubmit.html">Vender mi vivienda</a></font></td></tr>');
document.writeln('         <tr>');
document.writeln('            <td><img src="linea.gif" width=140 height=2></td></tr>');
document.writeln('       </table>');
document.writeln('    <!--LLISTAT POBLACIONS-->');
document.writeln('<table border=0 width=146 cellspacing=1 cellpadding=1>');
document.writeln('     <tr>');
document.writeln('        <td width=100% height=20 bgcolor=#637584>');
document.writeln('          <p align=center>&nbsp;<b><font face=Arial color=#FFFFFF ');
document.writeln('           size=2>Vivir en..</font></b></p></td></tr>');
document.writeln('        </td>');
document.writeln('      </tr>        <tr>');
document.writeln('        <td width=100%><a style="margin-left:8px" href="findES.html?poblacion=64">Barcelona</a></td></tr>');
document.writeln('      <tr>');
document.writeln('        <td><img src="linea.gif" width=140 height=2></td></tr>       <tr>');
document.writeln('        <td width=100%><a style="margin-left:8px" href="findES.html?poblacion=65">Llavaneres</a></td></tr>');
document.writeln('      <tr>');
document.writeln('        <td><img src="linea.gif" width=140 height=2></td></tr>       <tr>');
document.writeln('        <td width=100%><a style="margin-left:8px" href="findES.html?poblacion=66">Mataró</a></td></tr>');
document.writeln('      <tr>');
document.writeln('        <td><img src="linea.gif" width=140 height=2></td></tr>       <tr>');
document.writeln('        <td width=100%><a style="margin-left:8px" href="findES.html?poblacion=67">Palafolls</a></td></tr>');
document.writeln('      <tr>');
document.writeln('        <td><img src="linea.gif" width=140 height=2></td></tr>       <tr>');
document.writeln('        <td width=100%><a style="margin-left:8px" href="findES.html?poblacion=68">Pineda de Mar</a></td></tr>');
document.writeln('      <tr>');
document.writeln('        <td><img src="linea.gif" width=140 height=2></td></tr>       <tr>');
document.writeln('        <td width=100%><a style="margin-left:8px" href="findES.html?poblacion=69">Platja d\'Aro</a></td></tr>');
document.writeln('      <tr>');
document.writeln('        <td><img src="linea.gif" width=140 height=2></td></tr>       <tr>');
document.writeln('        <td width=100%><a style="margin-left:8px" href="findES.html?poblacion=6A">Puigerdà</a></td></tr>');
document.writeln('      <tr>');
document.writeln('        <td><img src="linea.gif" width=140 height=2></td></tr>    </table>');

document.writeln(' <!--FI LLISTAT POBLACIONS-->');
document.writeln('     </td>');
document.writeln('     <td valign=top height=478>');
document.writeln('   <center>  ');
document.writeln('   <!--PART CENTRAL-->');

document.writeln('<!--FORMULARI BUSQUEDA-->');
document.writeln('    <BR> <TABLE cellpadding=4 border=0 width=470><TR><TD>');
document.writeln('     <TABLE cellspacing=0 border=0 width=460>');
document.writeln('          <tr>');
document.writeln('             <td bgcolor=#000080 align=center><font color=#FFFFFF size=1><b>Población</b></font></td>');
document.writeln('              <td bgcolor=#000080 align=center><font color=#FFFFFF size=1><b>Tipo Vivienda</b></font></td>');
document.writeln('              <td bgcolor=#000080 align=center><font color=#FFFFFF size=1><b>Precio Mínimo</b></font></td>');
document.writeln('              <td bgcolor="#000080" align=center><font color=#FFFFFF size=1><b>Precio Máximo</b></font></td>');
document.writeln('          </tr>');
document.writeln('          <tr>');
document.writeln('            <td bgcolor=#D6DBE7 align=center>');
document.writeln(' <form action="findES.html" method=get>	        ');
document.writeln('<SELECT NAME=poblacion class=caja style="width:110px">');
document.writeln('<OPTION VALUE="" SELECTED>Todas<OPTION VALUE="64">Barcelona<OPTION VALUE="65">Llavaneres<OPTION VALUE="66">Mataró<OPTION VALUE="67">Palafolls<OPTION VALUE="68">Pineda de Mar<OPTION VALUE="69">Platja d\'Aro<OPTION VALUE="6A">Puigerdà</OPTION></SELECT>');

document.writeln('             </td>');
document.writeln('                 <td width=88 bgcolor=#D6DBE7 align=center>');
document.writeln('                      <SELECT NAME=tipovivienda class=caja style="width:75px">');
document.writeln('                         <OPTION VALUE="1">Alquiler');
document.writeln('                         <OPTION VALUE="0" SELECTED>Venta</OPTION>');
document.writeln('                      </SELECT>');
document.writeln('                </td>');
document.writeln('                <td bgcolor="#D6DBE7" align="center">');
document.writeln('        		<SELECT NAME=importe1 VALUE="" ID=importe1 class=caja style="width:120px"> ');
document.writeln('                                     <OPTION VALUE="" SELECTED>Indiferente');
document.writeln('                                    <OPTION VALUE=0>Menos 120.000');
document.writeln('                                    <OPTION VALUE=120000>120.000                ');
document.writeln('		    <OPTION VALUE=150000>150.000                ');
document.writeln('		    <OPTION VALUE=180000>180.000                ');
document.writeln('	                    <OPTION VALUE=210000>210.000                ');
document.writeln('		    <OPTION VALUE=240000>240.000                ');
document.writeln('		    <OPTION VALUE=300000>300.000                ');
document.writeln('		    <OPTION VALUE=330000>330.000');
document.writeln('		    <OPTION VALUE=360000>360.000');
document.writeln('		    <OPTION VALUE=400000>400.000');
document.writeln('		     <OPTION VALUE=420000>420.000');
document.writeln('		     <OPTION VALUE=450000>450.000');
document.writeln('		     <OPTION VALUE=480000>480.000');
document.writeln('		     <OPTION VALUE=510000>510.000');
document.writeln('		     <OPTION VALUE=540000>540.000');
document.writeln('		     <OPTION VALUE=570000>570.000');
document.writeln('		      <OPTION VALUE=600000>600.000</OPTION></SELECT> ');
document.writeln('               </select>');
document.writeln('         </td>');
document.writeln('        <td width="135" bgcolor="#D6DBE7" align="center">');
document.writeln('		        <SELECT NAME="importe2" class="caja" VALUE="" ID="importe2" style="width:120px">');
document.writeln('					<OPTION VALUE="" SELECTED>Indiferente');
document.writeln('                  <OPTION VALUE=120000>120.000                ');
document.writeln('					<OPTION VALUE=150000>150.000                ');
document.writeln('   					<OPTION VALUE=180000>180.000                ');
document.writeln('					<OPTION VALUE=210000>210.000                ');
document.writeln('					<OPTION VALUE=240000>240.000                ');
document.writeln('					<OPTION VALUE=300000>300.000                ');
document.writeln('					<OPTION VALUE=330000>330.000');
document.writeln('					<OPTION VALUE=360000>360.000');
document.writeln('					<OPTION VALUE=400000>400.000');
document.writeln('					<OPTION VALUE=420000>420.000');
document.writeln('					<OPTION VALUE=450000>450.000');
document.writeln('					<OPTION VALUE=480000>480.000');
document.writeln('					<OPTION VALUE=510000>510.000');
document.writeln('					<OPTION VALUE=540000>540.000');
document.writeln('					<OPTION VALUE=570000>570.000');
document.writeln('					<OPTION VALUE=600000>600.000');
document.writeln('                                                                                <OPTION VALUE=600000>Más de 600.000</option></select>');
document.writeln('        </td>');
document.writeln('      </tr>');
document.writeln('      <tr><td bgcolor=#D6DBE7 align=center colspan=4 height=4></td></tr>');
document.writeln('      <tr><td bgcolor=#D6DBE7 align=center colspan=4><INPUT TYPE=Submit VALUE="Buscar Vivienda" class=caja></td></tr>');
document.writeln('      <tr><td bgcolor=#D6DBE7 align=center colspan=4 height=4></td></tr>');
document.writeln('     </table>');
document.writeln('</form>   ');
document.writeln('  <br>');



document.writeln(buscar(poblacion,importe1, importe2,tipovivienda));

document.writeln('    </TD></TR></TABLE>');
document.writeln('     <!--FI LLISTAT ARTICLES-->');
document.writeln('     ');
document.writeln('    </center>');
document.writeln('    </td>');
document.writeln('    <td valign=top height=478 align=right>');
document.writeln('    ');
document.writeln('');
document.writeln('      <!--LLISTAT ARTICLES SECUNDARI-->');
document.writeln('        <br>');
document.writeln(' <table border=0 width=132 cellspacing=0>');
document.writeln('        <TR><TD vAlign=top width=128 bgColor=#c0c0c0 height=1></TD></TR>');
document.writeln('       <tr><td width=129 bgcolor=#EAEAEA>&nbsp; Platja d\'Aro</td></tr>');
document.writeln('         <TR><TD vAlign=top width=128 bgColor=#c0c0c0 height=1></TD></TR>');
document.writeln('         <tr> <td align=center>');
document.writeln('          <table cellspacing=1 cellpadding=0 bgcolor=#333333>');
document.writeln('         	 <tr><td>');
document.writeln('                   <a href="10004ES.html"><img border=0 src="1000400-prew2.jpg" width=126 height=90 alt="Apartamento con suite, cocina americana, salón comedor, terraza con vistas al mar, piscina comunitaria, plaza de parking privado, aire acondicionado."></a></td></tr>');
document.writeln('          </table></td></tr>');
document.writeln('        <tr><td width=129><a href="10004ES.html" class=smalltext2>Apart. en Port d\'Aro</a></td></tr>');
document.writeln('        <tr><td width=129><p align=right><font color=#000080 size=2>200.000,00 €<br>');
document.writeln('                                                              <font color=#888888 size=1>33.277.200 Ptas</font></td></tr>');
document.writeln('        <tr><td width=129 bgcolor=#C0C0C0 height=1></td></tr>');
document.writeln('     </table>');
document.writeln('     <br> <table border=0 width=132 cellspacing=0>');
document.writeln('        <TR><TD vAlign=top width=128 bgColor=#c0c0c0 height=1></TD></TR>');
document.writeln('       <tr><td width=129 bgcolor=#EAEAEA>&nbsp; Pineda de Mar</td></tr>');
document.writeln('         <TR><TD vAlign=top width=128 bgColor=#c0c0c0 height=1></TD></TR>');
document.writeln('         <tr> <td align=center>');
document.writeln('          <table cellspacing=1 cellpadding=0 bgcolor=#333333>');
document.writeln('         	 <tr><td>');
document.writeln('                   <a href="10003ES.html"><img border=0 src="1000300-prew2.jpg" width=126 height=90 alt="Fabulosa casa en zona tranquila, cerca del prestigio campo de golf de Pineda."></a></td></tr>');
document.writeln('          </table></td></tr>');
document.writeln('        <tr><td width=129><a href="10003ES.html" class=smalltext2>Casa en Pineda de Mar</a></td></tr>');
document.writeln('        <tr><td width=129><p align=right><font color=#000080 size=2>308.200,00 €<br>');
document.writeln('                                                              <font color=#888888 size=1>51.280.165 Ptas</font></td></tr>');
document.writeln('        <tr><td width=129 bgcolor=#C0C0C0 height=1></td></tr>');
document.writeln('     </table>');
document.writeln('     <br> <table border=0 width=132 cellspacing=0>');
document.writeln('        <TR><TD vAlign=top width=128 bgColor=#c0c0c0 height=1></TD></TR>');
document.writeln('       <tr><td width=129 bgcolor=#EAEAEA>&nbsp; Llavaneres</td></tr>');
document.writeln('         <TR><TD vAlign=top width=128 bgColor=#c0c0c0 height=1></TD></TR>');
document.writeln('         <tr> <td align=center>');
document.writeln('          <table cellspacing=1 cellpadding=0 bgcolor=#333333>');
document.writeln('         	 <tr><td>');
document.writeln('                   <a href="10002ES.html"><img border=0 src="1000202-prew2.jpg" width=126 height=90 alt="Magnifica villa diseñada en un marcado estilo andaluz/mediterráneo, situada en una urbanización en via de consolidación, junto a la popular reserva animal de parque Selwo, al oeste de la ciudad de San Pedro. ');
document.writeln('');
document.writeln('Esta situada en una posición elevada con fantásticas vistas al parque y hacia la costa. Construida en dos plantas mas el sótano ofrece unas magnificas calidades de construcción."></a></td></tr>');
document.writeln('          </table></td></tr>');
document.writeln('        <tr><td width=129><a href="10002ES.html" class=smalltext2>Chalet en Llavaneres</a></td></tr>');
document.writeln('        <tr><td width=129><p align=right><font color=#000080 size=2>1.250.000,00 €<br>');
document.writeln('                                                              <font color=#888888 size=1>207.982.500 Ptas</font></td></tr>');
document.writeln('        <tr><td width=129 bgcolor=#C0C0C0 height=1></td></tr>');
document.writeln('     </table>');
document.writeln('     <br>');

document.writeln('');
document.writeln('       <!--FI LLISTAT ARTICLE SECUNDARI-->');
document.writeln('      </td>');
document.writeln('  </tr>');
document.writeln('   <tr>');
document.writeln('    <td bgcolor=#D6DBE7 valign=top height=5>&nbsp; </td>');
document.writeln('    <td colspan=2></td>');
document.writeln('    </tr>');
document.writeln('   <tr>');
document.writeln('    <TD vAlign=top align=left bgColor=#d6dbe7  height=15>');
document.writeln('        <a href="http://www.innova22.com/icatalog">');
document.writeln('         <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" id="promoinnova" width="122" height="20">');
document.writeln('         <param name="movie" value="promoinnova.swf">');
document.writeln('         <param name="quality" value="high">');
document.writeln('        <param name="bgcolor" value="#D6DBE7">');
document.writeln('        <embed name="promoinnova" src="promoinnova.swf" quality="high" bgcolor="#D6DBE7" width="122" height="20" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
document.writeln('        </embed>');
document.writeln('        </object>');
document.writeln('        </a>    ');
document.writeln('    </td>');
document.writeln(' <td align=center  bgColor=#d6dbe7 colspan=3 class="smalltext"><b>Fincas Innova22</b> Còrcega 228 (esquina Aribau) - Barcelona<br>');
document.writeln('             Tel: 93 123 12 12 - <a href="mailto:info@fincasinnova22.com">info@fincasinnova22.com</a>');
document.writeln('   </td>');

document.writeln('  </tr>');
document.writeln(' </table>');
document.writeln('</CENTER>');
document.writeln('</body>');
document.writeln('</HTML>');









}  
