/**
 *
 * Auction Nudge
 * https://www.auctionnudge.com
 *
 * By Joseph Hawes
 * http://www.josephhawes.co.uk
 *
 */

function AN_Profile_JS(){var AN=null;var h=null;var cid=null;var c=null;this.i=function(eid){AN=this;AN.h=document.getElementsByTagName('head')[0];AN.cid=eid;AN.l(window,'load',AN.r);}
this.r=function(){if(typeof window.AN_Profile_Ready=='function'){AN_Profile_Ready();}}
this.aph=function(html){AN.c=document.getElementById(AN.cid);AN.c.innerHTML=html;}
this.ce=function(type,attr,content){var e=document.createElement(type);for(key in attr){e.setAttribute(key,attr[key]);}
if(content){if(typeof content=='object'){e.appendChild(content);}else{e.innerHTML=content;}}
return e;}
this.l=function(e,event,callback){switch(event){case'load':if(typeof e.addEventListener!="undefined"){e.addEventListener("load",callback,false);}else if(typeof e.attachEvent!="undefined"){e.attachEvent("onload",callback);}else{if(e.onload!=null){var oo=e.onload;e.onload=function(e){oo(e);e[callback]();};}else{e.onload=callback;}}
break;default:if(typeof e.addEventListener!="undefined"){e.addEventListener(event,callback,false);}else if(typeof e.attachEvent!="undefined"){e.attachEvent('on'+event,callback);}
break;}}
this.aa=function(type,url){var et='';switch(type){case'css':et='link';var attr={'type':'text/css','rel':'stylesheet','href':url};break;case'js':et='script';var attr={'type':'text/javascript','src':url};break;}
AN.h.appendChild(AN.ce(et,attr,''));}
this.rc=function(){}}var AN_Profile=new AN_Profile_JS();AN_Profile.i('auction-nudge-profile');function AN_Profile_Ready(){if(location.host.indexOf('ebay')!=-1||location.host.indexOf('paypal')!=-1){AN_Profile.ath('<p><strong>Auction Nudge Error</strong><br />Your items can not load because the website hostname contains a disallowed keyword.</p>');}else{AN_Profile.aph('<a rel=\"nofollow\" href=\"https://www.auctionnudge.com/to_ebay/feedback/site_id/15/user_id/7941/tool_name/profile/user_name/extnix\" id=\"badge\" class=\"badge_s\"><ul id=\"profile\"><li class=\"user-id\">extnix</li><li class=\"feedback-score\">Feedback Score: <b>1987</b></li><li class=\"feedback-percent\"><b>100.0</b>% Positive</li><li class=\"feedback-star\"><img src=\"//assets-auctionnudge.s3.amazonaws.com/feed/profile/img/stars/iconRedStar_25x25.gif\" /></li></ul></a>');AN_Profile.aa('css','//assets-auctionnudge.s3.amazonaws.com/feed/profile/css/star_grey-080317.gz.css');}}