jQuery(document).ready(
	function() {
		jQuery("div.format_text a").not(".post_tags a").not("#fb_share_1 a").colorbox({width:"75%", height:"85%", speed:1000, iframe:true, title:"Winechap"});
	});