$(document).ready(function(){

if ($.cookie('psvcookie') != '1') {
	tb_show("<strong>Press release – Hillsborough Memorial Garden vandalism</strong>",
	"#TB_inline?height=450&width=650&inlineId=mypopup","");
	$.cookie('psvcookie', '1', { expires: 20 });
}

});