﻿$(function() {
    $('a.lightbox').lightBox();
});

function ClearSearchTextBox() {
    txt = document.getElementById('search_for');
    if (txt)
        txt.value = '';
}
