exo_id = new Array(51598,51599,51601,53345,53357);
exo_tag = '<!-- START ExoClick Goal Tag | PDV - Dating --> <img width="1" height="1" src="http://main.exoclick.com/tag.php?goal=757b505cfd34c64c85ca5b5690ee5293"><!-- END ExoClick Goal Tag | PDV - Dating -->';

if(in_array(gup("id"),exo_id)) document.write(exo_tag);

function gup( name )
{
  name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
  var regexS = "[\\?&]"+name+"=([^&#]*)";
  var regex = new RegExp( regexS );
  var results = regex.exec( window.location.href );
  if( results == null )
    return "";
  else
    return results[1];
}

function in_array(needle, haystack) {
  for (var i in haystack) {
   if (haystack[i]==needle) return true;
  }
  return false;
 }
