/**
 *
 * Auction Nudge v2.07
 * http://www.auctionnudge.com
 *
 * By Joseph Hawes
 * http://www.josephhawes.co.uk
 *
 */
function load_auction_nudge_items(){var feed_container=document.getElementById('auction-nudge-items');if(location.host.indexOf('ebay')!=-1||location.host.indexOf('paypal')!=-1){feed_container.innerHTML='<p>Your items can not load because the website hostname contains a disallowed keyword.</p>';}else{var html='<p>No active items.</p>';feed_container.innerHTML=html;if(typeof window.auction_nudge_loaded=='function'){auction_nudge_loaded();}}}
if(typeof window.addEventListener!="undefined")
window.addEventListener("load",load_auction_nudge_items,false);else if(typeof window.attachEvent!="undefined"){window.attachEvent("onload",load_auction_nudge_items);}
else{if(window.onload!=null){var oldOnload=window.onload;window.onload=function(e){oldOnload(e);window[load_auction_nudge_items]();};}
else
window.onload=load_auction_nudge_items;}
