//页面跳转

<!--

	function Loaded()
	{
		var str = window.location.href; 
		var es  = /pName=/; 
			
		es.exec(str); 

		var value = RegExp.rightContext; 

		if(value == '' || value == null || value == undefined)
		{
			document.getElementById('new_date').src = "/interflora/index.htm";
		}
		else
		{
			document.getElementById('new_date').src = "/interflora/" + value + ".htm";
		}
	}
//-->



//Iframe自适应高



//-->