var searchBoxHTML = "<div class='right-promo1' >" +
                        '<div id="WLSearchBoxDiv">';
searchBoxHTML += '<table cellpadding="0" cellspacing="0" style="width:250px; height:32px;">'
searchBoxHTML += '<tr id="WLSearchBoxPlaceholder">'+
                    '<td style="width:100%; border:solid 1px #cccccc; border-right-style:none; padding-left:10px; padding-right:10px; vertical-align:middle;">'+
                        '<input id="WLSearchBoxInput" type="text" value="&#x4c;&#x6f;&#x61;&#x64;&#x69;&#x6e;&#x67;&#x2e;&#x2e;&#x2e;" disabled="disabled" style="background-image:url(http://www.bing.com/siteowner/s/siteowner/searchbox_background_k.png); background-position:right; background-repeat:no-repeat; font-family:Arial; font-size:14px; color:#000000; width:100%; border:none 0 transparent;"/>' +
                    '</td>' + 
                    '<td style="border:solid 1px #cccccc; border-left-style:none; padding-left:0px; padding-right:3px;">' + 
                        '<input id="WLSearchBoxButton" type="image" src="http://www.bing.com/siteowner/s/siteowner/searchbutton_normal_k.gif" style="border:none 0 transparent; height:24px; width:24px; vertical-align:top;"/>' +
                    '</td>' +
                '</tr></table>';
                
searchBoxHTML += '<script type="text/javascript" charset="utf-8">var WLSearchBoxConfiguration={"global":{"serverDNS":"www.bing.com","market":"en-US"},"appearance":{"autoHideTopControl":false,"width":800,"height":550,"theme":"Blue"},"scopes":[{"type":"web","caption":"&#x57;&#x6f;&#x6c;&#x66;&#x66;&#x72;&#x61;&#x6d;&#x65;&#x77;&#x6f;&#x72;&#x6b;&#x73;","searchParam":"site:connect.wolfframeworks.com"},{"type":"web","caption":"&#x57;&#x65;&#x62;","searchParam":""}]}</script>'
searchBoxHTML += '</div></div>'

document.write(searchBoxHTML)
