/**
 *
 * Auction Nudge v2.07
 * http://www.auctionnudge.com
 *
 * By Joseph Hawes
 * http://www.josephhawes.co.uk
 *
 */
function load_auction_nudge_profile(){var feed_container=document.getElementById('auction-nudge-profile');if(location.host.indexOf('ebay')!=-1||location.host.indexOf('paypal')!=-1){feed_container.innerHTML='<p>Your profile can not load because the website hostname contains a disallowed keyword.</p>';}else{var head=document.getElementsByTagName('head')[0];var css=document.createElement('link');css.type='text/css';css.rel='stylesheet';css.href='http://www.auctionnudge.com/profile_build/css/star_grey';head.appendChild(css);var html='<a href=\"http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336665968&customid=&toolid=10020&mpre=http%3A%2F%2Ffeedback.ebay.com%2Fws%2FeBayISAPI.dll%3FViewFeedback%26userid%3Domegaspareparts%26ssPageName%3DSTRK%3AME%3AUFS\" id=\"badge\" class=\"badge_s\"><ul id=\"profile\"><li class=\"user-id\">omegaspareparts</li><li class=\"feedback-score\">Feedback Score: <b>6182</b></li><li class=\"feedback-percent\"><b>100.0</b>% Positive</li><li class=\"feedback-star\"><img src=\"http://p.ebaystatic.com/aw/pics/icon/iconGreenStar_25x25.gif\" /></li></ul></a>';feed_container.innerHTML=html;}}
if(typeof window.addEventListener!="undefined")
window.addEventListener("load",load_auction_nudge_profile,false);else if(typeof window.attachEvent!="undefined"){window.attachEvent("onload",load_auction_nudge_profile);}
else{if(window.onload!=null){var oldOnload=window.onload;window.onload=function(e){oldOnload(e);window[load_auction_nudge_profile]();};}
else
window.onload=load_auction_nudge_profile;}
