(function($) {      
	$(document).ready(function() {
		$(".tellafriendlink").colorbox({iframe:true, width:650, height:650, opacity: 0.45, overlayClose: false});
	});
	
})(jQuery);
