jQuery(document).ready(function($) {
    // $() will work as an alias for jQuery() inside of this function
	var contact_form_container_url = window.location.href + "contact/#contactform_container";
	$("p#popout_contact a").colorbox({width:"550px", height:"430px", iframe:true});

});
