jQuery(function($) {

	$('.copy-link').popupWindow({ 
		height:350, 
		width:550,
		centerBrowser:1 
	});
	
				$('#cta-obj').innerfade({
					speed: 1000,
					timeout: 5000,
					type: 'sequence',
					containerheight: '350px'
				});
	

});
