var refreshCount=0;var lastLoad=''; function ETARGETmObj(){if(arguments.length==2){this.tag=arguments[0];this.par=arguments[1]}else if(arguments.length==1){this.par=arguments[0];this.tag='div';if('tag'in this.par)this.tag=this.par['tag']};this.ID='';this.ob=null;this.innersel=-1;this.inners=[];this.inner={};this.append=false;this.prepend=false;this.cntInside=0;this.print=function(s){if(arguments.length>1){if(arguments[1]in this.inner){this.inner[arguments[1]].print(s);return true};return false};this.ob.innerHTML=s;this.par['innerHTML']=s},this.init=function(){this.ob=document.createElement(this.tag)},this.getIn=function(o){if(typeof(o.ob)!='undefined'){this.pOb=o.ob;o.addObj(this)}else{this.pOb=o;};this.apply(this.par);if(this.prepend){this.pOb.parentNode.insertBefore(this.ob,this.pOb)}else if(this.append){this.pOb.parentNode.insertBefore(this.ob,this.pOb.nextSibling)}else{this.pOb.appendChild(this.ob)}},this.apply=function(o){if(arguments.length>1){if(arguments[1]in this.inner){this.inner[arguments[1]].apply(o);return true};return false};for(var x in o){if(x=='tag'){}else if(x=='ID'){this.ID=o[x]}else if(x=='inner'){if(typeof(o[x])=='string')this.objInside(o[x]);else if(typeof(o[x])=='object')for(var i=0;i-1;i--){if(typeof(this.inners[i].remove)=='function')this.inners[i].remove();else{this.ob.removeChild(this.inners[i])}}},this.measure=function(o){if(arguments.length==0)var o=this.ob;var p=o;var pos={x:0,y:0,h:0,w:0,xx:0,yy:0};if(!p)return false;pos.h=p.offsetHeight;pos.w=p.offsetWidth;while(p&&p.offsetParent){pos.x+=p.offsetLeft;pos.y+=p.offsetTop;p=p.offsetParent}pos.xx=Number(pos.x+pos.w);pos.yy=Number(pos.y+pos.h);return pos},this.mergePos=function(pos,par){if(typeof(par)=='undefined')return pos;if('x'in par)pos.x=(Number(pos.x)+Number(par.x));if('y'in par)pos.y=(Number(pos.y)+Number(par.y));if('xx'in par)pos.x=(Number(pos.xx)+Number(par.xx));if('yy'in par)pos.y=(Number(pos.yy)+Number(par.yy));if('xxx'in par)pos.x=(Number(pos.x+Math.round(pos.w/2))+Number(par.xxx));if('yyy'in par)pos.y=(Number(pos.y+Math.round(pos.h/2))+Number(par.yyy));return pos},this.placeAtObj=function(s,par){var o=null;if(typeof(s)=='string')o=document.getElementById(s);else if(typeof(s)=='object'){if('ob'in s)o=s.ob;else o=s}if(!o)return false;var pos=this.measure(o);pos=this.mergePos(pos,par);this.place(pos)},this.place=function(pos){this.ob.style.position='absolute';this.ob.style.top=pos.y+'px';this.ob.style.left=pos.x+'px'},this.opacity=function(t){if(t==100)t=99.999;var o=this.ob;if(typeof o.style.opacity!=='undefined'){o.style.opacity=t/100}else if(typeof o.style.MozOpacity!=='undefined'){o.style.MozOpacity=t/100}else if(typeof o.style.filter!='undefined'){o.style.filter='alpha(opacity:'+t+')'}else if(typeof o.style.KHTMLOpacity!='undefined'){o.style.KHTMLOpacity=t/100}},this.js2css=function(s){var a=s.split('');ns='';for(var i=0;i-1)){if('ob'in this.inners[this.innersel]){var a=this.inners[this.innersel].getNextObj();if(typeof(a)=='object'){return a}}}this.innersel++;if(this.innersel>=this.inners.length){this.innersel=-1};return this.inners[this.innersel]},this.getPrevObj=function(){document.title=this.innersel;this.innersel--;if(this.innersel<-1){this.innersel=this.inners.length};if((this.innersel-1)){if('ob'in this.inners[this.innersel]){var a=this.inners[this.innersel].getPrevObj();if(typeof(a)=='object'){return a}}}return this.inners[this.innersel]},this.assign=function(o){if(typeof(o.getO)=='function')o=o.ob;if(typeof(o)=='string')o=document.getElementById(o);this.ob=o;if(!this.ob)return false;this.tag=this.ob.tagName},this.init()} function ETARGETmView(){this.Screen={w:0,h:0,x:0,y:0,xx:0,yy:0};this.Window={w:0,h:0,x:0,y:0,xx:0,yy:0,minimized:false};this._getInternetExplorerVersion=function(){var rv=-1;if(navigator.appName=='Microsoft Internet Explorer'){var ua=navigator.userAgent;var re=new RegExp('MSIE ([0-9]{1,}[\.0-9]{0,})');if(re.exec(ua)!=null)rv=parseFloat(RegExp.$1)}return rv},this.isIE=function(){if(typeof(this.browser)!='undefined')return(this.browser=='IE');var ver=this._getInternetExplorerVersion();if(ver>-1){if(ver>=8.0){this.browser='IE';return true}else{this.browser='IE';return true}}return false},this.measure=function(){this.Screen={w:0,h:0,x:0,y:0,xx:0,yy:0};this.Window={w:0,h:0,x:0,y:0,xx:0,yy:0,minimized:false};if(typeof(window.outerWidth)!='undefined'){this.Window.w=window.outerWidth;this.Window.h=window.outerHeight}else if(typeof(document.body.offsetWidth)!='undefined'){this.Window.w=document.body.offsetWidth;this.Window.h=document.body.offsetHeight}if(typeof(window.screenTop)=='number'){if(window.screenTop<-32000)this.Window.minimized=true;this.Window.y=window.screenTop}else if(typeof(window.screenY)=='number'){if(window.screenY<-32000)this.Window.minimized=true;this.Window.y=window.screenY}if(!this.isIE())if((this.Window.w<100)&&(this.Window.h!=0))this.Window.minimized=true;if(typeof(window.innerWidth)=='number'){this.Screen.w=window.innerWidth;this.Screen.h=window.innerHeight}else if(document.documentElement&&(document.documentElement.clientWidth||document.documentElement.clientHeight)){this.Screen.w=document.documentElement.clientWidth;this.Screen.h=document.documentElement.clientHeight}else if(document.body&&(document.body.clientWidth||document.body.clientHeight)){this.Screen.w=document.body.clientWidth;this.Screen.h=document.body.clientHeight}if(typeof(window.pageYOffset)=='number'){this.Screen.x=window.pageXOffset;this.Screen.y=window.pageYOffset}else if(document.body&&(document.body.scrollLeft||document.body.scrollTop)){this.Screen.x=document.body.scrollLeft;this.Screen.y=document.body.scrollTop}else if(document.documentElement&&(document.documentElement.scrollLeft||document.documentElement.scrollTop)){this.Screen.x=document.documentElement.scrollLeft;this.Screen.y=document.documentElement.scrollTop}},this.on=function(n,f){if(this.isIE()){if(this.browserModel==2){if(n=='focus')return this.onD('focusin',f);if(n=='blur')return this.onD('focusout',f);if(n=='mousemove')return this.onD(n,f)}window.attachEvent('on'+n,f);}else{window.addEventListener(n,f,false);}},this.onD=function(n,f){if(this.isIE()){document.attachEvent('on'+n,f)}else{document.addEventListener(n,f,false)}},this.no=function(n,f){if(this.isIE()){if(this.browserModel==2){if(n=='focus')return this.noD('focusin',f);if(n=='blur')return this.noD('focusout',f);if(n=='mousemove')return this.noD(n,f)}window.detachEvent('on'+n,f)}else{window.removeEventListener(n,f,false)}},this.noD=function(n,f){if(this.isIE()){document.detachEvent('on'+n,f)}else{document.removeEventListener(n,f,false)}},this.crop=function(){document.body.style.overflow='hidden';document.body.style.height=this.Screen.h+'px';document.body.style.width=this.Screen.w+'px'},this.release=function(){document.body.style.overflow='auto';document.body.style.height='100%';document.body.style.width='100%'}};var ETARGETVIEW=new ETARGETmView();function ETARGETFixedFixer(setup){this.setup={debug:false};for(var x in setup)this.setup[x]=setup[x];this.counter=0;this.subject=[];this.IEVersion=function(){var _n=navigator,_w=window,_d=document;var version='NA';var na=_n.userAgent;var ieDocMode='NA';var ie8BrowserMode='NA';if(/msie/i.test(na)&&(!_w.opera)){if(_w.attachEvent&&_w.ActiveXObject){version=(na.match(/.+ie\s([\d.]+)/i)||[])[1];if(parseInt(version)==7){if(_d.documentMode){version=8;if(/trident\/\d/i.test(na)){ie8BrowserMode='CompatMode'}else{ie8BrowserMode='IE7Mode'}}}else if(parseInt(version)==8){if(_d.documentMode){ie8BrowserMode='IE8Mode'}}ieDocMode=(_d.documentMode)?_d.documentMode:(_d.compatMode&&_d.compatMode=='CSS1Compat')?7:5}}this.iebovia={'UserAgent':na,'Version':version,'BrowserMode':ie8BrowserMode,'DocMode':ieDocMode};return this.iebovia},this.getStyle=function(oElm,strCssRule){var strValue='';if(document.defaultView&&document.defaultView.getComputedStyle){strValue=document.defaultView.getComputedStyle(oElm,'').getPropertyValue(strCssRule)}else if(oElm.currentStyle){strCssRule=strCssRule.replace(/\-(\w)/g,function(strMatch,p1){return p1.toUpperCase()});strValue=oElm.currentStyle[strCssRule]}return strValue},this.fixBodyBackground=function(){this.bodyBack=this.getStyle(document.body,'background-image');if(this.bodyBack=='')document.body.style.backgroundImage='url(foo)';else if(this.bodyBack=='none')document.body.style.backgroundImage='url(foo)';this.bodyAttachment=this.getStyle(document.body,'background-attachment');document.body.style.backgroundAttachment='fixed';document.body.style.setExpression('backgroundPositionTop','((e=document.documentElement.scrollTop)?e:document.body.scrollTop)')},this.fixElement=function(o){this.subject[this.counter]=o;this.subject[this.counter].style.position='absolute';var top=this.getStyle(this.subject[this.counter],'top').replace('px','');var left=this.getStyle(this.subject[this.counter],'left').replace('px','');var right=this.getStyle(this.subject[this.counter],'right').replace('px','');var bottom=this.getStyle(this.subject[this.counter],'bottom').replace('px','');if(top=='auto'){top='0'}if(left=='auto'){left='0'}if(bottom!='auto'){this.subject[this.counter].id='ETARGETfixIEbugs'+this.counter;bottom='(((document.documentElement.clientHeight?document.documentElement.clientHeight:document.body.clientHeight)-ETARGETfixIEbugs'+this.counter+'.offsetHeight-'+bottom+')+((e=document.documentElement.scrollTop)?e:document.body.scrollTop))';this.subject[this.counter].style.top='auto';this.subject[this.counter].style.setExpression('top',bottom)}else if(top!=''){top='('+top+'+((e=document.documentElement.scrollTop)?e:document.body.scrollTop))';this.subject[this.counter].style.setExpression('top',top)}if(right!='auto'){this.subject[this.counter].id='ETARGETfixIEbugs'+this.counter;right='(((document.documentElement.clientWidth?document.documentElement.clientWidth:document.body.clientWidth)-ETARGETfixIEbugs'+this.counter+'.offsetWidth-'+right+')+((e=document.documentElement.scrollLeft)?e:document.body.scrollLeft))';this.subject[this.counter].style.setExpression('left',right)}else if(left!=''){left='('+left+'+((e=document.documentElement.scrollLeft)?e:document.body.scrollLeft))';this.subject[this.counter].style.setExpression('left',left)}this.counter++},this.fixElements=function(){var a=document.getElementsByTagName('div');for(var i=0;i2){if(b[1]!='')o[b[1]]=b[0]}else{if(b[0]!='')o[b[0]]=b[1]}}return o},merge:function(){var o={};for(var i=0;i(this.ra.length-1))return this.opt.B;if(i<0)return this.opt.A;return this.ra[i]},this.way=function(s){if(this.opt.Athis.opt.B){return this.opt.A-s}return this.opt.A},this.pad=function(){for(var i=this.opt.steps+this.opt.offset;ithis.ra.length){var le=this.ra.length;var n=this.ra[le-1];for(var i=le;i<=this.opt.steps+this.opt.offset;i++)this.ra[i]=n}this.opt.size=Math.abs(this.opt.B-this.opt.A);var r=Math.sqrt(this.opt.size)/this.opt.steps;if(this.opt.accel=='end'){for(var i=0;i<=this.opt.steps;i++){this.ra[i+this.opt.offset]=this.way(Math.round((r*i)*(r*i)))}}else if(this.opt.accel=='start'){for(var i=0;i<=this.opt.steps;i++){this.ra[i+this.opt.offset]=this.way(this.opt.size-Math.round((r*(this.opt.steps-i))*(r*(this.opt.steps-i))))}}else{for(var i=0;i<=this.opt.steps;i++){this.ra[i+this.opt.offset]=this.way(Math.floor((this.opt.size/this.opt.steps)*i))}}if(this.opt.pad)this.pad();this.opt.A=this.opt.B;this.opt.offset=this.opt.steps+this.opt.offset}} function ETARGETTimetron(){this.speed=50;this.actualframe=0;this.downstairs=false;this.repeat=0;this.repeat=false;this.stopped=false;this.frames=new Array();this.userData=new Object;this.ramps={};this.init=function(c,repeat){this.frames=new Array(c);for(var i=0;i<=c;i++){this.frames[i]=new ETARGETtimetronFrame()};this.repeat=repeat;this.rewind()},this.rewind=function(){this.actualframe=0;this.downstairs=false},this.rewindTo=function(n){this.actualframe=n;this.downstairs=false},this.setFrame=function(t,f,no){if(t>this.frames.length)return false;if(typeof(no)=='undefined')var n=0;else var n=no;this.frames[t].addFunc(t,f,n)},this.setFrames=function(f,par){var op={start:0,end:this.frames.length-1};for(var x in par)op[x]=par[x];if((op.start<0)||(op.end<0))return false;if((op.start>this.frames.length)||(op.end>this.frames.length))return false;if('n'in op)var n=op.n;else var n=0;for(var i=op.start;i<=op.end;i++){this.setFrame(i,f,n);n++}},this.frame=function(){if(this.actualframe>(this.frames.length-1)){if(this.repeat==1){this.actualframe=0}else if(this.repeat==2){this.actualframe--;this.downstairs=true}else{return false}};if(this.actualframe<0){this.downstairs=false;this.actualframe++}this.frames[this.actualframe].go(this.actualframe);if(this.downstairs)this.actualframe--;else this.actualframe++;return true},this.go=function(){this.running=true;if(this.stopped){this.running=false;return false}var that=this;if(this.frame()){this.tio=setTimeout(function(){that.go()},this.speed)}else{this.running=false}},this.stop=function(){if(!this.running)return false;this.stopped=true},this.run=function(){if(this.running)return false;this.stopped=false;this.go()},this.pause=function(){if(this.running){this.stop()}else{this.run()}},this.makeSweep=function(name,par){if(!(name in this.ramps)){this.ramps[name]=new TimetronRamp()}this.ramps[name].makeSweep(par)},this.makeRamp=function(name,ar){for(var i=0;ipauseCoef)return false;this.setup0=this.setup;this.measure();this.box.inner['frame1'].apply({width:this.setup.bw+'px',height:this.setup.bh+'px'});var ofs={w:560,h:575};if((this.pos==2)||(this.pos==4))var ofs={w:575,h:560};this.tt.makeRamp('width',[{offset:this.tt.actualframe,A:this.setup0.w,B:this.setup.w,steps:speedCoef},{offset:ofs.w,B:this.setup.miniw,steps:speedCoef,accel:'start'}]);this.tt.makeRamp('height',[{offset:this.tt.actualframe,A:this.setup0.h,B:this.setup.h,steps:speedCoef},{offset:ofs.h,B:this.setup.minih,steps:speedCoef,accel:'start'}])},this.scroll=function(){if(this.ended)return false;this.vw.measure();var y=Math.floor(this.vw.Screen.y+this.setup.b);this.space.apply({top:y+'px'})},this.measure=function(){this.vw.measure();if(this.pos==6){this.setup={pos:6,b:100,w:(350),l:100,bw:(350),bh:90,h:100,area:'350x90',minih:12,miniw:50};this.setup.bw=this.setup.w-35;this.setup.area=this.setup.bw+'x'+this.setup.bh;this.tt.makeRamp('height',[{offset:0,A:12,B:this.setup.h,steps:speedCoef,accel:'start'},{steps:showCoef},{B:this.setup.minih,steps:speedCoef,accel:'start'}]);this.tt.makeRamp('width',[{offset:0,A:50,B:50,steps:speedCoef},{A:50,B:this.setup.w,steps:speedCoef,accel:'end'},{steps:showCoef-speedCoef*2},{B:this.setup.miniw,steps:speedCoef,accel:'start'}])}else if(this.pos==5){this.setup={pos:5,b:100,w:(350),l:100,bw:(350),bh:90,h:100,area:'350x90',minih:12,miniw:50};this.setup.bw=this.setup.w-35;this.setup.area=this.setup.bw+'x'+this.setup.bh;this.tt.makeRamp('height',[{offset:0,A:12,B:this.setup.h,steps:speedCoef,accel:'start'},{steps:showCoef},{B:this.setup.minih,steps:speedCoef,accel:'start'}]);this.tt.makeRamp('width',[{offset:0,A:50,B:50,steps:speedCoef},{A:50,B:this.setup.w,steps:speedCoef,accel:'end'},{steps:showCoef-speedCoef*2},{B:this.setup.miniw,steps:speedCoef,accel:'start'}])}else if(this.pos==4){this.setup={pos:4,b:25,h:(this.vw.Screen.h-50),l:100,bw:120,w:140,minih:50,miniw:12};this.setup.bh=this.setup.h-10;this.setup.area=this.setup.bw+'x'+this.setup.bh;this.tt.makeRamp('width',[{offset:0,A:12,B:this.setup.w,steps:speedCoef,accel:'start'},{steps:showCoef},{B:this.setup.miniw,steps:speedCoef,accel:'start'}]);this.tt.makeRamp('height',[{offset:0,A:50,B:50,steps:speedCoef},{A:50,B:this.setup.h,steps:speedCoef,accel:'end'},{steps:showCoef-speedCoef*2},{B:this.setup.minih,steps:speedCoef,accel:'start'}])}else if(this.pos==3){this.setup={pos:3,b:100,w:(this.vw.Screen.w-200),l:100,bw:(this.vw.Screen.w-235),bh:90,h:100,area:(this.vw.Screen.w-235)+'x90',minih:12,miniw:50};this.setup.bw=this.setup.w-35;this.setup.area=this.setup.bw+'x'+this.setup.bh;this.tt.makeRamp('height',[{offset:0,A:12,B:this.setup.h,steps:speedCoef,accel:'start'},{steps:showCoef},{B:this.setup.minih,steps:speedCoef,accel:'start'}]);this.tt.makeRamp('width',[{offset:0,A:50,B:50,steps:speedCoef},{A:50,B:this.setup.w,steps:speedCoef,accel:'end'},{steps:showCoef-speedCoef*2},{B:this.setup.miniw,steps:speedCoef,accel:'start'}])}else if(this.pos==2){this.setup={pos:2,b:25,h:(this.vw.Screen.h-50),l:100,bw:120,w:140,minih:50,miniw:12};this.setup.bh=this.setup.h-10;this.setup.area=this.setup.bw+'x'+this.setup.bh;this.tt.makeRamp('width',[{offset:0,A:12,B:this.setup.w,steps:speedCoef,accel:'start'},{steps:showCoef},{B:this.setup.miniw,steps:speedCoef,accel:'start'}]);this.tt.makeRamp('height',[{offset:0,A:50,B:50,steps:speedCoef},{A:50,B:this.setup.h,steps:speedCoef,accel:'end'},{steps:showCoef-speedCoef*2},{B:this.setup.minih,steps:speedCoef,accel:'start'}])}else{this.setup={pos:1,b:100,w:(this.vw.Screen.w-200),l:100,bh:90,h:100,minih:12,miniw:50};this.setup.bw=this.setup.w-35;this.setup.area=this.setup.bw+'x'+this.setup.bh;this.tt.makeRamp('height',[{offset:0,A:12,B:this.setup.h,steps:speedCoef,accel:'start'},{steps:showCoef},{B:this.setup.minih,steps:speedCoef,accel:'start'}]);this.tt.makeRamp('width',[{offset:0,A:50,B:50,steps:speedCoef},{A:50,B:this.setup.w,steps:speedCoef,accel:'end'},{steps:showCoef-speedCoef*2},{B:this.setup.miniw,steps:speedCoef,accel:'start'}])}this.tt.makeRamp('opac',[{offset:0,A:10,B:100,steps:speedCoef*2,accel:'end'},{A:100,B:100,steps:showCoef-speedCoef*2},{A:30,B:10,steps:speedCoef*2,accel:'start'},{A:100,B:100}])},this.changeStyle=function(style){var charita='';if(this.ident.ref==2)this.ident.ref=-1;if(this.ident.ref==-1)charita='&charita=1';this.style=style;this.sty=ETARGETAssoca.str2obj(this.style,'&=');if(typeof(this.sty.background_color)=='undefined')this.sty.background_color='ffffff';if(typeof(this.sty.border_color)=='undefined')this.sty.border_color='cecece';this.background_color=this.sty.background_color;this.border_color=this.sty.border_color;this.sty.background_color='transparent';this.sty.border_color='transparent';this.style=ETARGETAssoca.obj2str(this.sty,'&=');this.box.inner['frame1'].apply({src:'/'+'/'+this.ident.country+'.search.etargetnet.com/generic/generic.php?ref='+this.ident.ref+'&resizeable=1&area='+this.setup.area+'&tabl=4&freespace=-3&logo=1&logo_type=2&left=1&'+this.style+'&tt='+encodeURIComponent(document.title)+'&mk=&md=&rf=&q='+encodeURIComponent(document.location)+'&cs=utf-8&unicode=1'+charita,width:this.setup.bw+'px',height:this.setup.bh+'px',vspace:'0',hspace:'0',frameBorder:'0',scrolling:'no'});var so={};so.backgroundColor='#'+this.background_color;so.borderColor='#'+this.border_color;if((this.background_color=='000000')||(this.background_color=='ffffff')){var uri='/'+'/'+this.ident.country+'.search.etargetnet.com/';so.backgroundImage='url('+uri+'images/roll'+this.orientation+'-'+this.background_color+'.png)'}else{so.backgroundImage='none'}this.space.apply(so)},this.build=function(){if(this.space)if('remove'in this.space)this.space.remove();this.measure();var so={ID:'so',zIndex:'1000',backgroundColor:'#'+this.background_color,backgroundRepeat:'repeat-y',backgroundPosition:'50%',borderColor:'#'+this.border_color,borderWidth:'1px',borderStyle:'solid',position:'fixed',width:'1px',height:'1px',overflow:'hidden',textAlign:'center',inner:[{tag:'img',cssFloat:'right',styleFloat:'right',src:'/'+'/sk.search.etargetnet.com/images/close1.png',ID:'closing',cursor:'pointer',margin:'2px2px0px0px'}]};if(this.isIE())so.position='absolute';var charita='';if(this.ident.ref==2)this.ident.ref=-1;if(this.ident.ref==-1)charita='&charita=1';var f1={ID:'frame1',tag:'iframe',display:'block',src:'/'+'/'+this.ident.country+'.search.etargetnet.com/generic/generic.php?ref='+this.ident.ref+'&resizeable=1&area='+this.setup.area+'&tabl=4&freespace=-3&logo=1&logo_type=2&left=1&'+this.style+'&tt='+encodeURIComponent(document.title)+'&mk=&md=&rf=&q='+encodeURIComponent(document.location)+'&cs=utf-8&unicode=1'+charita,width:this.setup.bw+'px',height:this.setup.bh+'px',vspace:'0',hspace:'0',frameBorder:'0',scrolling:'no',allowTransparency:'yes'};this.orientation='h';if((this.setup.pos==1)||(this.setup.pos==3)||(this.setup.pos==5)||(this.setup.pos==6)){this.orientation='v';so.backgroundRepeat='repeat-x'}if((this.background_color=='000000')||(this.background_color=='ffffff')){var uri='/'+'/'+this.ident.country+'.search.etargetnet.com/';so.backgroundImage='url('+uri+'images/roll'+this.orientation+'-'+this.background_color+'.png)'}if(this.setup.pos==1){so.top='0px';so.left=this.setup.l+'px';so.borderBottomRightRadius='5px';so.borderBottomLeftRadius='5px';so.borderTopWidth='0px';f1.margin='0px';f1.marginLeft='15px'}else if(this.setup.pos==2){so.top=this.setup.b+'px';so.right='0px';so.borderTopLeftRadius='5px';so.borderBottomLeftRadius='5px';so.borderRightWidth='0px';f1.margin='0px';f1.cssFloat='left';f1.styleFloat='left'}else if(this.setup.pos==3){so.bottom='0px';so.left=this.setup.l+'px';so.borderTopRightRadius='5px';so.borderTopLeftRadius='5px';so.borderBottomWidth='0px';f1.margin='0px';f1.marginLeft='15px'}else if(this.setup.pos==4){so.top=this.setup.b+'px';so.left='0px';so.borderTopRightRadius='5px';so.borderBottomRightRadius='5px';so.borderLeftWidth='0px';f1.margin='0px';f1.cssFloat='left';f1.styleFloat='left'}else if(this.setup.pos==5){so.bottom='0px';so.left=this.setup.l+'px';so.borderTopRightRadius='5px';so.borderTopLeftRadius='5px';so.borderBottomWidth='0px';f1.margin='0px';f1.marginLeft='15px'}else if(this.setup.pos==6){so.bottom='0px';so.right=this.setup.l+'px';so.borderTopRightRadius='5px';so.borderTopLeftRadius='5px';so.borderBottomWidth='0px';f1.margin='0px';f1.marginLeft='15px'};this.space=new ETARGETmObj(so);this.space.getIn(document.body);refreshCount++;this.box=new ETARGETmObj({backgroundColor:'transparent',margin:'1px',inner:[f1]});this.box.getIn(this.space.ob);that=this;this.space.inner['closing'].ob.onclick=function(){that.close()};this.IeFixBegin()},this.stop=function(){this.tt.pause()},this.close=function(){this.quited=true;this.tt.rewindTo(showCoef)},this.IeFixBegin=function(){if(this.isIE()){this.heartfixer=new ETARGETFixedFixer({subject:this.space.ob});if(!this.heartfixer.init()){this.space.ob.style.position='fixed'}}},this.ramps=function(a){this.tt.applyRamp('width',this.space.ob,'width');this.tt.applyRamp('height',this.space.ob,'height');this.space.opacity(this.tt.getRamp('opac'))},this.showBanner=function(){this.box.inner['frame1'].ob.style.display='block'},this.removeBanner=function(){this.box.remove();var that=this;this.space.inner['closing'].apply({display:'none'});this.space.inner['closing'].ob.onclick=function(){that.tt.run();that.tt.rewindTo(0)}},this.remove=function(){this.stop();this.removeBanner();this.space.remove();this.ended=true},this.mini=function(){this.space.apply({borderWidth:'0px',backgroundColor:'transparent'});this.space.inner['closing'].apply({src:'/'+'/'+this.ident.country+'.search.etargetnet.com/images/minietarget'+this.setup.pos+'.png',margin:'0px'});if((this.setup.pos==6)||(this.setup.pos==5)||(this.setup.pos==3)||(this.setup.pos==1)){this.space.inner['closing'].apply({width:'50px',height:'9px'})}else{this.space.inner['closing'].apply({width:'9px',height:'50px'})}this.space.apply({backgroundImage:'none',backgroundColor:'black'});this.space.inner['closing'].apply({display:'block'});if(this.quited){this.tt.stop()}},this.step1=function(){this.space.inner['closing'].apply({display:'none'})},this.step2=function(){if((this.setup.pos==3)||(this.setup.pos==1)){this.box.inner['frame1'].apply({margin:'0px',marginLeft:'60px'})}else if((this.setup.pos==4)||(this.setup.pos==2)){this.box.inner['frame1'].apply({margin:'0px',marginTop:'60px'})}},this.step3=function(){if((this.setup.pos==3)||(this.setup.pos==1)){this.box.inner['frame1'].apply({margin:'0px',marginRight:'15px'})}else if((this.setup.pos==4)||(this.setup.pos==2)){this.box.inner['frame1'].apply({margin:'0px'})}this.space.inner['closing'].apply({src:'/'+'/'+this.ident.country+'.search.etargetnet.com/images/close1.png',margin:'2px'});this.space.inner['closing'].apply({display:'block'})},this.step6=function(){},this._getInternetExplorerVersion=function(){var rv=-1;if(navigator.appName=='Microsoft Internet Explorer'){var ua=navigator.userAgent;var re=new RegExp('MSIE ([0-9]{1,}[\.0-9]{0,})');if(re.exec(ua)!=null)rv=parseFloat(RegExp.$1)}return rv},this.isIE=function(){if(typeof(this.browser)!='undefined')return(this.browser=='IE');var ver=this._getInternetExplorerVersion();if(ver>-1){if(ver>=8.0){this.browser='IE';return true}else{this.browser='IE';return true}}return false},this.init()} function EtargetRoller1(pos,sty){var a=pos.split('-');var speedCoef=15;var showCoef=560;var pauseCoef=530;this.quited=false;this.ident={country:a[1],ref:a[2]};this.pos=3;if(a[3]=='left'){this.pos=4}else if(a[3]=='right'){this.pos=2}else if(a[3]=='top'){this.pos=1}else if(a[3]=='bottom'){this.pos=3}else if(a[3]=='leftbottom'){this.pos=5}else if(a[3]=='rightbottom'){this.pos=6};this.style=sty;this.sty=ETARGETAssoca.str2obj(this.style,'&=');if(typeof(this.sty.animation_speed)!='undefined')speedCoef=parseInt(this.sty.animation_speed)*5;if(typeof(this.sty.show_interval)!='undefined')showCoef=parseInt(this.sty.show_interval)*200;if(typeof(this.sty.pause_interval)!='undefined')pauseCoef=parseInt(this.sty.pause_interval)*150;if(typeof(this.sty.background_color)=='undefined')this.sty.background_color='ffffff';if(typeof(this.sty.border_color)=='undefined')this.sty.border_color='cecece';this.background_color=this.sty.background_color;this.border_color=this.sty.border_color;this.sty.border_color='transparent';this.style=ETARGETAssoca.obj2str(this.sty,'&=');this.inited=false;this.space=null;this.ended=false;this.init=function(){if(this.inited)return false;if(!this.isIE()){};this.inited=true;var that=this;this.vw=new ETARGETmView();this.vw.on('resize',function(){that.resize()});this.tt=new ETARGETTimetron();this.tt.init(showCoef+pauseCoef,true);this.measure();this.tt.setFrame(0,function(){that.build()});this.tt.setFrame(0,function(){that.step1()});this.tt.setFrames(function(n){that.ramps(n)},{end:showCoef+pauseCoef,n:200});this.tt.setFrame(1,function(){that.step2()});this.tt.setFrame(speedCoef,function(){that.step3()});this.tt.setFrame(speedCoef*2,function(){that.showBanner()});this.tt.setFrame(50,function(){that.shadow()});this.tt.setFrame(showCoef,function(){that.removeBanner()});this.tt.setFrame(showCoef+speedCoef*2,function(){that.mini()});this.tt.go()},this.shadow=function(){},this.timetron=function(){},this.resize=function(){if(this.ended)return false;var af=this.tt.actualframe;if(af>pauseCoef)return false;this.setup0=this.setup;this.measure();this.box.inner['frame1'].apply({width:this.setup.bw+'px',height:this.setup.bh+'px'});var ofs={w:560,h:575};if((this.pos==2)||(this.pos==4))var ofs={w:575,h:560};this.tt.makeRamp('width',[{offset:this.tt.actualframe,A:this.setup0.w,B:this.setup.w,steps:speedCoef},{offset:ofs.w,B:this.setup.miniw,steps:speedCoef,accel:'start'}]);this.tt.makeRamp('height',[{offset:this.tt.actualframe,A:this.setup0.h,B:this.setup.h,steps:speedCoef},{offset:ofs.h,B:this.setup.minih,steps:speedCoef,accel:'start'}])},this.scroll=function(){if(this.ended)return false;this.vw.measure();var y=Math.floor(this.vw.Screen.y+this.setup.b);this.space.apply({top:y+'px'})},this.measure=function(){this.vw.measure();if(this.pos==6){this.setup={pos:6,b:100,w:(350),l:100,bw:(350),bh:90,h:100,area:'350x90',minih:12,miniw:50};this.setup.bw=this.setup.w-35;this.setup.area=this.setup.bw+'x'+this.setup.bh;this.tt.makeRamp('height',[{offset:0,A:12,B:this.setup.h,steps:speedCoef,accel:'start'},{steps:showCoef},{B:this.setup.minih,steps:speedCoef,accel:'start'}]);this.tt.makeRamp('width',[{offset:0,A:50,B:50,steps:speedCoef},{A:50,B:this.setup.w,steps:speedCoef,accel:'end'},{steps:showCoef-speedCoef*2},{B:this.setup.miniw,steps:speedCoef,accel:'start'}])}else if(this.pos==5){this.setup={pos:5,b:100,w:(350),l:100,bw:(350),bh:90,h:100,area:'350x90',minih:12,miniw:50};this.setup.bw=this.setup.w-35;this.setup.area=this.setup.bw+'x'+this.setup.bh;this.tt.makeRamp('height',[{offset:0,A:12,B:this.setup.h,steps:speedCoef,accel:'start'},{steps:showCoef},{B:this.setup.minih,steps:speedCoef,accel:'start'}]);this.tt.makeRamp('width',[{offset:0,A:50,B:50,steps:speedCoef},{A:50,B:this.setup.w,steps:speedCoef,accel:'end'},{steps:showCoef-speedCoef*2},{B:this.setup.miniw,steps:speedCoef,accel:'start'}])}else if(this.pos==4){this.setup={pos:4,b:25,h:(this.vw.Screen.h-50),l:100,bw:120,w:140,minih:50,miniw:12};this.setup.bh=this.setup.h-10;this.setup.area=this.setup.bw+'x'+this.setup.bh;this.tt.makeRamp('width',[{offset:0,A:12,B:this.setup.w,steps:speedCoef,accel:'start'},{steps:showCoef},{B:this.setup.miniw,steps:speedCoef,accel:'start'}]);this.tt.makeRamp('height',[{offset:0,A:50,B:50,steps:speedCoef},{A:50,B:this.setup.h,steps:speedCoef,accel:'end'},{steps:showCoef-speedCoef*2},{B:this.setup.minih,steps:speedCoef,accel:'start'}])}else if(this.pos==3){this.setup={pos:3,b:100,w:(this.vw.Screen.w-200),l:100,bw:(this.vw.Screen.w-235),bh:90,h:100,area:(this.vw.Screen.w-235)+'x90',minih:12,miniw:50};this.setup.bw=this.setup.w-35;this.setup.area=this.setup.bw+'x'+this.setup.bh;this.tt.makeRamp('height',[{offset:0,A:12,B:this.setup.h,steps:speedCoef,accel:'start'},{steps:showCoef},{B:this.setup.minih,steps:speedCoef,accel:'start'}]);this.tt.makeRamp('width',[{offset:0,A:50,B:50,steps:speedCoef},{A:50,B:this.setup.w,steps:speedCoef,accel:'end'},{steps:showCoef-speedCoef*2},{B:this.setup.miniw,steps:speedCoef,accel:'start'}])}else if(this.pos==2){this.setup={pos:2,b:25,h:(this.vw.Screen.h-50),l:100,bw:120,w:140,minih:50,miniw:12};this.setup.bh=this.setup.h-10;this.setup.area=this.setup.bw+'x'+this.setup.bh;this.tt.makeRamp('width',[{offset:0,A:12,B:this.setup.w,steps:speedCoef,accel:'start'},{steps:showCoef},{B:this.setup.miniw,steps:speedCoef,accel:'start'}]);this.tt.makeRamp('height',[{offset:0,A:50,B:50,steps:speedCoef},{A:50,B:this.setup.h,steps:speedCoef,accel:'end'},{steps:showCoef-speedCoef*2},{B:this.setup.minih,steps:speedCoef,accel:'start'}])}else{this.setup={pos:1,b:100,w:(this.vw.Screen.w-200),l:100,bh:90,h:100,minih:12,miniw:50};this.setup.bw=this.setup.w-35;this.setup.area=this.setup.bw+'x'+this.setup.bh;this.tt.makeRamp('height',[{offset:0,A:12,B:this.setup.h,steps:speedCoef,accel:'start'},{steps:showCoef},{B:this.setup.minih,steps:speedCoef,accel:'start'}]);this.tt.makeRamp('width',[{offset:0,A:50,B:50,steps:speedCoef},{A:50,B:this.setup.w,steps:speedCoef,accel:'end'},{steps:showCoef-speedCoef*2},{B:this.setup.miniw,steps:speedCoef,accel:'start'}])}this.tt.makeRamp('opac',[{offset:0,A:10,B:100,steps:speedCoef*2,accel:'end'},{A:100,B:100,steps:showCoef-speedCoef*2},{A:30,B:10,steps:speedCoef*2,accel:'start'},{A:100,B:100}])},this.changeStyle=function(style){var charita='';if(this.ident.ref==2)this.ident.ref=-1;if(this.ident.ref==-1)charita='&charita=1';this.style=style;this.sty=ETARGETAssoca.str2obj(this.style,'&=');if(typeof(this.sty.background_color)=='undefined')this.sty.background_color='ffffff';if(typeof(this.sty.border_color)=='undefined')this.sty.border_color='cecece';this.background_color=this.sty.background_color;this.border_color=this.sty.border_color;this.sty.background_color='transparent';this.sty.border_color='transparent';this.style=ETARGETAssoca.obj2str(this.sty,'&=');this.box.inner['frame1'].apply({src:'/'+'/'+this.ident.country+'.search.etargetnet.com/generic/generic.php?ref='+this.ident.ref+'&resizeable=1&area='+this.setup.area+'&tabl=4&freespace=-3&logo=1&logo_type=2&left=1&'+this.style+'&tt='+encodeURIComponent(document.title)+'&mk=&md=&rf=&q='+encodeURIComponent(document.location)+'&cs=utf-8&unicode=1'+charita,width:this.setup.bw+'px',height:this.setup.bh+'px',vspace:'0',hspace:'0',frameBorder:'0',scrolling:'no'});var so={};so.backgroundColor='#'+this.background_color;so.borderColor='#'+this.border_color;if((this.background_color=='000000')||(this.background_color=='ffffff')){var uri='/'+'/'+this.ident.country+'.search.etargetnet.com/';so.backgroundImage='url('+uri+'images/roll'+this.orientation+'-'+this.background_color+'.png)'}else{so.backgroundImage='none'}this.space.apply(so)},this.build=function(){if(this.space)if('remove'in this.space)this.space.remove();this.measure();var so={ID:'so',zIndex:'1000',backgroundColor:'#'+this.background_color,backgroundRepeat:'repeat-y',backgroundPosition:'50%',borderColor:'#'+this.border_color,borderWidth:'1px',borderStyle:'solid',position:'fixed',width:'1px',height:'1px',overflow:'hidden',textAlign:'center',inner:[{tag:'img',cssFloat:'right',styleFloat:'right',src:'/'+'/sk.search.etargetnet.com/images/close1.png',ID:'closing',cursor:'pointer',margin:'2px2px0px0px'}]};if(this.isIE())so.position='absolute';var charita='';if(this.ident.ref==2)this.ident.ref=-1;if(this.ident.ref==-1)charita='&charita=1';var f1={ID:'frame1',tag:'iframe',display:'block',src:'/'+'/'+this.ident.country+'.search.etargetnet.com/generic/generic.php?ref='+this.ident.ref+'&resizeable=1&roller=1&count='+refreshCount+'&area='+this.setup.area+'&tabl=4&freespace=-3&logo=1&logo_type=2&left=1&'+this.style+'&tt='+encodeURIComponent(document.title)+'&mk=&md=&rf=&q='+encodeURIComponent(document.location)+'&cs=utf-8&unicode=1'+charita,width:this.setup.bw+'px',height:this.setup.bh+'px',vspace:'0',hspace:'0',frameBorder:'0',scrolling:'no',allowTransparency:'yes'};this.orientation='h';if((this.setup.pos==1)||(this.setup.pos==3)||(this.setup.pos==5)||(this.setup.pos==6)){this.orientation='v';so.backgroundRepeat='repeat-x'}if((this.background_color=='000000')||(this.background_color=='ffffff')){var uri='/'+'/'+this.ident.country+'.search.etargetnet.com/';so.backgroundImage='url('+uri+'images/roll'+this.orientation+'-'+this.background_color+'.png)'}if(this.setup.pos==1){so.top='0px';so.left=this.setup.l+'px';so.borderBottomRightRadius='5px';so.borderBottomLeftRadius='5px';so.borderTopWidth='0px';f1.margin='0px';f1.marginLeft='15px'}else if(this.setup.pos==2){so.top=this.setup.b+'px';so.right='0px';so.borderTopLeftRadius='5px';so.borderBottomLeftRadius='5px';so.borderRightWidth='0px';f1.margin='0px';f1.cssFloat='left';f1.styleFloat='left'}else if(this.setup.pos==3){so.bottom='0px';so.left=this.setup.l+'px';so.borderTopRightRadius='5px';so.borderTopLeftRadius='5px';so.borderBottomWidth='0px';f1.margin='0px';f1.marginLeft='15px'}else if(this.setup.pos==4){so.top=this.setup.b+'px';so.left='0px';so.borderTopRightRadius='5px';so.borderBottomRightRadius='5px';so.borderLeftWidth='0px';f1.margin='0px';f1.cssFloat='left';f1.styleFloat='left'}else if(this.setup.pos==5){so.bottom='0px';so.left=this.setup.l+'px';so.borderTopRightRadius='5px';so.borderTopLeftRadius='5px';so.borderBottomWidth='0px';f1.margin='0px';f1.marginLeft='15px'}else if(this.setup.pos==6){so.bottom='0px';so.right=this.setup.l+'px';so.borderTopRightRadius='5px';so.borderTopLeftRadius='5px';so.borderBottomWidth='0px';f1.margin='0px';f1.marginLeft='15px'};this.space=new ETARGETmObj(so);this.space.getIn(document.body);refreshCount++;this.box=new ETARGETmObj({backgroundColor:'transparent',margin:'1px',inner:[f1]});this.box.getIn(this.space.ob);that=this;this.space.inner['closing'].ob.onclick=function(){that.close()};this.IeFixBegin()},this.stop=function(){this.tt.pause()},this.close=function(){this.quited=true;this.tt.rewindTo(showCoef)},this.IeFixBegin=function(){if(this.isIE()){this.heartfixer=new ETARGETFixedFixer({subject:this.space.ob});if(!this.heartfixer.init()){this.space.ob.style.position='fixed'}}},this.ramps=function(a){this.tt.applyRamp('width',this.space.ob,'width');this.tt.applyRamp('height',this.space.ob,'height');this.space.opacity(this.tt.getRamp('opac'))},this.showBanner=function(){this.box.inner['frame1'].ob.style.display='block'},this.removeBanner=function(){this.box.remove();var that=this;this.space.inner['closing'].apply({display:'none'});this.space.inner['closing'].ob.onclick=function(){that.tt.run();that.tt.rewindTo(0)}},this.remove=function(){this.stop();this.removeBanner();this.space.remove();this.ended=true},this.mini=function(){this.space.apply({borderWidth:'0px',backgroundColor:'transparent'});this.space.inner['closing'].apply({src:'/'+'/'+this.ident.country+'.search.etargetnet.com/images/minietarget'+this.setup.pos+'.png',margin:'0px'});if((this.setup.pos==6)||(this.setup.pos==5)||(this.setup.pos==3)||(this.setup.pos==1)){this.space.inner['closing'].apply({width:'50px',height:'9px'})}else{this.space.inner['closing'].apply({width:'9px',height:'50px'})}this.space.apply({backgroundImage:'none',backgroundColor:'black'});this.space.inner['closing'].apply({display:'block'});if(this.quited){this.tt.stop()}},this.step1=function(){this.space.inner['closing'].apply({display:'none'})},this.step2=function(){if((this.setup.pos==3)||(this.setup.pos==1)){this.box.inner['frame1'].apply({margin:'0px',marginLeft:'60px'})}else if((this.setup.pos==4)||(this.setup.pos==2)){this.box.inner['frame1'].apply({margin:'0px',marginTop:'60px'})}},this.step3=function(){if((this.setup.pos==3)||(this.setup.pos==1)){this.box.inner['frame1'].apply({margin:'0px',marginRight:'15px'})}else if((this.setup.pos==4)||(this.setup.pos==2)){this.box.inner['frame1'].apply({margin:'0px'})}this.space.inner['closing'].apply({src:'/'+'/'+this.ident.country+'.search.etargetnet.com/images/close1.png',margin:'2px'});this.space.inner['closing'].apply({display:'block'})},this.step6=function(){},this._getInternetExplorerVersion=function(){var rv=-1;if(navigator.appName=='Microsoft Internet Explorer'){var ua=navigator.userAgent;var re=new RegExp('MSIE ([0-9]{1,}[\.0-9]{0,})');if(re.exec(ua)!=null)rv=parseFloat(RegExp.$1)}return rv},this.isIE=function(){if(typeof(this.browser)!='undefined')return(this.browser=='IE');var ver=this._getInternetExplorerVersion();if(ver>-1){if(ver>=8.0){this.browser='IE';return true}else{this.browser='IE';return true}}return false},this.init()}var EtargetRollerIdent='ETARGET-sk-50028-bottom-ROLL';var EtargetRollerStyle='&allow_youtube_ads=1&animation_speed=1&background_color=ffffff&background_image=clasic&background_opacity=100&border_color=909090&border_style=none&design_name=pale&font=verdana&fsi=10&h_text_color=000000&h_title_color=f58220&h_title_underline=0&h_url_color=f58220&h_url_underline=0&hover_back=transparent&logo=1&logo_type=5&mobile_pixel=1&pause_interval=1&position=bottom&s_area=600x90&show_interval=2&text_color=000000&title_color=f58220&title_underline=0&url_color=f58220&url_underline=0';var newx='new'; function etargetRunRoll(){ if(typeof(EtargetRollerThe)=='undefined') EtargetRollerThe=1; else EtargetRollerThe++; if(EtargetRollerThe>1)return false; var a=document.getElementsByTagName('script'); for(var i=0;i0){ etargetRoller=new EtargetRoller1(EtargetRollerIdent,EtargetRollerStyle); return true; }else if(a[i].innerHTML && a[i].innerHTML.indexOf(EtargetRollerIdent)>0){ etargetRoller=new EtargetRoller1(EtargetRollerIdent,EtargetRollerStyle); return true; }else{ if(newx=='new'){ etargetRoller=new EtargetRoller1(EtargetRollerIdent,EtargetRollerStyle); return true; } } } };ETARGETVIEW.on('load',function(){etargetRunRoll();});