$(document).ready(function() {
	// cookie vars
	var cookie_name = 'howard_thickbox_bj';
	var options = { path: '/', expires: .30 };

	if ($.cookie(cookie_name) == null) {
		tb_show('', 'http://howard.tv/overlay/beetle.html?keepThis=true&TB_iframe=true&height=500&width=600', null);
		$.cookie(cookie_name, 'i-saw-it', options);
	}
});