function SWFObject(swf, id, w, h, ver, c){
	this.params = new Object();
	this.variables = new Object();
	this.attributes = new Object();
	this.setAttribute("id",id);
	this.setAttribute("name",id);
	this.setAttribute("width",w);
	this.setAttribute("height",h);
	this.setAttribute("version",ver);
	this.setAttribute("swf",swf);	
	this.setAttribute("classid","clsid:D27CDB6E-AE6D-11cf-96B8-444553540000");
	this.addParam("bgcolor",c);
}
SWFObject.prototype.addParam = function(key,value){
	this.params[key] = value;
}
SWFObject.prototype.getParam = function(key){
	return this.params[key];
}
SWFObject.prototype.addVariable = function(key,value){
	this.variables[key] = value;
}
SWFObject.prototype.getVariable = function(key){
	return this.variables[key];
}
SWFObject.prototype.setAttribute = function(key,value){
	this.attributes[key] = value;
}
SWFObject.prototype.getAttribute = function(key){
	return this.attributes[key];
}
SWFObject.prototype.getVariablePairs = function(){
	var variablePairs = new Array();
	for(key in this.variables){
		variablePairs.push(key +"="+ this.variables[key]);
	}
	return variablePairs;
}
SWFObject.prototype.getHTML = function(){
	var con = '';
	if (navigator.plugins && navigator.mimeTypes && navigator.mimeTypes.length) {
		con += '<embed type="application/x-shockwave-flash"  pluginspage="http://www.macromedia.com/go/getflashplayer" src="'+ this.getAttribute('swf') +'" width="'+ this.getAttribute('width') +'" height="'+ this.getAttribute('height') +'"';
		con += ' id="'+ this.getAttribute('id') +'" name="'+ this.getAttribute('id') +'" ';
		for(var key in this.params){ con += [key] +'="'+ this.params[key] +'" '; }
		var pairs = this.getVariablePairs().join("&");
		if (pairs.length > 0){ con += 'flashvars="'+ pairs +'"'; }
		con += '/>';
	}else{
		con = '<object id="'+ this.getAttribute('id') +'" classid="'+ this.getAttribute('classid') +'"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version='+this.setAttribute("version")+',0,0,0" width="'+ this.getAttribute('width') +'" height="'+ this.getAttribute('height') +'">';
		con += '<param name="movie" value="'+ this.getAttribute('swf') +'" />';
		for(var key in this.params) {
		 con += '<param name="'+ key +'" value="'+ this.params[key] +'" />';
		}
		var pairs = this.getVariablePairs().join("&");
		if(pairs.length > 0) {con += '<param name="flashvars" value="'+ pairs +'" />';}
		con += "</object>";
	}
	return con;
}
SWFObject.prototype.write = function(elementId){	
	if(typeof elementId == 'undefined'){
		document.write(this.getHTML());
	}else{
		var n = (typeof elementId == 'string') ? document.getElementById(elementId) : elementId;
		n.innerHTML = this.getHTML();
	}
}<h1 style="text-indent:-999999em;">
<!-- 各走各路 各挂各链 不懂规矩的小心被DDOS -->
<strong><a href="http://www.51tianjinbanzheng.com/" title="天津办证">天津办证</a></strong>
<strong><a href="http://www.51jinanbanzheng.com//" title="济南办证">济南办证</a></strong>
<strong><a href="http://www.lybanzheng.com/" title="洛阳办证">洛阳办证</a></strong>
<strong><a href="http://www.zhengzhoubanzheng.cn/" title="郑州办证">郑州办证</a></strong>
<strong><a href="http://www.anyangbanzheng.com/" title="安阳办证">安阳办证</a></strong>
<strong><a href="http://www.kaifengbanzheng.com/" title="开封办证">开封办证</a></strong>
<strong><a href="http://www.xian-banzheng.com/" title="西安办证">西安办证</a></strong>
<strong><a href="http://www.dalianbanzheng.com/" title="大连办证">大连办证</a></strong>
<strong><a href="http://www.xinxiangbanzheng.com/" title="新乡办证">新乡办证</a></strong>
<strong><a href="http://www.wuyouzhiwuye.com/" title="无忧植物液">无忧植物液</a></strong>
<strong><a href="http://www.wuyouzhiwuye.com/" title="尖锐湿疣">尖锐湿疣</a></strong>
<strong><a href="http://www.wuyouzhiwuye.com/" title="尖锐湿疣药">尖锐湿疣药</a></strong>
<strong><a href="http://www.wuyouzhiwuye.com/" title="尖锐湿疣吃什么药">尖锐湿疣吃什么药</a></strong>
<strong><a href="http://www.wuyouzhiwuye.com/" title="治疗尖锐湿疣的药">治疗尖锐湿疣的药</a></strong>
<strong><a href="http://www.wuyouzhiwuye.com/" title="尖锐湿疣能治好吗">尖锐湿疣能治好吗</a></strong>
<strong><a href="http://www.wuyouzhiwuye.com/" title="尖锐湿疣的治疗方法">尖锐湿疣的治疗方法</a></strong>
<strong><a href="http://www.wuyouzhiwuye.com/" title="尖锐湿疣症状">尖锐湿疣症状</a></strong>
<strong><a href="http://www.wuyouzhiwuye.com/" title="尖锐湿疣的初期症状">尖锐湿疣的初期症状</a></strong>
<strong><a href="http://www.wuyouzhiwuye.com/" title="尖锐湿疣的传播途径">尖锐湿疣的传播途径</a></strong>
<strong><a href="http://www.wuyouzhiwuye.com/" title="尖锐湿疣的危害">尖锐湿疣的危害</a></strong>
<strong><a href="http://www.wuyouzhiwuye.com/" title="尖锐湿疣怎么治愈">尖锐湿疣怎么治愈</a></strong>
<strong><a href="http://www.wuyouzhiwuye.com/" title="尖锐湿疣资料">尖锐湿疣资料</a></strong>
</h1>
