﻿$(document).ready(function() {
    $("#close").bind("click", function() { parent.tb_remove(); });
});
