var strVar = '';
strVar += '<table>';
strVar += '<tr>';
strVar += '<td>';
strVar += '<br\/>';
strVar += '<br\/>';
strVar += '<style type=\"text\/css\">';
strVar += '@import url(http:\/\/www.google.com\/cse\/api\/branding.css);';
strVar += '<\/style>';
strVar += '<div class=\"cse-branding-bottom\" style=\"background-color:#000000;color:#FFFFFF\">';
strVar += '  <div class=\"cse-branding-form\">';
strVar += '    <form action=\"http:\/\/www.google.com\/cse\" id=\"cse-search-box\">';
strVar += '      <div>';
strVar += '        <input type=\"hidden\" name=\"cx\" value=\"partner-pub-7958541108604110:0311579349\" \/>';
strVar += '        <input type=\"hidden\" name=\"ie\" value=\"UTF-8\" \/>';
strVar += '        <input type=\"text\" name=\"q\" size=\"20\" \/>';
strVar += '        <input type=\"submit\" name=\"sa\" value=\"Search\" \/>';
strVar += '      <\/div>';
strVar += '    <\/form>';
strVar += '  <\/div>';
strVar += '  <div class=\"cse-branding-logo\">';
strVar += '    <img src=\"http:\/\/www.google.com\/images\/poweredby_transparent\/poweredby_000000.gif\" alt=\"Google\" \/>';
strVar += '  <\/div>';
strVar += '  <div class=\"cse-branding-text\">';
strVar += '    Custom Search';
strVar += '  <\/div>';
strVar += '<\/div>';
strVar += '\n<\/td>';
strVar += '<\/tr>';
strVar += '<\/table>';

document.write(strVar);
