$(window).load(function(){
	$("a.thickbox").attr("rel", function(){
		return this.rel.replace(/[\[\]]/g, "")
	});
});

