﻿$().ready(function() { $('a.greybox').click(function() { var t = this.title || $(this).text() || this.href; $.GB_show(this.href, { height: 520, width: 570, animation: true, overlay_clickable: true, caption: t }); return false }) });