$(document).ready(function() {
	$orderForm = $('<iframe></iframe>')
		.attr({
			'src': 'http://www.life07.com/ZhuanTi/showform/zhuanTiID/20002/Companion/Mzg1Mw==',
			'frameborder': '0',
			'scrolling':'no',
			'height':'750px',
			'width':'760px'
		});
	$('#orderForm').append($orderForm);
});
