$(function(){

initLytebox();
if (NeedReviewClick != undefined) {
 var id = window.location.hash.substr(1,1);
 console.log($('#rev'+id));
 if (id != '') {$('#rev'+id).click();}
}
});
