﻿$(document).ready(function() { Initialize(); });

function Initialize() {
$("a[id$='hlLightbox']").lightBox();
}