$(document).ready(function() {
	var gbOptions = {
	gbWidth: 850,
	gbHeight:550
	};
	$('.inpage a').greybox(gbOptions);
}); // end ready()