	$(document).ready(function(){
		var source = jQuery("#cf-source").text();
		jQuery("#contacts").html('<iframe src="'+source+'" frameborder="0" scrolling="no" width="538px" height="370px" id="contactform"></iframe>');
	});