$(document).ready(function(){
	$(".newsletter_link").colorbox({
		width:"470",
		height:"380",
		iframe:true
	});
});