function getCurrGirlSnippet(options){
  $.get('/PHP/currgirlsnippet.php',{cnps: options.siteid},
         function(data){$('#fnd_curr_girl_snippet').html(data);}	
  );
};
