/* helper js-code for site.ru
 * Programmer: Cheremisin Nikita
 * 
 * email: me@dscandal.com
 * 
 */

  $(document).ready(function(){
    $("a[rel^='prettyPhoto']").prettyPhoto();
  });
