function loadEbayFeed() {
var feed = '';
feed += '<table width="550px"><tr>';
feed += '<td>';
feed += '<p><strong><a href="http://ebayguides.co.uk/listing_tool/out.php?userId=firstclick-motors&programId=710-53481-19255-0&itemNo=&host="></a></strong></p><p>Ebay user does not exist</p>';
feed += '</td>';
feed += '</tr></table>';
document.getElementById('ebayFeed').innerHTML = feed;
}
window.onload = loadEbayFeed