$(document).ready(function(){
	$(".subscribeFormLink").colorbox({width:"50%", height:"565px", inline:true, href:"#subscribeForm", speed:350, opacity:0.65, width:"450px"});
});

