
s = '<table style="background-color: #ffffff; ';
s += 'border: 0px solid transparent; ';
s += 'border-top: 1px solid #9AC540; ';
s += 'border-left: 1px solid #9AC540; ';
s += 'table-layout: fixed; font-family: arial; font-size: 8pt; " '
s += 'cellpadding="0" cellspacing="0">';
s += '<tr>';
s += '</tr>';
s += '<tr>';
s += '<td style="color: #000000; ';
s += 'height: 14px; text-align: right; background-color: #9AC540; " ';
s += 'valign="top" colspan="0">';
s += '<div style="margin: 0px; margin-right: 2px; padding: 0px; height: 14px; overflow: hidden; ">';
s += '<a href="http://www.webhotel.ro" style="color: #ffffff; ';
s += 'font-size: 8pt; margin-top: 0px; padding-top: 0px; text-decoration: none; " target="_blank" ';
s += 'title="Web Hotel - Domenii Web, Web Hosting, Hosting gratuit, Gazduire Web, Pachete Hosting, Web Design, Web Development, E-commerce Solutions, Web Hosting, Domain Name Registration, SEO">';
s += '<b style="margin: 0px; padding: 0px; ">Web Hotel - servicii de web hosting</b>';
s += '</a>';
s += '</div>';
s += '</tr>';
s += '</table>';

document.write(s);
