// add ad to all paris hilton pages
$(document).ready(function(){
  if (location.href.match(/paris_hilton\//)) { 
    var tmp = $('div#more').html();
    tmp += "<center><a href=\"http://www.retouchbrands.com/link.cgi?affiliateID=5\"><img src=\"/ads/parishiltonad2.jpg\" alt=\"\" /></a></center><br />";
    $('div#more').html(tmp);

  }
});
