jQuery( function() {
	
	jQuery("#community-blog-expand").colorbox( { width: "760px", height: "470px", iframe: true } );
	jQuery("a.blog-comments-link").colorbox( { width: "760px", height: "470px", iframe: true } );
	jQuery("#qa-expand-link").colorbox( { width: "760px", height: "470px", iframe: true } );
	jQuery("a.ed-pp-resendverify-link,a.ed-pp-ask-link,a.ed-pp-register-link,a.ed-pp-forgotpw-link,a.ed-pp-updateprofile-link").colorbox( { width: "600px", height: jQuery(window).height() - 48, iframe: true } );
	
} );
