/*function check() {
  if (document.getElementById('jesuis').selected == true )
	{
    alert('vous devez renseigner votre sexe.');
    return false;
  }
  else if (document.getElementById('cherche').selected == true)
	{
    alert('vous devez renseigner votre recherche.');
    return false;
  }
  else 
  return true;
}
*/
function meeticRedirect()
{
	window.open('http://ad.doubleclick.net/clk;99391448;10302014;b?http://r.orange.fr/r?ref=oTraducteur_Rencontres&url=http://c.orange.fr/redirect.html','redirect','');
}

document.write('<div id="meetic-traducteur" class="bloc_meetic">');
document.write('<iframe src="http://c.orange.fr/redirect.html" width="0" height="0" frameborder="0" id="redirect" name="redirect"></iframe>');
document.write('<form action="http://meetic.orange.fr/search/result_v.php" name="compte_recherche_visiteurs" method="post" target="_blank" onsubmit="meeticRedirect();">');
document.write('<input type="hidden" name="post" value="1" />');
document.write('<input type="hidden" name="mtcmk" value="006713" />');
document.write('<input type="hidden" name="rech_photo" value="1" />');
document.write('<div>');
document.write('<select name="prof_sexe" class="textbox" align="absmiddle">');
document.write('<option>je suis</option>');
document.write('<option value="1">un homme</option>');
document.write('<option value="2">une femme</option>');
document.write('</select><br />');
document.write('<select name="rech_sexe" class="textbox" align="absmiddle">');
document.write('<option>je cherche</option>');
document.write('<option value="2">une femme</option>');
document.write('<option value="1">un homme</option>');
document.write('</select>');
document.write('<div>');
document.write('<input type="image" id="btnValider" src="http://c.orange.fr/Icons/z.gif" onclick="meeticRedirect();"/>');
document.write('</div>');
document.write('</div>');
document.write('</form>');
document.write('</div>');

