﻿function Back() {
    history.back(-1)
    }
    
$(document).ready(function(){
    $(document).find("a[rel=lightbox]").lightBox();
})    