// startup
$(document).ready(function () {

	//add the thickbox to the share link
	append_TB_params('#share-link','275', '620' ,true);
		
});