$(document).ready(function() {	

	$("a.greybox").click(function() {
	  var t = this.title || this.innerHTML || this.href;
	  GB_show(t,this.href,480,520);
	  return false;
	});	

});
