/*

 buySAFE Rollover
 Copyright 2010, buySAFE, Inc.
 $Revision: 1.187 $
 $Date: 2010/02/08 20:03:24 $

 SWFObject v1.4.4: Flash Player detection and embed - blog.deconcept.com/swfobject/
 SWFObject is (c) 2006 Geoff Stearns and is released under the MIT License:
 www.opensource.org/licenses/mit-license.php

 Browser detection from http://www.quirksmode.org/js/detect.html
*/
var bs_R,bsUndef="undefined";if(typeof bs_R==bsUndef||!bs_R)bs_R={};
if(typeof SWFObject==bsUndef){if(typeof deconcept=="undefined")var deconcept={};if(typeof deconcept.util=="undefined")deconcept.util={};if(typeof deconcept.SWFObjectUtil=="undefined")deconcept.SWFObjectUtil={};deconcept.SWFObject=function(a,b,c,d,e,g,f,h,i,k,j){if(document.getElementById){this.DETECT_KEY=j?j:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params={};this.variables={};this.attributes=[];a&&this.setAttribute("swf",a);b&&this.setAttribute("id",b);
c&&this.setAttribute("width",c);d&&this.setAttribute("height",d);e&&this.setAttribute("version",new deconcept.PlayerVersion(e.toString().split(".")));this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();g&&this.addParam("bgcolor",g);this.addParam("quality",h?h:"high");this.setAttribute("useExpressInstall",f);this.setAttribute("doExpressInstall",false);this.setAttribute("xiRedirectUrl",i?i:window.location);this.setAttribute("redirectUrl","");k&&this.setAttribute("redirectUrl",k)}};deconcept.SWFObject.prototype=
{setAttribute:function(a,b){this.attributes[a]=b},getAttribute:function(a){return this.attributes[a]},addParam:function(a,b){this.params[a]=b},getParams:function(){return this.params},addVariable:function(a,b){this.variables[a]=b},getVariable:function(a){return this.variables[a]},getVariables:function(){return this.variables},getVariablePairs:function(){var a=[],b,c=this.getVariables();for(b in c)a.push(b+"="+c[b]);return a},getSWFHTML:function(){var a="";if(navigator.plugins&&navigator.mimeTypes&&
navigator.mimeTypes.length){this.getAttribute("doExpressInstall")&&this.addVariable("MMplayerType","PlugIn");a='<embed type="application/x-shockwave-flash" src="'+this.getAttribute("swf")+'" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'"';a+=' id="'+this.getAttribute("id")+'" name="'+this.getAttribute("id")+'" ';var b=this.getParams();for(var c in b)a+=[c]+'="'+b[c]+'" ';c=this.getVariablePairs().join("&");if(c.length>0)a+='flashvars="'+c+'"';a+="/>"}else{this.getAttribute("doExpressInstall")&&
this.addVariable("MMplayerType","ActiveX");a='<object id="'+this.getAttribute("id")+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'">';a+='<param name="movie" value="'+this.getAttribute("swf")+'" />';b=this.getParams();for(c in b)a+='<param name="'+c+'" value="'+b[c]+'" />';c=this.getVariablePairs().join("&");if(c.length>0)a+='<param name="flashvars" value="'+c+'" />';a+="</object>"}return a},write:function(a){if(this.getAttribute("useExpressInstall"))if(this.installedVer.versionIsValid(new deconcept.PlayerVersion([6,
0,65]))&&!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)}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){(typeof a=="string"?document.getElementById(a):a).innerHTML=this.getSWFHTML();
return true}else this.getAttribute("redirectUrl")!=""&&document.location.replace(this.getAttribute("redirectUrl"));return false}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var a=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var b=navigator.plugins["Shockwave Flash"];if(b&&b.description)a=new deconcept.PlayerVersion(b.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."))}else{try{b=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(c){try{b=
new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");a=new deconcept.PlayerVersion([6,0,21]);b.AllowScriptAccess="always"}catch(d){if(a.major==6)return a}try{b=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(e){}}if(b!=null)a=new deconcept.PlayerVersion(b.GetVariable("$version").split(" ")[1].split(","))}return a};deconcept.PlayerVersion=function(a){this.major=a[0]!=null?parseInt(a[0]):0;this.minor=a[1]!=null?parseInt(a[1]):0;this.rev=a[2]!=null?parseInt(a[2]):0};deconcept.PlayerVersion.prototype.versionIsValid=
function(a){if(this.major<a.major)return false;if(this.major>a.major)return true;if(this.minor<a.minor)return false;if(this.minor>a.minor)return true;if(this.rev<a.rev)return false;return true};deconcept.util={getRequestParameter:function(a){var b=document.location.search||document.location.hash;if(b){b=b.substring(1).split("&");for(var c=0;c<b.length;c++)if(b[c].substring(0,b[c].indexOf("="))==a)return b[c].substring(b[c].indexOf("=")+1)}return""}};deconcept.SWFObjectUtil.cleanupSWFs=function(){if(!(window.opera||
!document.all))for(var a=document.getElementsByTagName("OBJECT"),b=0;b<a.length;b++){a[b].style.display="none";for(var c in a[b])if(typeof a[b][c]=="function")a[b][c]=function(){}}};deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};if(typeof window.onunload=="function"){var a=window.onunload;window.onunload=function(){deconcept.SWFObjectUtil.cleanupSWFs();a()}}else window.onunload=deconcept.SWFObjectUtil.cleanupSWFs};if(typeof window.onbeforeunload==
"function"){var oldBeforeUnload=window.onbeforeunload;window.onbeforeunload=function(){deconcept.SWFObjectUtil.prepUnload();oldBeforeUnload()}}else window.onbeforeunload=deconcept.SWFObjectUtil.prepUnload;if(Array.prototype.push==null)Array.prototype.push=function(a){this[this.length]=a;return this.length};var getQueryParamValue=deconcept.util.getRequestParameter,FlashObject=deconcept.SWFObject,SWFObject=deconcept.SWFObject}
function buysafe_set_cookie(a,b,c,d,e,g){a=a+"="+escape(b);if(c){b=new Date;b.setTime(b.getTime()+c*24*60*60*1E3);a+="; expires="+b.toGMTString()}if(d)a+="; path="+escape(d);if(e)a+="; domain="+escape(e);if(g)a+="; secure";document.cookie=a}bs_R.GetCookie=function(a){for(var b=document.cookie.split("; "),c=0;c<b.length;c++){var d=b[c].split("=");if(a==d[0])return unescape(d[1])}return null};
bs_R.GetCookieRaw=function(a){for(var b=document.cookie.split("; "),c=0;c<b.length;c++){var d=b[c].split("=");if(a==d[0])return d[1]}return null};bs_R.log=function(a){typeof console!=bsUndef&&console.log(a)};bs_R.addLoadFunc=function(a){var b=window.onload;window.onload=typeof b!="function"?a:function(){b&&b();a&&a()}};var buySAFE;if(typeof buySAFE==bsUndef||!buySAFE){buySAFE={};buySAFE.Hash="";buySAFE.Guarantee={};buySAFE.Guarantee.order="";buySAFE.Guarantee.total="";buySAFE.Guarantee.email=""}var oBSG;
if(typeof oBSG==bsUndef||!oBSG){bs_R.oBSG={};bs_R.oBSG.aSizeQueue=[];bs_R.oBSG.id="BSG_Iframe";bs_R.oBSG.idfix="BSG_Iframe_Fix"}
bs_R.oBSG.FrameFix=function(){if(!bs_R.oBSG.oFixDiv){var a=document.createElement("div");a.id=bs_R.oBSG.idfix;a.name=bs_R.oBSG.idfix;a.corner="BRL";a.width="130";a.height="85";a.style.width="130px";a.style.height="85px";a.style.cursor="pointer";bs_R.SetPersist({ele:a,sPosition:"BRL",offsetY:2,offsetZ:10});bs_R.AppendBody(a);buysafeSetupRollovers([a],"Guarantee","Seal");a.onclick=function(){window.open("/Web/Seal/VerifySeal.aspx?PublicToken="+buySAFE.Hash+"&G=1")};bs_R.oBSG.oFixDiv=a}};
bs_R.GuaranteeSize=function(a){bs_R.oBSG.fSizing=1;var b=bs_R.oBSG.aSizeQueue[0],c=b.target;b=b.step;if(Math.abs(a.height-c)>0)a.height=parseInt(a.height)+(Math.abs(a.height-c)>Math.abs(b)?b:c-a.height);else{if(a.FirstShow){a.FirstShow=0;bs_R.oBSG.fFirstShow=window.setTimeout(function(){bs_R.RollOut(bs_R.GuaranteeHide,bs_R.oBSG.id)},5E3)}bs_R.oBSG.aSizeQueue.shift()}if(bs_R.oBSG.aSizeQueue.length)window.setTimeout(function(){bs_R.GuaranteeSize(a)},30);else bs_R.oBSG.fSizing=0};
bs_R.GuaranteeShow=function(){if(bs_R.oBSG.fFirstShow){clearTimeout(bs_R.oBSG.fFirstShow);bs_R.oBSG.fFirstShow=null}if(!bs_R.oBSG.oFrame){bs_R.oBSG.oFrame=document.getElementById(bs_R.oBSG.id);if(bs_R.oBSG.oFrame)bs_R.oBSG.oFrame.FirstShow=1}if(bs_R.oBSG.oFrame){bs_R.oBSG.aSizeQueue.push({target:136,step:10});bs_R.oBSG.fSizing||bs_R.GuaranteeSize(bs_R.oBSG.oFrame)}};bs_R.GuaranteeHide=function(){if(bs_R.oBSG.oFrame){bs_R.oBSG.aSizeQueue.push({target:54,step:-10});bs_R.oBSG.fSizing||bs_R.GuaranteeSize(bs_R.oBSG.oFrame)}};
function WriteBuySafeGuarantee(a){bs_R.addLoadFunc(function(){function b(f){var h;if(h=document.getElementById(f))h=h.value;if(!h&&(h=document.getElementsByName(f))&&h[0])h=h[0].value;return h}var c="",d="0",e="";if(a=="HTML"){c=b(buySAFE.Guarantee.order);d=b(buySAFE.Guarantee.total);e=b(buySAFE.Guarantee.email)}else if(a=="JavaScript"){c=buySAFE.Guarantee.order;d=buySAFE.Guarantee.total;e=buySAFE.Guarantee.email}else if(a=="Yahoo"){if(typeof orderNum!=bsUndef)c=orderNum;if(typeof orderSubTotal!=
bsUndef)d=orderSubTotal;var g;if(g=document.getElementById("ys_billToEmail"))if(g.innerHTML)e=g.innerHTML}else if(a=="ProStores"){if(typeof buySAFE.Guarantee.order!=bsUndef)c=buySAFE.Guarantee.order;if(typeof buySAFE.Guarantee.total!=bsUndef)d=buySAFE.Guarantee.total;if(typeof buySAFE.Guarantee.email!=bsUndef)e=buySAFE.Guarantee.email}else if(a=="ShopSite"){if(typeof ss_ordernum!=bsUndef)c=ss_ordernum;if(typeof ss_subtotal!=bsUndef)d=ss_subtotal;if(typeof ss_email!=bsUndef)e=ss_email}else if(a=="Volusion")if(typeof Order!=
bsUndef){if(typeof Order[0]!=bsUndef)c=Order[0];if(typeof Order[3]!=bsUndef)d=Order[3];if(typeof Order[9]!=bsUndef)e=Order[9]}d=String(d).replace(/[\$\s\,\+]+/g,"");e=String(e).match(/^\s*([^\s]*)/)[1];c=String(c).match(/^\s*(.*?)\s*$/)[1];if(bs_R.IsFFlt35)if(bs_R.oBSG.fFlashSeal)bs_R.oBSG.FrameFix();else bs_R.oBSG.fFrameFix=1;if(g=document.getElementById("BuySafeGuaranteeSpan")){g.innerHTML="<div><iframe "+(bs_R.IsIE6?"src=\"javascript:'';\"":"")+' id="'+bs_R.oBSG.id+'" name="'+bs_R.oBSG.id+'" width="830" height="0"'+
bs_R.sFrameDef+"></iframe></div>";g.onmouseover=function(){bs_R.RollOver(bs_R.GuaranteeShow)};g.onmouseout=function(){bs_R.RollOut(bs_R.GuaranteeHide)};bs_R.SetPersist({ele:g,sPosition:"BRL",offsetY:0,offsetZ:-10});bs_R.RollOver(bs_R.GuaranteeShow,bs_R.oBSG.id)}g=document.createElement("div");g.style.height="60px";bs_R.AppendBody(g);bs_R.CacheImage("BSG_2009_12/rollover.gif");bs_R.CacheTails("BSG_2009_12/tail");bs_R.InjectJS(bs_R.sServerRoot+"../../web/seal/buysafeguarantee.aspx?ifID="+bs_R.oBSG.id+
"&o="+c+"&t="+d+"&e="+e+"&HASH="+buySAFE.Hash)})}bs_R.CheckBlank=function(a){try{if(a.fileSize==43||a.naturalWidth==2){var b=a.parentNode;if(b.tagName.toLowerCase()=="a"&&b.href.indexOf("VerifySeal.aspx")>-1)b.style.display="none"}}catch(c){}};bs_R.TimeoutNew=function(a,b){bs_R.oTimeouts[a]={};bs_R.oTimeouts[a].Failed=false;bs_R.oTimeouts[a].Interval=window.setTimeout(b,bs_R.nAltDelay)};bs_R.TimeoutFailed=function(a){clearInterval(bs_R.oTimeouts[a].Interval);bs_R.oTimeouts[a].Failed=true};
bs_R.TimeoutClear=function(a,b){clearInterval(bs_R.oTimeouts[a].Interval);if(bs_R.oTimeouts[a].Failed){bs_R.oTimeouts[a].Failed=false;document.getElementById(b).innerHTML=""}};function WriteBuySafeButtonAjax(a){eval(a.substr(a.indexOf("WriteBuySafeButton"),a.indexOf("<\/script>")-a.indexOf("WriteBuySafeButton")))}function WriteBuySafeButtonAjaxInvisible(a){eval(a.substr(a.indexOf("WriteBuySafeButtonInvisible"),a.indexOf("<\/script>")-a.indexOf("WriteBuySafeButtonInvisible")))}
function WriteBuySafeButtonCore(a,b,c,d,e,g){if(buySAFEButtonConfig)d=buySAFEButtonConfig.bgcolor;d=g=="Invisible"?new SWFObject(b,c,"1","1","8",d):new SWFObject(b,c,"190","40","8",d);e=e.replace(/&amp;/gi,"&");e=e.split("&");for(var f={},h=0;h<e.length;h++){var i=e[h].indexOf("="),k=e[h].substring(0,i),j=e[h].substring(i+1);f[k]=j}if(f.Id)document.cookie="BSSCID="+f.Id+";";if(f.RolloverType=="Certified"&&bs_R.StringToBool(f.DefaultChecked)&&bs_R.StringToBool(f.Clickable))f.RolloverType="Checked";
for(i in f)d.addVariable(i,f[i]);d.addParam("menu","false");d.addParam("AllowScriptAccess","always");g=="Invisible"?bs_R.TimeoutNew(c,function(){bs_R.ButtonTimeoutInvisible(a,c,b,f)}):bs_R.TimeoutNew(c,function(){bs_R.ButtonTimeout(a,c,b,f)});d.write(a);if(bs_R.IsIE)window[c]=document[c]}function WriteBuySafeButton(a,b,c,d,e){bs_R.CacheButtonImages();WriteBuySafeButtonCore(a,b,c,d,e,"Default")}function WriteBuySafeButtonInvisible(a,b,c,d,e){WriteBuySafeButtonCore(a,b,c,d,e,"Invisible")}
bs_R.StringToBool=function(a){return a&&a.toLowerCase()=="true"};bs_R.GetImageRQ_OLD=function(a,b,c,d){return typeof d==bsUndef?bs_R.sServerRoot+"../../Web/Seal/AltButton.aspx?HASH="+a+"&I="+b+"&T="+c:bs_R.sServerRoot+"../../Web/Seal/AltButton.aspx?HASH="+a+"&I="+b+"&TS="+(new Date).valueOf()+"&T="+c+(d?"-bg-bonded.gif":"-bg-click.gif")};
bs_R.GetImageRQ=function(a,b,c,d,e){var g="";g=e=="Receipt"||e=="Seller"?c+"-bg-receipt.gif":d?c+"-bg-bonded.gif":c+"-bg-click.gif";return typeof d==bsUndef?bs_R.sServerRoot+"../../Web/Seal/AltButton.aspx?HASH="+a+"&I="+b+"&T="+c:bs_R.sServerRoot+"../../Web/Seal/AltButton.aspx?HASH="+a+"&I="+b+"&TS="+(new Date).valueOf()+"&T="+g};bs_R.BuildURLString=function(a,b,c,d){return"url("+bs_R.GetImageRQ(a,b,c,d)+")"};
bs_R.ButtonTimeoutInvisible=function(a,b,c,d){bs_R.TimeoutFailed(b);if(document.images)(new Image(1,1)).src=bs_R.GetImageRQ(d.HASH,d.Id,"dot.gif")};
bs_R.ButtonTimeout=function(a,b,c,d){var e=d.BondCost;bs_R.TimeoutFailed(b);d.DefaultChecked=bs_R.StringToBool(d.DefaultChecked);d.Bondable=bs_R.StringToBool(d.Bondable);d.Clickable=bs_R.StringToBool(d.Clickable);a=document.getElementById(a);if(!bs_R.fFlashPlaceholder)a.innerHTML="";if(d.Bondable){c=c.substring(c.lastIndexOf("/")+1).replace(".swf","");var g=document.createElement("div");g.id="div_"+b;g.oncontextmenu=function(){return false};var f=document.createElement("div");f.id="div_button_"+b;
switch(c){case "BuySafeButton_2":case "BuySafeButton_3":f.style.height="13px";f.style.width="185px";f.style.paddingRight="5px";f.style.paddingTop="27px";f.style.color="#76777A";f.style.fontSize="10px";break;case "BuySafeButton_4280":case "BuySafeButton_4348":case "BuySafeButton_4886":case "BuySafeButton_4900":case "BuySafeButton_5670c":case "BuySafeButton_5670b":case "BuySafeButton_5670a":case "BuySafeButton_5774":f.style.height="40px";f.style.width=bs_R.IsIE?"190px":"188px";f.style.paddingRight=
"2px";f.style.paddingTop="11px";f.style.color="#76777a";f.style.fontSize="10px";e="";break;case "BuySafeButton":default:f.style.height=bs_R.IsIE?"40px":"32px";f.style.width=bs_R.IsIE?"185px":"175px";f.style.paddingRight="15px";f.style.paddingTop="8px";f.style.color="#0D2954";f.style.fontSize="14px";break}f.style.fontFamily="Arial, Helvetica, sans-serif;";f.style.backgroundRepeat="no-repeat";f.style.textAlign="right";f.style.fontWeight="bold";f.oncontextmenu=g.oncontextmenu;var h=new Image;if(d.Clickable){f.style.cursor=
"pointer";if(d.DefaultChecked)h.src=bs_R.GetImageRQ(d.HASH,d.Id,c,true,d.RolloverType);else{f.innerHTML=e;h.src=bs_R.GetImageRQ(d.HASH,d.Id,c,false,d.RolloverType)}f.onclick=function(){window[d.Callback](String(!d.DefaultChecked).toLowerCase())}}else h.src=bs_R.GetImageRQ(d.HASH,d.Id,c,true,d.RolloverType);g.appendChild(f);a.appendChild(g);h.onload=function(){if(h.width==192)d.RolloverType="Free";var i="HASH="+d.HASH+"&CHECKED="+d.DefaultChecked+"&LearnMore="+d.LearnMoreUrl+"&RolloverType="+d.RolloverType;
f.style.backgroundImage="url("+h.src+")";var k=document.getElementById(f.id);k.onmouseover=function(){buysafeOver(d.RolloverType,this,"Button",i)};k.onmouseout=function(){buysafeOut()}}}};function SealLoadedCallback(a){bs_R.TimeoutClear(a,a+"_a")}function ButtonLoadedCallback(a){bs_R.TimeoutClear(a,"div_"+a)}
bs_R.GetCodeBase=function(){for(var a="https://seal.buysafe.com/private/rollover/",b=document.getElementsByTagName("script"),c=0;c<b.length;c++)if(b[c].src.match(/(.*)rollover(?:\.unpacked)?.js/i))a=RegExp.$1;return a};bs_R.GetTarget=function(a){var b={};b.top=0;b.left=0;b.height=a.height?parseInt(a.height):a.offsetHeight;b.width=a.width?parseInt(a.width):a.offsetWidth;b.offsetWidth=a.offsetWidth;for(b.offsetHeight=a.offsetHeight;a!=null;){b.top+=a.offsetTop;b.left+=a.offsetLeft;a=a.offsetParent}return b};
bs_R.SealTimeoutTrustRating=function(a,b,c,d){bs_R.TimeoutFailed(b);a=document.getElementById(a);if(!bs_R.fFlashPlaceholder)a.innerHTML="";var e=document.createElement("a");e.href="https://www.buysafe.com/Web/Verification/VerifyTrustSeal.aspx?"+c;e.target="_new";e.id=b+"_a";var g=document.createElement("img");if(document.cookie.length>0){var f=document.cookie.indexOf("BSSCID=");if(f>-1){var h=document.cookie.indexOf(";",f);if(h==-1)h=document.cookie.length;try{document.cookie.substring(f,h).split("=")}catch(i){}}}g.src=
bs_R.sServerRoot+"../../Web/Verification/AltSeal.aspx?"+c+"&S="+d;g.id=g.name=b+"_img";g.border=0;g.setAttribute("oncontextmenu","return false;");e.appendChild(g);a.appendChild(e);buysafeSetupRollovers(document.getElementsByName(g.name),"TrustSeal","TrustSeal",c)};
bs_R.SealTimeout=function(a,b,c,d,e,g){bs_R.TimeoutFailed(b);var f="";if(bs_R.GetCookieRaw("BSSCID")!=null)f=bs_R.GetCookieRaw("BSSCID");bs_R.InjectJS(bs_R.sServerRoot+"../../Web/Seal/AltSealInfo.aspx?Info=1&CBF=bs_R.loadAltImage&Elem="+a+"&SN="+b+"&HASH="+c+"&S="+e+"&T="+g+"&MSPHASH="+d+"&I="+f+"&TS="+(new Date).valueOf())};
bs_R.loadAltImage=function(a,b,c,d,e,g,f){var h="";if(bs_R.GetCookieRaw("BSSCID")!=null)h=bs_R.GetCookieRaw("BSSCID");var i=document.getElementById(a);if(!bs_R.fFlashPlaceholder)i.innerHTML="";h=bs_R.sServerRoot+"../../Web/Seal/AltSeal.aspx?HASH="+c+"&S="+e+"&T="+g+"&MSPHASH="+d+"&I="+h+"&TS="+(new Date).valueOf();e=document.createElement("img");e.id=e.name=b+"_img";e.src=h;e.border=0;e.setAttribute("oncontextmenu","return false;");h=document.createElement("a");h.target="_new";h.id=b+"_a";var k=false,
j="";if(f.match(/\<filename\>.*(Persistent|Guaranteed)Seal_([TB][LR][LS]).swf\<\/filename\>/)){j=RegExp.$1;e.corner=RegExp.$2;AdjustBuysafeSealCallback(a,b,"AltSeal","",1,e.corner)}else if(f.match(/\<filename\>.*VERISIGN.+?.swf\<\/filename\>/))k=true;h.href="https://www.buysafe.com/Web/Seal/VerifySeal.aspx?PublicToken="+c+"&MSPHASH="+d;if(j=="Guaranteed")h.href+="&G=1";if(k)h.href="https://seal.verisign.com/splash?form_file=fdf/splash.fdf&dn="+location.host+"&lang=en";h.appendChild(e);i.appendChild(h);
k||(j=="Guaranteed"?buysafeSetupRollovers(document.getElementsByName(e.name),"Guarantee","Seal"):buysafeSetupRollovers(document.getElementsByName(e.name),g=="M"?"Certified":"GenericT","Seal"));f.match(/\<bsuid\>(.*?)\<\/bsuid\>/)&&buysafe_set_cookie("buySAFEUID","BSUID::"+RegExp.$1,365,"/","","")};function WriteBuySafeTrusteeSeal(a,b,c){}
bs_R.getCSSRule=function(a,b){a=a.toLowerCase();if(document.styleSheets)for(var c=0;c<document.styleSheets.length;c++){var d=document.styleSheets[c],e=0,g=false;do{if(g=d.cssRules?d.cssRules[e]:d.rules[e])if(g.selectorText.toLowerCase()==a)if(b=="delete"){d.cssRules?d.deleteRule(e):d.removeRule(e);return true}else return g;e++}while(g)}return false};
bs_R.getStyle=function(a,b){var c=document.getElementById(a);if(c==null)c=document.getElementsByTagName(a)[0];if(c.currentStyle)var d=c.currentStyle[b];else if(window.getComputedStyle)d=document.defaultView.getComputedStyle(c,null).getPropertyValue(b);return d};
function buysafeGetAffiliateURL(a,b,c,d,e,g){a=encodeURIComponent(c)+"&T="+encodeURIComponent(b)+"&U="+encodeURIComponent(a)+"&P="+encodeURIComponent(d)+"&R="+encodeURIComponent(document.location)+"&PR="+encodeURIComponent(document.referrer)+"&Q="+encodeURIComponent(e)+"&N="+encodeURIComponent(g);return bs_R.sServerRoot+"../../Web/Verification/Verify.aspx?A="+a}
function WriteBuySafeAffiliateSeal(a,b,c,d,e,g,f,h){bs_R.CacheSealImages();var i=new buySAFEAffiliate;if(typeof a!="object"){i.ElementName=a;i.Size=b;i.TargetFullURL=c;i.TargetDomainURL=d;i.AffilateID=e;i.ProgramID=g;i.Query=f;i.SearchResultNumber=h}else i=a;bs_R.nSealServes++;a="buysafeSeal_"+bs_R.nSealServes;c=document.getElementById(i.ElementName);d=document.createElement("a");d.href=buysafeGetAffiliateURL(i.TargetFullURL,i.TargetDomainURL,i.AffilateID,i.ProgramID,i.Query,i.SearchResultNumber);
d.target="_new";d.id=a+"_a";b=document.createElement("img");b.src=bs_R.sServerRoot+"../../Web/Seal/SealVerify.aspx?MerchantURL="+encodeURIComponent(i.TargetDomainURL)+"&Q="+encodeURIComponent(i.Query)+"&N="+encodeURIComponent(i.SearchResultNumber)+"&A="+encodeURIComponent(i.AffiliateID);b.id=b.name=a+"_img";b.border=0;b.setAttribute("oncontextmenu","return false;");d.appendChild(b);c.appendChild(d);i="MerchantURL="+encodeURIComponent(i.TargetDomainURL);buysafeSetupRollovers(document.getElementsByName(b.name),
"Affiliate","Affiliate",i);if(bs_R.IsIE)window[a]=document[a]}bs_R.AppendBody=function(a,b){if(bs_R.IsIE){b||(b=1);if(document.readyState=="complete")document.body.appendChild(a);else b<20&&window.setTimeout(function(){bs_R.AppendBody(a,b+1)},500)}else document.body.appendChild(a)};bs_R.InjectJS=function(a){var b=document.createElement("script");b.type="text/javascript";b.src=a;bs_R.AppendBody(b)};
bs_R.SetPersist=function(a){var b=a.ele;if(!a.fRollover)a.fRollover=0;if(!a.offsetX)a.offsetX=0;if(!a.offsetY)a.offsetY=0;if(!a.offsetZ)a.offsetZ=0;var c=a.offsetX,d=a.offsetY,e=0;if(bs_R.CompatMode!="BackCompat")e=-2;if(bs_R.IsIE7)e=0;switch(a.fRollover){case 1:c=bs_R.sTarget.width*0.6;d=bs_R.sTarget.height*0.7;case 0:default:}var g="";g="expression(document.body.scrollTop + this.clientHeight - this.clientHeight + "+d+")";var f="expression(document.body.scrollTop + document.body.clientHeight - this.clientHeight - "+
(d+bs_R.nPersistPad)+")",h="expression(document.body.scrollLeft + this.clientWidth - this.clientWidth + "+(c+bs_R.nPersistPad)+")",i="expression(document.body.scrollLeft + document.body.clientWidth - offsetWidth - "+(c+bs_R.nPersistPad)+")",k="",j="";k="expression(document.documentElement.scrollTop + this.clientHeight - this.clientHeight + "+(d+bs_R.nPersistPad)+")";j="expression(document.documentElement.scrollTop + document.documentElement.clientHeight - this.clientHeight - "+(d+bs_R.nPersistPad)+
")";var o="expression(document.documentElement.scrollLeft + this.clientWidth - this.clientWidth + "+(c+bs_R.nPersistPad)+")",n="expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth - "+(c+bs_R.nPersistPad)+")",l="",m="";switch(a.sPosition){case "TLL":case "TLS":k="_top:"+k+";_left:"+o+";";j="top: "+(bs_R.nPersistPad+d)+"px; left: "+(bs_R.nPersistPad+c)+"px;";g="_top:"+g+";_left:"+h+";";b.style.bottom=b.style.right="auto";b.style.top=0+d+"px";b.style.left=
0+c+"px";b.style.position="fixed";l="top";m="left";break;case "TRL":case "TRS":k="_top:"+k+";_left:"+n+";";j="top: "+(bs_R.nPersistPad+d)+"px; right: "+(bs_R.nPersistPad+c)+"px;";g="_top:"+g+";_left:"+i+";";b.style.bottom=b.style.left="auto";b.style.top=0+d+"px";b.style.right=0+c+"px";b.style.position="fixed";l="top";m="right";break;case "BLL":case "BLS":k="_top:"+j+";_left:"+o+";";j="bottom: "+(bs_R.nPersistPad+d+e)+"px; left: "+(bs_R.nPersistPad+c)+"px;";g="_top:"+f+";_left:"+h+";";b.style.top=
b.style.right="auto";b.style.bottom=e+d+"px";b.style.left=0+c+"px";b.style.position="fixed";l="bottom";m="left";break;case "BRL":case "BRS":k="_top:"+j+";_left:"+n+";";j="bottom: "+(bs_R.nPersistPad+d+e)+"px; right: "+(bs_R.nPersistPad+c)+"px;";g="_top:"+f+";_left:"+i+";";b.style.top=b.style.left="auto";b.style.bottom=e+d+"px";b.style.right=0+c+"px";b.style.position="fixed";l="bottom";m="right";break;default:k="_top:"+j+";_left:"+n+";";j="bottom: "+(bs_R.nPersistPad+d)+"px; right: "+(bs_R.nPersistPad+
c)+"px;";g="_top:"+f+";_left:"+i+";"}if(bs_R.sTarget){bs_R.sTarget.ROTB=l;bs_R.sTarget.ROLR=m}if(bs_R.IsIE){c=" position: fixed; _position: absolute; ";c+=bs_R.CompatMode=="BackCompat"?g:bs_R.IsIE6?k:j;b.style.cssText=bs_R.sBgDot+c;document.recalc(true)}b.style.zIndex=bs_R.nZIndex+a.offsetZ};
function AdjustBuysafeSealCallback(a,b,c,d,e,g){if(c!="AltSeal"){var f=document.getElementById(b);if(f){f.style.height=c;f.style.width=d;f.height=c;f.width=d;f.setAttribute("wmode","transparent");bs_R.sTarget=f;bs_R.sTarget.corner=g}if(bs_R.oBSG.fFrameFix)bs_R.oBSG.FrameFix();else bs_R.oBSG.fFlashSeal=1}bs_R.fPersist=parseInt(e);if(bs_R.fPersist)if(c=document.getElementById(a)){c.parentNode&&c.parentNode.tagName!="BODY"&&bs_R.AppendBody(c);bs_R.SetPersist({ele:c,sPosition:g});if(bs_R.IsIE){g=document.createElement("STYLE");
document.documentElement.firstChild.appendChild(g);g.styleSheet.cssText=" * html {"+bs_R.sBgDot+"}"}bs_R.IsFFlt35||bs_R.FrameFix(a,c)}if(bs_R.IsIE)window[b]=document[b]}
function WriteBuySafeSeal(a,b,c,d){bs_R.CacheSealImages();if(b=="PersistentSeal"||b=="GuaranteedSeal")b="Large";if(a=="Small"||a=="Medium"||a=="Large"){c=b;b=a;bs_R.nSealServes++;a="BS_FCompatibleSpan_"+bs_R.nSealServes.toString();document.write('<span id="'+a+'"></span>')}var e;if(b=="Small"){e=85;d=55}else if(b=="Medium"){e=110;d=75}else{e=130;d=85}bs_R.nSealServes++;var g="buysafeseal_"+bs_R.nSealServes,f=new SWFObject(bs_R.sServerRoot+"../../Web/Seal/Flash/MerchantSeal"+b+".swf",g,1,1,"8",buySAFESealConfig.bgcolor);
c||(c="HASH="+buySAFE.Hash);c=c.split("&");for(var h,i=0;i<c.length;i++){var k=c[i].split("=")[0].replace("amp;",""),j=c[i].split("=")[1];if(k=="HASH")h=j;else if(k=="MSPHASH")bs_R.sMSPHash=j;f.addVariable(k,j)}f.addVariable("Size",b);f.addVariable("NAME",g);f.addVariable("ElementName",a);f.addVariable("Width",e);f.addVariable("Height",d);f.addParam("menu","false");f.addParam("AllowScriptAccess","always");bs_R.IsIE&&f.addParam("wmode","transparent");f.addParam("scale","noscale");f.addParam("salign",
"lt");bs_R.TimeoutNew(g,function(){bs_R.SealTimeout(a,g,h,bs_R.sMSPHash,b,"M")});!bs_R.IsSafari4&&!bs_R.IsChrome&&f.write(a);if(bs_R.IsIE)window[g]=document[g]}
function WriteBuySafeTrustSeal(a,b,c,d,e,g,f,h,i,k){bs_R.CacheTrustImages();var j=new buySAFEAffiliate;if(typeof a!="object"){j.ElementName=a;j.Size=b;j.TargetFullURL=c;j.TargetDomainURL=d;j.AffilateID=e;j.ProgramID=g;j.Query=f;j.SearchResultNumber=h;j.Rating=k;j.IsEcommerce=i}else j=a;bs_R.nSealServes++;a="buysafeTrustseal_"+bs_R.nSealServes;b=document.getElementById(j.ElementName);c="TrustURL="+encodeURIComponent(j.TargetDomainURL);d=document.createElement("a");d.href=bs_R.sServerRoot+"../../Web/Verification/VerifyTrustSeal.aspx?"+
c;d.target="_new";d.id=a+"_a";e=document.createElement("img");if(j.IsEcommerce==null||j.Rating==null||isNaN(j.Rating)||j.Rating==""||parseInt(j.Rating)<0||parseInt(j.Rating)>4||parseInt(j.IsEcommerce)!=1){e.src=bs_R.sServerRoot+"../../Web/Verification/images/TrustRating/dot.gif";e.id=e.name=a+"_img"}else{e.src=bs_R.sServerRoot+"../../Web/Verification/images/TrustRating/TrustRating"+j.Rating+".gif?&Q="+encodeURIComponent(j.Query)+"&N="+encodeURIComponent(j.SearchResultNumber)+"&A="+encodeURIComponent(j.AffilateID);
e.id=e.name=a+"_img";e.border=0;e.setAttribute("oncontextmenu","return false;");d.appendChild(e);b.appendChild(d);buysafeSetupRollovers(document.getElementsByName(e.name),"TrustSeal","TrustSeal",c)}if(bs_R.IsIE)window[a]=document[a]}
function WriteBuySafeTrustRatingSeal(a,b,c){bs_R.CacheTrustImages();var d,e;if(b=="Small"){e=67;d=16}bs_R.nSealServes++;var g="buysafetrustseal_"+bs_R.nSealServes;d=new SWFObject(bs_R.sServerRoot+"../../Web/Seal/Flash/TrustRatingSealLoader"+b+".swf",g,e,d,"8",buySAFESealConfig.bgcolor);c=c.split("&");for(e=0;e<c.length;e++){var f=c[e].split("=")[0].replace("amp;",""),h=c[e].split("=")[1];if(f=="TrustURL")bs_R.sTrustURL=h;d.addVariable(f,h)}d.addParam("wmode","transparent");d.addVariable("NAME",g);
d.addParam("menu","false");d.addParam("AllowScriptAccess","always");var i="TrustURL="+bs_R.sTrustURL;bs_R.TimeoutNew(g,function(){bs_R.SealTimeoutTrustRating(a,g,i,b)});d.write(a);if(bs_R.IsIE)window[g]=document[g]}bs_R.CacheImage=function(a){a=bs_R.sImageRoot+a;if(bs_R.oImgCache[a]==null){var b=new Image;b.src=a;bs_R.oImgCache[a]=b}};bs_R.CacheButtonTypes=function(a){bs_R.CacheImage("Button/Button_"+a+".gif")};
bs_R.CacheTails=function(a){bs_R.CacheImage(a+"_bottom_left.gif");bs_R.CacheImage(a+"_bottom_right.gif");bs_R.CacheImage(a+"_top_left.gif");bs_R.CacheImage(a+"_top_right.gif")};bs_R.CacheSealImages=function(){bs_R.CacheTails("2008-01/tail");bs_R.CacheImage("2008-01/topbg-white_text.gif");bs_R.CacheImage("2008-01/learnmore-bg-grey_text.gif");bs_R.CacheImage("2008-01/bottomcurve-parters.gif")};bs_R.CacheTrustImages=function(){bs_R.CacheSealImages();bs_R.CacheImage("../../../Web/Verification/images/VerifySeal/tr_state_anim.gif")};
bs_R.CacheButtonImages=function(){bs_R.CacheButtonTypes("Bonded");bs_R.CacheButtonTypes("Certified");bs_R.CacheButtonTypes("Receipt");bs_R.CacheButtonTypes("Seller");bs_R.CacheButtonTypes("Checked");bs_R.CacheTails("Button/Button_tail")};bs_R.GetDate=function(){var a=new Date;return a.getMonth()+1+"/"+a.getDate()+"/"+a.getFullYear()};
bs_R.GetRolloverBSG_2009_12=function(a,b){var c=bs_R.sImageRoot+"BSG_2009_12/";a='<div><img src="'+c+"tail_"+a+"_"+b+'.gif"'+bs_R.sImgContext+"border=0></div>";return{sDivHTML:'<div style="width:230px; position:relative;"><img src="'+c+'rollover.gif" width="232" height="260" '+bs_R.sImgContext+'/><div style="font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;   font-size:10px; color:#FFFFFF; text-align:right; position:absolute; right:8px;  top:34px;">'+bs_R.GetDate()+'</div><div style="font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; font-size:10px; color:#00305E; text-align:right; position:absolute; right:12px; bottom:13px;"><a style="color:#00305E;" href="http://www.buysafe.com/buyer_benefits/guarantee_short.html" target="_new">Learn more...</a></div></div>',
sTailHTML:a}};
bs_R.GetRolloverHTML_2008_01=function(a,b){var c=bs_R.sImageRoot+"2008-01/";a='<div><img src="'+c+"tail_"+a+"_"+b+'.gif"'+bs_R.sImgContext+"border=0></div>";return{sDivHTML:'<div style="width:230px; position:relative;"><img src="'+c+'topbg-white_text.gif" width="230" height="176" '+bs_R.sImgContext+'/><a href="http://www.buysafe.com/buyer_benefits/overview.html" target="_new"><img src="'+c+'learnmore-bg-grey_text.gif" width="230" height="19" border="0" '+bs_R.sImgContext+'/></a><img src="'+c+'bottomcurve-parters.gif" '+
bs_R.sImgContext+'/><div style="font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; font-size:10px; color:#CCCCCC; width: 100px; text-align: right; position: absolute; right: 12px; top: 5px;">Monitored Daily</div><div style="font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;   font-size:10px; color:#FFFFFF; width: 100px; text-align: right; position: absolute; right: 12px; top: 16px;">'+bs_R.GetDate()+"</div></div>",sTailHTML:a}};
bs_R.GetRolloverTrustHTML_2008_03=function(a,b,c){a='<div><img src="'+bs_R.sImageRoot+"2008-01/tail_"+a+"_"+b+'.gif"'+bs_R.sImgContext+"border=0></div>";b='id="BuySafeButtonFrame" name="BuySafeButtonFrame" '+bs_R.sFrameDef;var d="",e="";if(c=="TrustSeal")d=bs_R.sServerRoot+"../../Web/Verification/VerifyTrustRatingRollover.aspx?"+bs_R.sRolloverQuery;else if(c=="Button"){d=bs_R.sServerRoot+"../../Web/Verification/ButtonRollover.aspx?"+bs_R.sRolloverQuery;e='<div><iframe src="'+d+'" height="243" width="250" '+
b+"></iframe></div>";return{sDivHTML:e,sTailHTML:a}}else if(c=="Affiliate"){d=bs_R.sServerRoot+"../../Web/Verification/SealRollover.aspx?"+bs_R.sRolloverQuery;e='<div><iframe src="'+d+'" height="149" width="250" '+b+"></iframe></div>";return{sDivHTML:e,sTailHTML:a}}e='<div style="background-image:url('+bs_R.sServerRoot+'../../Web/Verification/images/VerifySeal/tr_state_anim.gif);background-repeat: no-repeat;background-position: center center; " ><iframe src="'+d+'" name="BuySafeTrustFrame" width="231" height="215" '+
bs_R.sFrameDef+"></iframe></div>";return{sDivHTML:e,sTailHTML:a}};
bs_R.GetRolloverHTML=function(a,b){var c="",d="";if(bs_R.sRolloverType)if(bs_R.sRolloverType=="Seal")if(bs_R.sRolloverName=="AttentionRequired"){d='<div id="rollover_temp_header" style="width:205px; height:72px;"><img name="roll_temp_header" src="'+bs_R.sImageRoot+'roll_temp_header.gif" width="205" height="72" border="0"></div><div id="rollover_temp_body"   style="width:205px; height:63px;"><img name="roll_temp_body"   src="'+bs_R.sImageRoot+'roll_temp_body.gif" width="205" height="63" border="0"></div><div id="rollover_temp_footer" style="width:38px;  height:40px;"><img name="roll_temp_footer" src="'+
bs_R.sImageRoot+'roll_temp_footer.gif" width="205" height="40" border="0"></div>';c='<div><img src="'+bs_R.sImageRoot+"atnrq_tail_"+a+"_"+b+'.gif" alt="" '+bs_R.sImgContext+" /></div>"}else{b=bs_R.sRolloverName=="Guarantee"?bs_R.GetRolloverBSG_2009_12(a,b):bs_R.GetRolloverHTML_2008_01(a,b);d=b.sDivHTML;c=b.sTailHTML}else if(bs_R.sRolloverType=="TrustSeal"){b=bs_R.GetRolloverTrustHTML_2008_03(a,b,bs_R.sRolloverType);d=b.sDivHTML;c=b.sTailHTML}else if(bs_R.sRolloverType=="Button"){b=bs_R.GetRolloverTrustHTML_2008_03(a,
b,bs_R.sRolloverType);d=b.sDivHTML;c=b.sTailHTML}else if(bs_R.sRolloverType=="Affiliate"){b=bs_R.GetRolloverTrustHTML_2008_03(a,b,bs_R.sRolloverType);d=b.sDivHTML;c=b.sTailHTML}else return"";else if(bs_R.sRolloverName=="Seller"||bs_R.sRolloverName=="PriceRunner"){b=bs_R.GetRolloverHTML_2008_01(a,b);d=b.sDivHTML;c=b.sTailHTML}else{d='<div><a href="http://www.buysafe.com" target="buySAFE"><img src="'+bs_R.sImageRoot+bs_R.sRolloverName+'.gif"'+bs_R.sImgContext+" border=0></a></div>";c='<div><img src="'+
bs_R.sImageRoot+bs_R.sRolloverName+"_callout_"+a+"_"+b+'.gif"'+bs_R.sImgContext+" border=0></div>"}return a=="top"?c+d:d+c};bs_R.WriteIFrame=function(a,b){if(a=document.getElementById(a))if(b){a=a.contentDocument?a.contentDocument:a.contentWindow.document;a.open();a.write(b);a.close()}else a.parentNode.removeChild(a)};bs_R.HideElem=function(a){if(a){a.style.visibility="hidden";a.style.top=a.style.left="-1000px"}};bs_R.FrameHide=function(a){(a=bs_R.oFrameFix[a])&&bs_R.HideElem(a)};
bs_R.FrameFix=function(a,b){var c=bs_R.oFrameFix[a];if(!c){c=document.createElement("iframe");c.id=a+"_frame";if(bs_R.IsIE6)c.src="javascript:'';";c.style.visibility="hidden";c.style.position="absolute";c.frameBorder=0;c.marginHeight=0;c.marginWidth=0;c.scrolling="no";bs_R.AppendBody(c);bs_R.oFrameFix[a]=c}c.style.cssText=b.style.cssText;c.style.background="none";c.style.zIndex=b.style.zIndex-2;c.style.position=b.style.position;c.width=b.offsetWidth;c.height=b.offsetHeight;c.style.filter="progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
c.style.visibility=b.style.visibility};
bs_R.RolloverShow=function(){if(document.getElementById){var a=document.getElementById(bs_R.sRolloverID);if(!a){var b=document.createElement("div");b.id=bs_R.sRolloverID;b.style.visibility="hidden";b.style.position="absolute";b.style.top=0;b.style.left=0;b.style.zIndex=bs_R.nZIndex;b.onmouseover=function(){bs_R.oRollover[bs_R.sRolloverName].fHide=0};b.onmouseout=function(){bs_R.oRollover[bs_R.sRolloverName].fHide=1;buysafeOut(b.id)};bs_R.AppendBody(b);a=b}a.innerHTML=bs_R.GetRolloverHTML("top","left");
var c,d;if(bs_R.fPersist&&(bs_R.sRolloverType=="Seal"||bs_R.sRolloverType=="Guarantee")){bs_R.SetPersist({ele:a,sPosition:bs_R.sTarget.corner,fRollover:1});c=bs_R.sTarget.ROTB;d=bs_R.sTarget.ROLR}else{a.style.position="absolute";a.style.top=a.style.left=0;a.style.bottom=a.style.right="";bs_R.sDebugHTML="";var e=bs_R.GetTarget(bs_R.sTarget),g=document.documentElement&&document.documentElement.clientHeight&&document.documentElement.clientHeight<document.body.clientHeight?document.documentElement:document.body;
c=g.scrollTop;var f=c+g.clientHeight;d=g.scrollLeft;g=d+g.clientWidth;var h=e.height>e.offsetHeight?parseInt(e.height/2):0,i=e.height>e.offsetHeight?parseInt(e.height/2)-e.offsetHeight:0;h=e.top+e.offsetHeight+h-2;i=e.top-a.offsetHeight-i-2;if(h+a.offsetHeight<=f){a.style.top=h+"px";c="top"}else if(i>=c){a.style.top=i+"px";c="bottom"}else{a.style.top=h+"px";c="top"}f=e.left+e.width+2;e=e.left-a.offsetWidth;if(f+a.offsetWidth<=g){a.style.left=f+"px";d="left"}else if(e>=d){a.style.left=e+"px";d="right"}else{a.style.left=
f+"px";d="left"}}a.tailVert=c;a.innerHTML=bs_R.GetRolloverHTML(c,d);a.style.visibility="visible";bs_R.FrameFix(bs_R.sRolloverID,a)}};bs_R.RolloverHide=function(){if(document.getElementById){var a=document.getElementById(bs_R.sRolloverID);bs_R.HideElem(a);bs_R.FrameHide(bs_R.sRolloverID)}};bs_R.RollOver2=function(a,b){if(bs_R.oTimer){a();bs_R.oRollover[b].fHide=1}};
bs_R.RollOver=function(a,b){if(!b)b=bs_R.sRolloverName;bs_R.oRollover[b]||(bs_R.oRollover[b]={});bs_R.oTimer=window.setTimeout(function(){bs_R.RollOver2(a,b)},bs_R.nShowTimeout)};bs_R.RollOut2=function(a,b){if(bs_R.oRollover[b].fHide){a();bs_R.oRollover[b].fHide=0}};bs_R.RollOut=function(a,b){if(!b)b=bs_R.sRolloverName;if(bs_R.oTimer){clearTimeout(bs_R.oTimer);bs_R.oTimer=null}bs_R.oRollover[b].fHide&&window.setTimeout(function(){bs_R.RollOut2(a,b)},bs_R.nHideTimeout)};
function buysafeOver(a,b,c,d){if(!(a=="TrusteeBonded"||a=="TrusteeCertified"||a=="GenericT"))if(b.tagName!="IMG"||b.fileSize>100||b.naturalWidth>2){bs_R.sRolloverQuery=d;bs_R.sRolloverName=a;bs_R.sRolloverType=c;bs_R.sTarget=b;bs_R.RollOver(bs_R.RolloverShow)}}function buysafeFlashOver(a,b,c){buysafeOver(a,document.getElementById(b),c==null?"Button":c)}function buysafeTrustRatingFlashOver(a,b,c,d){buysafeOver(a,document.getElementById(b),c==null?"Button":c,d)}
function buysafeButtonFlashOver(a,b,c,d){buysafeOver(a,document.getElementById(b),c==null?"Button":c,d)}function buysafeOut(){bs_R.RollOut(bs_R.RolloverHide)}function buysafeSetupRollovers(a,b,c,d){for(var e=0;e<a.length;e++){var g=a[e];g.onmouseover=function(){buysafeOver(b,this,c,d)};g.onmouseout=function(){buysafeOut()};g.oncontextmenu=function(){return false}}}
if(typeof bs_R.fLoaded==bsUndef||!bs_R.fLoaded){bs_R.fLoaded=1;bs_R.sRolloverID="buysafeRollover";bs_R.nPersistH=70;bs_R.nPersistW=80;bs_R.fPersist=false;bs_R.sDebugHTML="<br>";bs_R.nShowTimeout=500;bs_R.nHideTimeout=500;bs_R.oRollover={};bs_R.sServerRoot=bs_R.GetCodeBase();bs_R.sImageRoot=bs_R.sServerRoot+"images/";bs_R.nSealServes=0;bs_R.oImgCache={};bs_R.sImgContext=' oncontextmenu="return false;" style="visibility: inherit; display: block;" ';bs_R.nZIndex=10001;bs_R.sBgDot=" background: url('"+
bs_R.sServerRoot+"../images/dot.gif') fixed right bottom no-repeat; ";bs_R.sFrameDef=' frameborder="0" scrolling="no" marginheight="0" marginwidth="0" vspace="0" allowtransparency="true" ';var buySAFESealConfig={};buySAFESealConfig.bgcolor="#FFFFFF";var buySAFEButtonConfig={};buySAFEButtonConfig.bgcolor="#FFFFFF";var buySAFERolloverConfig={};buySAFERolloverConfig.nShowTimeout=bs_R.nShowTimeout;buySAFERolloverConfig.nHideTimeout=bs_R.nHideTimeout;bs_R.nAltDelay=1500;bs_R.oTimeouts={};bs_R.fFlashPlaceholder=
false;bs_R.nPersistPad=0;if(typeof bs_R.oBrowser==bsUndef||!bs_R.oBrowser){bs_R.oBrowser={};bs_R.oBrowser.init=function(){this.name=this.str(this.dB);this.version=this.ver(navigator.userAgent)||this.ver(navigator.appVersion);this.os=this.str(this.dO)};bs_R.oBrowser.str=function(a){for(var b=0;b<a.length;b++){var c=a[b].src,d=a[b].prop;this.tmp=a[b].ver||a[b].name;if(c){if(c.indexOf(a[b].substr)!=-1)return a[b].name}else if(d)return a[b].name}};bs_R.oBrowser.ver=function(a){var b=a.indexOf(this.tmp);
if(b>=0)if(a=a.substring(b+this.tmp.length+1).match(/^[\d\.\-]+/))return a[0];return""};bs_R.oBrowser.dB=[{name:"Chrome",src:navigator.userAgent,substr:"Chrome"},{name:"OmniWeb",src:navigator.userAgent,substr:"OmniWeb",ver:"OmniWeb/"},{name:"Safari",src:navigator.vendor,substr:"Apple",ver:"Version"},{name:"Opera",prop:window.opera},{name:"iCab",src:navigator.vendor,substr:"iCab"},{name:"Konqueror",src:navigator.vendor,substr:"KDE"},{name:"Firefox",src:navigator.userAgent,substr:"Firefox"},{name:"Camino",
src:navigator.vendor,substr:"Camino"},{name:"Netscape",src:navigator.userAgent,substr:"Netscape"},{name:"Explorer",src:navigator.userAgent,substr:"MSIE",ver:"MSIE"},{name:"Mozilla",src:navigator.userAgent,substr:"Gecko",ver:"rv"},{name:"Netscape",src:navigator.userAgent,substr:"Mozilla",ver:"Mozilla"}];bs_R.oBrowser.dO=[{name:"Windows",src:navigator.platform,substr:"Win"},{name:"Mac",src:navigator.platform,substr:"Mac"},{name:"iPhone",src:navigator.userAgent,substr:"iPhone"},{name:"Linux",src:navigator.platform,
substr:"Linux"}];bs_R.oBrowser.init()}bs_R.IsSafari4=bs_R.oBrowser.name=="Safari"&&parseInt(bs_R.oBrowser.version)==4;bs_R.IsChrome=bs_R.oBrowser.name=="Chrome";bs_R.IsIE=bs_R.oBrowser.name=="Explorer";bs_R.IsIE6=bs_R.IsIE&&parseInt(bs_R.oBrowser.version)==6;bs_R.IsIE7=bs_R.IsIE&&parseInt(bs_R.oBrowser.version)==7;bs_R.IsFF=bs_R.oBrowser.name=="Firefox";bs_R.IsFFlt35=bs_R.IsFF&&parseFloat(bs_R.oBrowser.version)<3.5;bs_R.CompatMode=document.compatMode;bs_R.oFrameFix={}}
function buySAFEAffiliate(a,b,c,d,e,g,f,h,i,k){this.ElementName=a;this.Size="Small";this.TargetFullURL=c;this.TargetDomainURL=d;this.AffilateID=e;this.ProgramID=g;this.Query=f;this.SearchResultNumber=h;this.IsEcommerce=i;this.Rating=k;this.WriteSeal=function(){WriteBuySafeAffiliateSeal(this)};this.WriteTrustSeal=function(){WriteBuySafeTrustSeal(this)}}buysafeSetupRollovers(document.getElementsByName("buySAFE Bonded Seller"),"Seller");
buysafeSetupRollovers(document.getElementsByName("buySAFE Bonded"),"Bonded");buysafeSetupRollovers(document.getElementsByName("buySAFE Certified"),"Certified");buysafeSetupRollovers(document.getElementsByName("PriceRunner"),"PriceRunner");
