/*--------------------------------------------------------------------------*/
/*  jiangshi.org
*   950 头，所有明细页面使用
 *  zsm
 *	2008-1-31
/*--------------------------------------------------------------------------*/


function showad_950headfordetail()
{
	try
	{
		var cpro_ad = '<iframe align="center,center" marginWidth=0 marginHeight=0 scrolling=no frameBorder=0 width=100% height=110 allowTransparency src="/headerfor950detail.html?CURRENTNODE='+CURRENTNODE_nav+'&url=http://www.jiangshi.org"></iframe>';
		return cpro_ad;
	}
	catch(e)
	{
		var cpro_ad2 = '<iframe align="center,center" marginWidth=0 marginHeight=0 scrolling=no frameBorder=0 width=100% height=110 allowTransparency src="/headerfor950detail.html"></iframe>';
		return cpro_ad2;
	}
}

document.write(showad_950headfordetail());