var GB_ANIMATION = false; 
$(document).ready(function() {
	$("a.greybox").click(function(){
		var t = this.title || this.innerHTML || this.href;
		GB_show(t,this.href,685,600);
		return false;
	}); 
});