<!--
function getAds(adKey, adUrl, adType, adForm, adWidth, adHeight, ads_watch)
{
	adWidth = adWidth || 942; adHeight = adHeight || 90;
	var fVar = 'ADKEY='+adKey+'&ADFROM='+adForm+'&ADURL='+adUrl+'&ADWATCH='+escape(ads_watch);
	if (adType == 1)
	{
		fVar = 'ADTYPE=1&ADWIDTH='+adWidth+'&ADHEIGHT='+adHeight+'&'+ fVar;
		document.write('<iframe name="qGou" border="0" frameborder="0" src="http://www.17gou.com/adplay.php?'+fVar+'" width="'+adWidth+'" height="'+adHeight+'" scrolling="no"></iframe>');
		return;
	}
	document.write('<object id="gouUnion" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="'+adWidth+'" height="'+adHeight+'">');
	document.write('<param name="movie" value="http://www.17gou.com/union/play.swf"/>');
	document.write('<param name="quality" value="high"/>');
	document.write('<param name="allowScriptAccess" value="aways"/>');
	document.write('<param name="FlashVars" value="'+fVar+'"/>');
	document.write('<embed name="gouUnion" FlashVars="'+fVar+'" src="http://www.17gou.com/union/play.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"width="'+adWidth+'" height="'+adHeight+'"></embed>');
	document.write('</object>');
}
ads_17gou_adkey		= (typeof(ads_17gou_adkey) != 'undefined')	?	ads_17gou_adkey		:	'0000000000';
ads_17gou_adform	= (typeof(ads_17gou_adform) != 'undefined')	?	ads_17gou_adform	:	'';
ads_17gou_width		= (typeof(ads_17gou_width) != 'undefined')	?	ads_17gou_width		:	942;
ads_17gou_height	= (typeof(ads_17gou_height) != 'undefined')	?	ads_17gou_height	:	90;
ads_17gou_type		= (typeof(ads_17gou_type) != 'undefined')	?	ads_17gou_type		:	1;
ads_17gou_watch		= (typeof(ads_17gou_watch) != 'undefined')	?	ads_17gou_watch		:	'';
getAds(ads_17gou_adkey, document.location.host, ads_17gou_type, ads_17gou_adform, ads_17gou_width, ads_17gou_height, ads_17gou_watch);
//-->