
s = '<table style="background-color: #FFEBB0; ';
s += 'border: 0px solid transparent; ';
s += 'border-top: 1px solid #B52500; ';
s += 'border-left: 1px solid #B52500; ';
s += 'table-layout: fixed; font-family: arial; font-size: 8pt; line-height: 1;" '
s += 'cellpadding="0" cellspacing="0">';
s += '<tr>';
s += '</tr>';
s += '<tr>';
s += '<td style="color: #505050; ';
s += 'height: 14px; text-align: right; background-color: #B52500; " ';
s += 'valign="top" colspan="0">';
s += '<div style="margin: 1px; margin-right: 2px; padding: 0px; height: 12px; 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);
