/**
 * Created by JetBrains PhpStorm.
 * User: mbakirov
 * Date: 24.11.11
 * Time: 14:09
 * To change this template use File | Settings | File Templates.
 */
$(document).ready(function(){
    $('a.highslide').each(function() {
        this.onclick = function() {
          return hs.expand(this);
        }; 
    });
});
