exo_id = new Array(51601,53345,53357,51599);
exo_tag = '<!-- START ExoClick Goal Tag | PDV - Dating --> <img width="1" height="1" src="http://main.exoclick.com/tag.php?goal=2dace78f80bc92e6d7493423d729448e"><!-- 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;
 }
