jQuery(document).ready(function() {
	jQuery(".inrf_deny_access").click(function () {
		tb_show("Please Log In or Subscribe", "http://getshopped.org/forums/?inrf_access_denied=true&height=300&width=475", "");
		return false;
	});
});