//<!--
//1@@m2

var rtm=rtm||{placements:[],defaultUrls:[],width:[],height:[],bTimedOut:false,oTimeoutId:null,iTIMEOUT:1500,bResponseReturned:false,adSlot:function(placementConfig){var p=this.placements;var d=this.defaultUrls;var width=this.width;var height=this.height;var w=0,h=0;if(placementConfig.width)
w=placementConfig.width;if(placementConfig.height)
h=placementConfig.height;document.write('<div id="rtm_html_'+placementConfig.id+'" width="'+w+'" height="'+h+'" ></div>');var placementlength=p.length;width[placementlength]=w;height[placementlength]=h;p[placementlength]=placementConfig.id;if(typeof(placementConfig.defaulturl)!="undefined")
d[placementlength]=placementConfig.defaulturl;else
d[placementlength]="collapse";},loadAd:function(serverConfig){if(serverConfig.id)
this.adSlot(serverConfig);var p=this.placements;var d=this.defaultUrls;var width=this.width;var height=this.height;var oGlobalNav;if(typeof(_oGlobalNavRTMInfo)!="undefined")
oGlobalNav=_oGlobalNavRTMInfo;if(oGlobalNav&&oGlobalNav.aRTMPlacementData&&oGlobalNav.aRTMPlacementData.length>0)
{var len=oGlobalNav.aRTMPlacementData.length;for(var i=0;i<len;i++)
{var oPlacementCfg=oGlobalNav.aRTMPlacementData[i];var sPid=oPlacementCfg.pid;p[p.length]=sPid;d[d.length]=oPlacementCfg.defaultUrl;width[width.length]=oPlacementCfg.maxWidth;height[height.length]=oPlacementCfg.maxHeight;}}
var nvp=null;if(typeof(serverConfig.data)!="undefined")
{for(var name in serverConfig.data){if(serverConfig.data.hasOwnProperty(name)){if(nvp==null)
nvp="&data=";else
nvp=nvp+";";nvp=nvp+escape(name)+":"+escape(serverConfig.data[name]);}}}
var src='http://srx.'+serverConfig.site+'.ebayrtm.com/rtm?RtmCmd&a=json&p='+p.join(":")+'&cb=rtm.placeContent'+"&ord="+(new Date()).getTime()+"&bw="+rtm.getBrowserWidth()+"&z="+rtm.getFlashVersion();if(nvp!=null)
src=src+nvp;this.oTimeoutId=window.setTimeout(rtm.processTimeOut,this.iTIMEOUT);if(typeof(serverConfig.isAsync)!="undefined"&&serverConfig.isAsync)
{var oScript=document.createElement("script");oScript.type='text/javascript';oScript.src=src;var oFrag=document.getElementsByTagName("head")||document.getElementsByTagName("body");oFrag[0].appendChild(oScript);}
else
document.write('<scr'+'ipt src="'+src+'"></script>');},processTimeOut:function()
{rtm.bTimedOut=true;var pLen=rtm.placements.length;var p=rtm.placements;var d=rtm.defaultUrls;var width=rtm.width;var height=rtm.height;for(i=0;i<pLen;i++)
{var rtmElem=document.getElementById("rtm_html_"+p[i]);if(d[i]=="collapse"||d[i]=="")
{rtmElem.style.width="0px";rtmElem.style.height="0px";rtmElem.style.display="none";}
else
{rtmElem.innerHTML='<iframe src="'+d[i]+'" width="'+width[i]+'" height="'+height[i]+'" ></iframe>';}}},placeContent:function(pContent)
{var pLen=pContent.length;var d=this.defaultUrls;var width=this.width;var height=this.height;this.bResponseReturned=true;if(this.bTimedOut)
return;if(this.oTimeoutId)
window.clearTimeout(this.oTimeoutId);for(i=0;i<pLen;i++)
{var rtmElem=document.getElementById("rtm_html_"+pContent[i].id);if(pContent[i].width=="-1"||pContent[i].width=="9999")
pContent[i].width="100%";if(pContent[i].height=="-1"||pContent[i].height=="9999")
pContent[i].height="100%";if(pContent[i].type=="html")
{var h,w;h=(pContent[i].height.indexOf('%')!=-1)?pContent[i].height:pContent[i].height+"px";w=(pContent[i].width.indexOf('%')!=-1)?pContent[i].width:pContent[i].width+"px";rtmElem.style.height=h;rtmElem.style.width=w;if(h!='100%'||w!='100%')
rtmElem.style.overflow="hidden";rtmElem.innerHTML=pContent[i].content;}
else if(pContent[i].type=="none")
{if(d[i]=="collapse"||d[i]=="")
{rtmElem.style.width="0px";rtmElem.style.height="0px";rtmElem.style.display="none";}
else
rtmElem.innerHTML='<iframe src="'+d[i]+'" width="'+width[i]+'" height="'+height[i]+'" ></iframe>';}}},getBrowserWidth:function()
{var iWidth=document.body.clientWidth;if(window.innerWidth)
Width=window.innerWidth;return iWidth;},getFlashVersion:function()
{var fv=0;var bIE=bWin=bOpera=bWebTV=false;var nv=navigator,agt=nv.userAgent.toLowerCase();if(agt.search("msie")!=-1)
bIE=true;if(typeof(window.opera)!="undefined")
bOpera=true;if(agt.search("webtv")!=-1)
bWebTV=true;if(agt.search("win")!=-1)
bWin=true;if(bIE&&bWin&&!bOpera)
{rtm.init();for(var i=3;i<10;i++)
{if(rtm.isLibLoaded("ShockwaveFlash.ShockwaveFlash."+i))
fv=i;}}
else
{if(navigator.plugins["Shockwave Flash"])
{var pd=navigator.plugins["Shockwave Flash"].description;fv=parseInt(pd.charAt(pd.indexOf(".")-1));}
if(bWebTV)
fv=3;}
return fv;},isLibLoaded:function(psName)
{var nv=navigator,agt=nv.userAgent.toLowerCase();var bMac=bMacppc=false;if(agt.search("mac")!=-1)
bMac=true;if(agt.search("ppc")!=-1||agt.search("powerpc")!=-1)
bMacppc=true;bMacppc=(bMac&&bMacppc);bActiveXSupported=(!(bMac||bMacppc)&&(typeof(ActiveXObject)=='function'));return bActiveXSupported&&vbCheckActiveXControl(psName);},init:function(psName)
{if(typeof(vbCheckActiveXControl)!='function'){document.write('<scr'+'ipt language="vbscript" type="text/vbscript">\n  Function vbCheckActiveXControl (pActXName)\n aX = false\n  on error resume next\n aX = IsObject(CreateObject(pActXName))\n vbCheckActiveXControl = aX\n End Function </scr'+'ipt>');}}};
// b=10633012 -->