<NEWTAB><SCRIPT>
var urls = {"searchweb":"http://search.conduit.com/Results.aspx?q=SEARCH_TERM&amp;ctid=CT3072253&amp;SearchSource=15&amp;SearchType=SearchWeb&amp;SSPV=EB_SSPV","searchimages":"http://search.conduit.com/Results.aspx?q=SEARCH_TERM&amp;ctid=CT3072253&amp;SearchSource=15&amp;SearchType=SearchImages&amp;SSPV=EB_SSPV","searchvideos":"http://search.conduit.com/Results.aspx?q=SEARCH_TERM&amp;ctid=CT3072253&amp;SearchSource=15&amp;SearchType=SearchVideos&amp;SSPV=EB_SSPV","searchnews":"http://search.conduit.com/Results.aspx?q=SEARCH_TERM&amp;ctid=CT3072253&amp;SearchSource=15&amp;SearchType=SearchNews&amp;SSPV=EB_SSPV","searchshopping":"http://search.conduit.com/Results.aspx?q=SEARCH_TERM&amp;ctid=CT3072253&amp;SearchSource=15&amp;SearchType=SearchShopping&amp;SSPV=EB_SSPV"};
var rootImageUrl = "http://storage.conduit.com";

if (typeof(console) == "undefined") {
 console = { log : function(){} };
}

var currentActiveVertical = "searchweb";

      var ScriptHelper = {
            GetBrowser: function() {
                var bVersion = "";

                if (!window.ActiveXObject)
                    bVersion = "FF";
                else
                    bVersion = "IE";

                return bVersion;
            },
            NotifyClose: function() {
                if (typeof activeXProgID == "undefined")
                    return;
                if (ScriptHelper.GetBrowser() == "IE") {
                    var objProxy = new ActiveXObject(activeXProgID);
                    if (objProxy)
                        objProxy.executeapifunction(["CloseSearchInNewTab"]);
                }
            }

        };
        function closeFrame() {
            var frm = document.getElementById("floater");
            frm.style.display = "none";
            ScriptHelper.NotifyClose();
        };

        function Search(vertical) {
            var textBox = document.getElementById("q");
            /*get the text box*/
            if (textBox) {
                /*get the query value*/
                var query = textBox.value;
                /*get the correct url for the vertical*/
                var url = urls[vertical];
                if (url) {
                    /*set the query term, changed to encodeURI from escape*/
                    url = url.replace("SEARCH_TERM", encodeURI(textBox.value).replace(/%20/g, "+"));
                    if (Utilities &amp;&amp; Utilities.ieV() &gt;= 9)
                        textBox.value = "";
                    var suggest = document.getElementById("Suggest");
                    if (suggest &amp;&amp; suggest.value != '') {
                        url += "&amp;Suggest=" + suggest.value;
                    }
                    
                    /*redirect*/
                    location.href = url;
                }
            }
        };
        
        
        function SearchOrChangeActive(vertical) {
            var textBox = document.getElementById("q");
            /*get the text box*/
            if (textBox) {
                /*get the query value*/
                var query = textBox.value;
                if (query == "") {
                    var elm = document.getElementById("li_" + currentActiveVertical);
                    /*check the for verticals*/
                    if (elm)
                    {
                        elm.className = "";
                        var el = document.getElementById("li_" + vertical);
                        el.className = "sc_active";
                        currentActiveVertical = vertical;
                    }
                }
                else {
                    /*get the correct url for the vertical*/
                    var url = urls[vertical];
                    if (url) {
                        /*set the query term*/
                        url = url.replace("SEARCH_TERM", encodeURI(textBox.value));
                        textBox.value = "";
                        
                        /*redirect*/
                        location.href = url;
                    }
                }
            }
            
        };

        function SearchVertical() {
            SearchOrChangeActive(currentActiveVertical);
        }

        

function changeQueryTerm (el, strBeforeSearchTerm) 
{
    
    if (typeof strBeforeSearchTerm == "undefined") {
        strBeforeSearchTerm = "";
    }

    try {
        if (window.RegExp &amp;&amp; window.encodeURIComponent) {
            var aElement = (el.tagName == "A") ? el : el.getElementsByTagName("a")[0];
            var ue = aElement.href;
            var qe = encodeURIComponent(GetSearchBoxValue());

            /*custom &amp; community*/
            if (ue.indexOf("SEARCH_TERM") != -1) {
                aElement.href = ue.replace("SEARCH_TERM", qe);
                return 1;
            }
            /*most engines case*/
            else if (ue.indexOf("q=") != -1) {
                var rplcReg = new RegExp("q=[^&amp;$]*");
                aElement.href = ue.replace(rplcReg, "q=" + strBeforeSearchTerm + qe);
                return 1;
            }
            else {
                aElement.href = ue + "&amp;q=" + strBeforeSearchTerm + qe;
                return 1;
            }
        }
    }
    catch (ex) { }
    return 1;

}

    function GetSearchBoxValue() {
        return document.getElementById("q").value;
    }

        
        function kprsSend(evt) {
            if (!evt &amp;&amp; window.event) 
                evt = window.event;
            if (evt.keyCode == 27) {
                closeFloat();
            }
                if (evt.keyCode == 13) {
                    Search(currentActiveVertical);
            }
        };

        function closeFloat() {
            var floater = document.getElementById("floater");
            floater.style.display = "none";
        };
        function showFloat(e) {
            mouseClick();
            var floater = document.getElementById("floater");
            floater.style.display = "block";
            if (!e) { e = window.event };
            cancelBubble(e);
            
        };

        function cancelBubble(e)
{
            if (!e) { e = window.event };
            if (!e){
                return;
                }
            e.cancelBubble = true;
	        if (e.stopPropagation) {e.stopPropagation(); }
        }
        
        var didInit = false;

        function InitNewTab() {
            if (didInit) {
                return;
            }
            if (document.getElementById("lastElement") == null)
            {
                window.setTimeout(InitNewTab, 10);
                return;
            }
            didInit = true;

            if (typeof(SetNewTab) != "undefined") {
                SetNewTab();
            }
            if (typeof(ACPStart) != "undefined") {
                ACPStart();
            }
            if (typeof(SetInputMouseEvents) != "undefined") {
                SetInputMouseEvents();
            }
            mouseClick(null);
            document.onclick = function(event) { mouseClick(event); };
            Events.AttachEvent(document, "onclick", closeFloat);
        };


        function onHover(action,bElem,bcloseId) {
            var bclose = document.getElementById(bcloseId);
            switch(action)
            {
                case "over":
                    bElem.className = "b_class png hover";
                    bclose.className = "b_class png hover";
                    break;
                case "out":
                    bElem.className = "b_class png";
                    bclose.className = "b_class png";
                    break;
                case "link_over":
                    if (typeof (useOnhover) == "undefined") {
                        bElem.className = "onhover";
                    }
                    break;
            case "link_out":
                if (typeof (useOnhover) == "undefined") {
                    bElem.className = "onout";
                }
                break;
            }
        }

        function SetInputMouseEvents() {
            var q = document.getElementById("q");
            if (q) 
            {
                var inputWrapper = document.getElementById("input_wrapper");
                if (inputWrapper) 
                {
                    inputWrapper.className = "wq png ";
                    q.onblur = function(){
                       if (inputWrapper.className != "wq png focus") return;
                       inputWrapper.className = "wq png";
                    };
                    q.onfocus = function(){
                       if (inputWrapper.className != "wq png hover") return;
                       inputWrapper.className = "wq png focus";
                    };
                    inputWrapper.onmouseover = function() {
                        if (inputWrapper.className != "wq png") return;
                        inputWrapper.className = "wq png hover";
                    };
                    inputWrapper.onmouseout = function() {
                        if (inputWrapper.className != "wq png hover") return;
                        inputWrapper.className = "wq png";
                    };
                }
            }
        }
        
        function ShowHideInput() {
                window.clickType = 2;
                var elem = document.getElementById('input_icon');
                var inputWrapper = document.getElementById('input_wrapper');
                if (!elem) return;
                var inputElem = document.getElementById('q');

                elem.style.display = "none";
                elem.style.opacity = "0";
                inputElem.style.opacity = "1";

                elem.style.filter = "alpha(opacity=0)";
                inputElem.style.filter = "alpha(opacity=100)";

                inputElem.className = "png open";
                inputWrapper.className = "wq png focus";
                inputElem.focus();
        }

function mouseClick(e) {
    var inputIcon = document.getElementById('input_icon');
    var inputWrapper = document.getElementById('input_wrapper');
    var inputElem = document.getElementById('q');

    if (inputIcon) {
        if ((inputIcon.style.display == "none") &amp;&amp; (typeof (window.clickType) != "undefined") &amp;&amp; (window.clickType != 2) &amp;&amp; (inputElem.value == '')) {

            inputIcon.style.display = "block";
            inputElem.className = "";
            
            inputIcon.style.opacity = "1";
            inputElem.style.opacity = "0";

            inputIcon.style.filter = "alpha(opacity=100)";
            inputElem.style.filter = "alpha(opacity=0)";
                
            inputWrapper.className = "wq png";
            
        }
        else if (inputIcon.style.display == "none" &amp;&amp; typeof (window.clickType) == "undefined" &amp;&amp; inputElem.value == '') {

            inputIcon.style.display = "block";
            inputIcon.style.opacity = "1";
            inputElem.style.opacity = "0";

            inputIcon.style.filter = "alpha(opacity=100)";
            inputElem.style.filter = "alpha(opacity=0)";

            inputWrapper.className = "wq png";

        }
        else if (inputIcon.style.display == "block" &amp;&amp; window.clickType != 2 &amp;&amp; inputElem.value == '') {

            inputIcon.style.display = "block";
            inputIcon.style.opacity = "1";
            inputElem.style.opacity = "0";

            inputIcon.style.filter = "alpha(opacity=100)";
            inputElem.style.filter = "alpha(opacity=0)";

            inputWrapper.className = "wq png";
        }
    }

    window.clickType = 0;
}


window.clickType = 0;
window.setTimeout(InitNewTab, 10);

var objIframe;

function removealljscssfile(filetype)
{
    var targetelement=(filetype=="js")? "script" : (filetype=="css")? "link" : "none"; 
    var targetattr=(filetype=="js")? "src" : (filetype=="css")? "href" : "none"; 
    var allsuspects=document.getElementsByTagName(targetelement); 
    for (var i=allsuspects.length; i&gt;=0; i--) 
    { 
        if (allsuspects[i] &amp;&amp; allsuspects[i].getAttribute(targetattr)!=null) {
            allsuspects[i].parentNode.removeChild(allsuspects[i]); 
        }
    }
}

function removeallinlinestyle()
{
    var allsuspects=document.getElementsByTagName("style");
    for (var i=0; i &lt; allsuspects.length; i++) 
    {
        if (allsuspects[i] &amp;&amp; allsuspects[i].getAttribute("from")!="conduit")
        {
            allsuspects[i].parentNode.removeChild(allsuspects[i]); 
        }
    }
}

function SetNewTab()
{
    var div = document.getElementById("conduitNewTab");
    document.body.innerHTML = div.innerHTML;
    document.body.style.margin = 0;
    
    document.body.className = "";
    top.document.body.style.width = "100%";
    
    removealljscssfile("css");
    removealljscssfile("js");
    removeallinlinestyle();

    objIframe = document.getElementById("iframeSearch");
    if (objIframe)
    {
        Resize();
        window.onresize = Resize;
    }
}
function Resize()
{
    top.document.body.style.height = window.screen.availHeight;
    objIframe.style.width = document.body.clientWidth;
    objIframe.style.height = document.body.offsetHeight;
}




var Events = {

    GetEventName: function(name) {
        return (name.indexOf("on") == 0) ? name.substring(2, name.length) : name;
    },
    AttachEvent: function(obj, eventName, delegate) {
        if (typeof (obj.addEventListener) != "undefined") {
            obj.addEventListener(Events.GetEventName(eventName), delegate, false);
        }
        else {
            obj.attachEvent(eventName, delegate);
        }
    },
    DetachEvent: function(obj, eventName, delegate) {
        if (typeof (obj.addEventListener) != "undefined") {
            obj.removeEventListener(Events.GetEventName(eventName), delegate, true);
        }
        else if (obj.detachEvent) {
            obj.detachEvent(eventName, delegate);
        }
    }
};

var Utilities =
{
    GetElemPos: function (offsetTrail) {
        if (!offsetTrail) return null;

        var offsetLeft = 0;
        var offsetTop = 0;

        if (offsetTrail.offsetParent) {
            while (offsetTrail) {
                offsetLeft += offsetTrail.offsetLeft;
                offsetTop += offsetTrail.offsetTop;
                offsetTrail = offsetTrail.offsetParent;
            }
        }
        else {
            if (offsetTrail.x) { offsetLeft = offsetTrail.x; }
            if (offsetTrail.y) { offsetTop = offsetTrail.y; }
        }
        return { left: offsetLeft, top: offsetTop };
    },
    FindPosX: function (obj) {
        var curleft = 0;
        if (obj.offsetParent) {
            while (obj.offsetParent) {
                curleft += obj.offsetLeft;
                obj = obj.offsetParent;
            }
        }
        else if (obj.x)
            curleft += obj.x;
        return curleft;
    },

    FindPosY: function (obj) {
        var curtop = 0;
        if (obj.offsetParent) {
            while (obj.offsetParent) {
                curtop += obj.offsetTop;
                obj = obj.offsetParent;
            }
        }
        else if (obj.y)
            curtop += obj.y;
        return curtop;
    },

    FormatNumber: function (num, decimalNum, bolLeadingZero, bolParens, bolCommas) {

        if (isNaN(parseInt(num))) return "NaN";

        var tmpNum = num;
        var iSign = num &lt; 0 ? -1 : 1;

        tmpNum *= Math.pow(10, decimalNum);
        tmpNum = Math.round(Math.abs(tmpNum));
        tmpNum /= Math.pow(10, decimalNum);
        tmpNum *= iSign;

        var tmpNumStr = new String(tmpNum);

        if (!bolLeadingZero &amp;&amp; num &lt; 1 &amp;&amp; num &gt; -1 &amp;&amp; num != 0)
            if (num &gt; 0)
                tmpNumStr = tmpNumStr.substring(1, tmpNumStr.length);
            else
                tmpNumStr = "-" + tmpNumStr.substring(2, tmpNumStr.length);

        if (bolCommas &amp;&amp; (num &gt;= 1000 || num &lt;= -1000)) {
            var iStart = tmpNumStr.indexOf(".");
            if (iStart &lt; 0)
                iStart = tmpNumStr.length;

            iStart -= 3;
            while (iStart &gt;= 1) {
                tmpNumStr = tmpNumStr.substring(0, iStart) + "," + tmpNumStr.substring(iStart, tmpNumStr.length);
                iStart -= 3;
            }
        }

        if (bolParens &amp;&amp; num &lt; 0)
            tmpNumStr = "(" + tmpNumStr.substring(1, tmpNumStr.length) + ")";

        return tmpNumStr;
    },

    addScriptToHead: function (url) {
        var head = document.getElementsByTagName("head");
        var script = document.createElement("script");
        script.type = "text/javascript";
        script.src = url;
        head[0].appendChild(script);
    },

    addHiddenField: function (id, name) {
        var input = document.createElement("input");
        input.type = "hidden";
        input.id = id;
        input.name = name;

        var frm = document.getElementsByName("search_form")[0];
        frm.appendChild(input);

        return input;
    },

    removeElementById: function (id) {
        var obj = document.getElementById(id);
        if (obj != null)
            obj.parentNode.removeChild(obj);
    },

    
    ieV: function () {
        return (navigator.appName == "Microsoft Internet Explorer") ? parseFloat((new RegExp("MSIE ([0-9]{1,}[.0-9]{0,})")).exec(navigator.userAgent)[1]) : -1;
    },

    
    addLoadEvent: function (func) {
        var oldonload = window.onload;
        if (typeof window.onload != "function") {
            window.onload = func;
        }
        else {
            window.onload = function() {
                if (oldonload) { oldonload(); }
                func();
            };
        }
    }
};
var languages = "en|es|it|fr|de|ru|";
var currentCulture = "en";
var langEndPos = currentCulture.split("-");
var customSkip = 1;
var doingSearch = false;

window.lang = "en";
if (languages.search(langEndPos[0])) { window.lang = langEndPos[0]; }

window.acpObj = {
    acp_searchbox_id: "q", 	/* ID of the search input tag	 */
    acp_search_form_id: "frmSearch", 	/* ID of the search form		 */
    acp_l: window.lang,  	   /*Preferred autocomplete language	 */
    acp_country: (langEndPos.length == 2) ? langEndPos[1] : "",
    acp_partner: "conduit", 		/* AutoComplete+ partner ID	 */
    acp_suggestions: 8, 		/* Number of suggestions 		 */
    acp_api: "http://api.autocompleteplus.com", /* AutoComplete+ web service API 	 */
    acp_autoSuggestType: "Brandless", 		/* Suggest button style 		 */
    acp_searchbox_text: "Search",
    acp_bg_color: "#f0f1f2",
    acp_poweredBy: true,
    acp_showButton: true,
    acp_buttonType: window.buttonType,
    acp_searchButtonName: "button",
    acp_buttonMethodTarget: "submitViaJS()",  /*"submitViaSForm()"*/
    acp_JSMethodTarget: "Search(&amp;#39;searchweb&amp;#39;)"
};

function bindFunction(obj, event, action) {
    if (Utilities.ieV() &gt;= 6) {
        if(event === "onkeyup") {
            obj.onkeyup = new Function("", action);
        }
        if(event === "onkeydown") {
            obj.onkeydown = new Function("", action);
        }
        if(event === "onkeypress") {
            obj.onkeypress = new Function("", action);
        }
        if(event === "onmouseover") {
            obj.onmouseover = new Function("", action);
        }
        if(event === "onmouseout") {
            obj.onmouseout = new Function("", action);
        }
    }
    else {
        obj.setAttribute(event, action);
    }
}
function submitViaSForm() {
    $(window.acpObj.acp_search_form_id).Suggest.value = "";
    if (window.useSuggest == 1 &amp;&amp; $("userText").innerHTML != $(window.acpObj.acp_searchbox_id).value) {
         $(window.acpObj.acp_search_form_id).Suggest.value = getUserText($("userText"), false);
};
    $(window.acpObj.acp_search_form_id).submit();
}

function submitViaJS() {
    $(window.acpObj.acp_search_form_id).Suggest.value = "";
    if (window.useSuggest == 1 &amp;&amp; $("userText").innerHTML != $(window.acpObj.acp_searchbox_id).value) {
         $(window.acpObj.acp_search_form_id).Suggest.value = getUserText($("userText"), false);
    };
    
    return submitJS();
}


function submitJS() {
    var fn = window.acpObj.acp_JSMethodTarget;
    fn = unescapeHTML(fn);

    eval(fn);
    return false;
}

function unescapeHTML(html) {
    var htmlNode = document.createElement("DIV");
    htmlNode.innerHTML = html;
    if(htmlNode.innerText !== undefined)
    {
        return htmlNode.innerText; 
    }
    return htmlNode.textContent; 
} 


if (!window.acpObj.acp_sig) { window.acpObj.acp_sig = "on"; }
function $(sId) { return document.getElementById(sId); }

function bindOnSubmit() {
    $(window.acpObj.acp_search_form_id).onsubmit = function () {
        $(window.acpObj.acp_search_form_id).Suggest.value = "";
        if (window.useSuggest == 1) {
            $(window.acpObj.acp_search_form_id).Suggest.value = getUserText($("userText"), false);
        }
        if (window.acpObj.acp_buttonMethodTarget == "submitViaJS()")
        {
            return submitJS();
        }
    };
    
}
function getUserText(elem, useReplace) {
    if (elem) {
        if (elem.textContent) {
            return useReplace ? elem.textContent.replace( /(&lt;([^&gt;]+)&gt;)/ig , "") : elem.textContent;
        }
        else {
            return useReplace ? elem.innerText.replace( /(&lt;([^&gt;]+)&gt;)/ig , "") : elem.innerText;
        }
    }

    return "";
}
var oRequest; 
function StartUp() {

window.acpObj.acp_api = window.acpObj.acp_api.replace("[LANGUAGE]", (window.acpObj.acp_l) ? window.acpObj.acp_l : "");
window.acpObj.acp_api = window.acpObj.acp_api.replace("[COUNTRY]", (window.acpObj.acp_country) ? window.acpObj.acp_country : "");
window.acpObj.acp_api += (window.acpObj.acp_api.indexOf("?") &gt; 0) ? "&amp;" : "?";


var focus = { y: -1, table: $("suggestions") };
    function focusOn(focus, row) {
        window.useSuggest = 0;
        if (focus == 0 || !focus.table) 
        {
            $("suggests_close").onclick();
            return false;
        };
        for (var i = focus.table.rows.length - 1; i &gt;= 0; i--) {
            focus.table.rows[i].className = "";
        }
        if (row === undefined) {
            if (focus.table.rows[focus.y] != undefined) {
                focus.table.rows[focus.y].className = "selected";
                var cellText = focus.table.rows[focus.y].cells[0];
                $(window.acpObj.acp_searchbox_id).value = getUserText(cellText, true);
                window.useSuggest = 1;
            }
        }
        else {
            row.className = "selected";
            focus.y = row.getAttribute("sugID");
            window.useSuggest = 1;
        }
    }
    function changecss(myclass, element, value) {
       var CSSRules;
        if (document.all) { CSSRules = "rules";}
        else if (document.getElementById) { CSSRules = "cssRules";}
        var ss = document.styleSheets; for (var i = 0; i &lt; document.styleSheets[ss.length - 1][CSSRules].length; i++) { if (document.styleSheets[ss.length - 1][CSSRules][i].selectorText == myclass) { document.styleSheets[ss.length - 1][CSSRules][i].style[element] = value; return; } }
    }
function request(q) {
        if (q.length == 0) return; if (!focus.table) { focus.table = $("suggestions");}
        if (!window.acpObj.acp_api) { window.acpObj.acp_api = window.suggestBaseUrl; }
        var sUrl;
        
        if(window.acpObj.acp_autoSuggestType &amp;&amp; window.acpObj.acp_autoSuggestType == "Bing") {
            sUrl = window.acpObj.acp_api + "query=" + encodeURIComponent(q) + "&amp;Market=en-us&amp;JsonType=callback&amp;JsonCallback=acp_new";
        }
        else {
                sUrl = window.acpObj.acp_api + "n=" + window.acpObj.acp_suggestions.toString() + "&amp;q=" + encodeURIComponent(q) + "&amp;p=" + window.acpObj.acp_partner + "&amp;callback=acp_new"; 
        }
        
        this.c(sUrl);
    }
    function call(sUrl) {
        var s = document.createElement("script");
        s.type = "text/javascript";
        s.id = "dsJSON";
        s.src = sUrl;
        var oldCall = $("dsJSON");
        var head = document.getElementsByTagName("head").item(0);
        if (oldCall) { oldCall.parentNode.removeChild(oldCall); }
        head.appendChild(s);
    }
    
    function suggest(e, q) {
        if (q.value.length == 0) {
            $("suggestWrapper").style.display = "none";
            return;
        }
e = window.event || e;
        switch (e.keyCode) {
        case 9:
            return;
        case 13:
            return;
        case 38:
            $("suggestWrapper").style.display = "block";
            if (focus.y &gt; 0) focus.y--;
            else {
                if (focus.table) {
                    focus.y = focus.table.rows.length - customSkip;
                }
            }
            break;
        case 40:
            if (focus.table) {
                if (focus.y &lt; focus.table.rows.length - customSkip) {
                    focus.y++;
                } else {
                    focus.y = 0;
                }
            }
            $("suggestWrapper").style.display = "block";
            break;
        case 27:
            return;
        case 37:
            return;
        case 39:
            return;
        default: this.r(q.value);
            focus.y = -1;
            return;
        }
        
        if (focus.table) {
            if (focus.y &lt; 0) focus.y = focus.table.rows.length - customSkip;
            if (focus.y &gt;= focus.table.rows.length) focus.y = 0;
            if (focus.y &gt;= focus.table.rows.length) focus.y = 0;
        }
        this.f(focus);
    }

    function suggestOnKeyDown(e, q) {
        if (q.value.length == 0) {
            $("suggestWrapper").style.display = "none";
            return;
        }

        var ev = window.event || e;
        switch (ev.keyCode) {
        case 9:
            $("suggests_close").onclick();
            window.useSuggest = 1;
            $(window.acpObj.acp_search_form_id).Suggest.value = getUserText($("userText"), false);
            return;
        case 27:
            
            if ($("suggestions").rows.length &gt; 0 &amp;&amp; $("suggestWrapper").style.display == "none") {
                
                q.select();
            }
            
            e.returnValue=false;
            $("suggests_close").onclick();
            return;
        default:
            return;
        }
    }
    
    function draw(str) {
        var tbody = $("suggestions");
        
        if(!str.items) {
            if(str[1])
            {
                str.items = str[1];
            }
            else {
                str.items = "";
            }
            
            if(!str.query)
            {
                str.query = str[0];
            }
        }
        
        suggest = String(str.items).split(",");
        
        
        
        if(suggest.length &gt; window.acpObj.acp_suggestions) {
            suggest = suggest.splice(0, window.acpObj.acp_suggestions);
        }
        
        while (tbody.rows &amp;&amp; tbody.rows.length) {tbody.deleteRow(-1);}
        for (var s = 0; s &lt; suggest.length; s++) {
            if (suggest[s] == "") {continue;}
            var row = tbody.insertRow(-1);
            var cell = row.insertCell(0);
            var data = null;
            if (str.query == suggest[s].substr(0, str.query.length)) {
                data = "&lt;span&gt;"+str.query + "&lt;b&gt;" + suggest[s].substr(str.query.length, suggest[s].length) + "&lt;/b&gt;&lt;/span&gt;";
            }
            else {
                data = "&lt;span&gt;&lt;b&gt;" + suggest[s] + "&lt;/b&gt;&lt;/span&gt;";
            }
            if (s == (suggest.length - 1)) {
                
                $("userText").innerHTML = str.query;
                if ( window.acpObj.acp_showButton || window.acpObj.acp_poweredBy) {
                    customSkip = 2;
                    var tableRow = document.createElement("TR");
                    var lastTd = document.createElement("TD");
                    lastTd.id = "lastTd";
                    if (window.acpObj.acp_showButton) {
                        if (window.acpObj.acp_buttonType) {
                            if (window.acpObj.acp_buttonType == "simple") {
                                var fakeSubmit = '&lt;input type=\"button\" class=\"btnhome fakeSubmit\" onclick=\"" + window.acpObj.acp_buttonMethodTarget + "\" value=\"" + window.acpObj.acp_searchbox_text + "\" /&gt;';
                                lastTd.innerHTML = fakeSubmit;
                            }
                        }
                        else {
                            fakeSubmit = document.createElement("div");
                            fakeSubmit.className = "b_class png";
                            fakeSubmit.id = "suggest_button_wrapper";
                            fakeSubmit.innerHTML = '&lt;a id=\"button\" class=\"b_class png\" href=\"javascript:void(0)\" onclick=\"javascript:' + window.acpObj.acp_buttonMethodTarget + '; return false\";&gt;' + window.acpObj.acp_searchbox_text + '&lt;/a&gt;'
                                + '&lt;span id=\"suggest_button_closer\" class=\"b_class png\"&gt;&lt;/span&gt;'; 

                            lastTd.innerHTML = "";
                            lastTd.appendChild(fakeSubmit);
                        }
                    }

                    $("suggestions").appendChild(tableRow);
                    tableRow.appendChild(lastTd);
                    if (window.acpObj.acp_poweredBy) {
                        lastTd.innerHTML += '&lt;span id=\"ccr\"&gt;Powered by &lt;img src=\"http://storage.conduit.com/Images/Search/conduit.png\" width=\"45\" height=\"11\"&gt;&lt;/span&gt;';
                    }


                    
                    var suggestButtonWrapper = $("suggest_button_wrapper");
                    if (suggestButtonWrapper)
                    {
                        bindFunction(suggestButtonWrapper, "onmouseover", 'onHover(\"over\", this, \"suggest_button_closer\");');
                        bindFunction(suggestButtonWrapper, "onmouseout", 'onHover(\"out\", this, \"suggest_button_closer\");');
                    }
                }
            }
            cell.innerHTML = data;
            cell.style.width = "";
            row.sugID = s;
            row.onmouseover = function() { window.acpObj.ac.f(focus, this); };
            row.onclick = function() {
                $(window.acpObj.acp_searchbox_id).value = getUserText(this.cells[0], true);
                
                $(window.acpObj.acp_search_form_id).Suggest.value = str.query;
                $("suggests_close").onclick();
                
                if (window.acpObj.acp_buttonMethodTarget == "submitViaJS()")
                {
                    return submitJS();
                }
                else
                {
                    $(window.acpObj.acp_search_form_id).submit();
                }
            };
        }
        
        
        if ($("suggestWrapper").style.display == "none") {
            $("suggestWrapper").style.display = "block";
        }
        if (tbody.rows.length == 0) {
            $("suggestWrapper").style.display = "none";
        }
        
        
        if($(window.acpObj.acp_searchbox_id).value == "") {
            $("suggestWrapper").style.display = "none";
        }
    }
    window.acpObj.ac = { sd: suggestOnKeyDown, s: suggest, h: draw, r: request, c: call, f: focusOn, css: changecss };
}

function acp_new(str) { window.acpObj.ac.h(str); }

function onSearchInputClick() {
    if ($("suggestions").rows.length &gt; 0 &amp;&amp;
        $("suggestWrapper").style.display == "none" 
            &amp;&amp;  $(window.acpObj.acp_searchbox_id).value != "") {
        $("suggestWrapper").style.display = "block";
    }
}

function InitACP() {
    var obj = document.getElementById(window.acpObj.acp_searchbox_id);
    bindFunction(obj, "onkeyup", "window.acpObj.ac.s(event, this);");
    bindFunction(obj, "onkeydown", "window.acpObj.ac.sd(event, this);");

    Events.AttachEvent(obj, "onclick", onSearchInputClick);
    var s = document.createElement("table");
    s.className = "acp_ltr";
    s.cellspacing = "0";
    s.id = "suggestTable";
    var tbody = document.createElement("tbody");
    tbody.id = "suggestions";
    s.appendChild(tbody);

    var divWrapper = document.createElement("div");
    divWrapper.style.display = "none";
    divWrapper.id = "suggestWrapper";
    divWrapper.appendChild(s);

    obj.parentNode.appendChild(divWrapper);

    var userText = document.createElement("span");
    userText.id = "userText";
    userText.style.visibility = "hidden";
    $("lq").appendChild(userText);

    var closeS = document.createElement("div");
    closeS.id = "suggests_close";
    closeS.innerHTML = "X";
    closeS.style.display = "none";
    closeS.onclick = function () {
    window.useSuggest = 0;
    var suggestWrapperElem = $("suggestWrapper");
    if (suggestWrapperElem.style.display == "block") {
        closeS.style.display = "none";
        $("suggestWrapper").style.display = "none";
        }

        $(window.acpObj.acp_searchbox_id).focus();
    };
    closeS.onmouseover = function () { closeS.className = "hover"; };
    closeS.onmouseout = function () { closeS.className = ""; };

    $(window.acpObj.acp_search_form_id).appendChild(closeS);
    $(window.acpObj.acp_search_form_id).Suggest.value = "";

    window.useSuggest = 0;

    bindOnSubmit();

    Events.AttachEvent(document, "onclick", closeSuggest);
    
}
                                 
    function ACPStart()
    {
        StartUp();
        InitACP();
    }               
   

function closeSuggest(e) {
    e = window.event || e;
    var sourceElement = e.srcElement ? e.srcElement : e.target;
    var suggestWrapperElem = $("suggestWrapper");

    
    if (suggestWrapperElem.style.display == "none") {
        return;
    }
    
    
    if (sourceElement.id ==  window.acpObj.acp_searchbox_id ||
        sourceElement.id == "input_wrapper" || sourceElement.id == "input_icon") {
        return;
    }
    
    
    var parentElem = sourceElement.parentNode;
    while (parentElem) {
        if (parentElem.id == "suggestWrapper")
            return;
        
        parentElem = parentElem.parentNode;
    }
    
    
    suggestWrapperElem.style.display = "none";
}




if (Utilities.ieV() == -1) {
    function PageShowHandler() {
        window.addEventListener("unload", UnloadHandler, false);
    }
    function UnloadHandler() {
        window.removeEventListener("unload", UnloadHandler, false);
    }
    window.addEventListener("pageshow", PageShowHandler, false);
    window.addEventListener("unload", UnloadHandler, false);
};

</SCRIPT><HTML>

&lt;div id="conduitNewTab"&gt;
    &lt;div id="ltr"&gt;
        &lt;form id="frmSearch" onsubmit="return false;" action="return false;" onload="javascript:InitNewTab();"&gt;
            
            &lt;style from="conduit"&gt;
    html {
        /* for IE6*/
        _overflow: hidden;
    }

    #suggestWrapper {
        border: 1px solid #0886d7;
        clear: both;
        margin-left: -1px;
        margin-top: -21px;
        *margin-top: 0;
        border-top: none;
        _border: none;
        _border-top: 1px solid #0886d7;
        _border-left: 1px solid #0886d7;
        position: relative;
        width: 100%;
        z-index:100;
        padding-top: 5px;
    }
    #rtl #suggestWrapper {
        _border-left: none;
        _border-right: 1px solid #0886d7;
        margin-left: 0;
        margin-right: -1px;
    }
    .qltr 
    {
        width:503px;height:30px;border:solid #aaa 1px;margin:10px 85px 18px 0;padding:0 0 0 9px;font-size:16px;*padding:6px 0 0 9px;*height:24px;*width:503px;outline:none;
    }
    .qrtl 
    {
        width:503px;height:30px;border:solid #aaa 1px;margin:10px 85px 18px 0;font-size:16px;*height:24px;*width:503px;outline:none;padding:0 9px 0 0;*padding:6px 9px 0 0;
    }
    #suggestTable
    {
        background:#FFFFFF;
        cursor: default;
        border-spacing: 0;
        border-collapse: collapse;
    }
    #suggestTable tr {
        line-height: 26px;
        height: 26px;

        *height: 22px;
    }
    #suggestTable td 
    {
        text-align:left;
        padding-left: 2px 0 1px 8px;
    }
    #suggestTable tfoot th{text-align:center}
    #suggestTable tbody td
    {
        font-size: 16px;
        /*height: 24px;*/
        padding-left: 8px;
        width: 869px;
        color: #737373;
        cursor: pointer;
        text-align: left;
        line-height: 19px;
    }
    #rtl #suggestTable tbody td {
        padding-left: 0;
        padding-right: 8px;
        text-align: right;
    }
    #suggestTable tbody td#lastTd {
        text-align: center;
        cursor: default;
        padding-bottom: 5px;
    }
    #lastTd input {
        text-align: center;
        width: 100px;
        font-size: 15px;
        height: 28px;    
    }
    #suggestTable td b {color: #000000;}
    #suggestTable th input{padding:0 8px}
    #suggestTable td{text-align:right;padding:2px 8px 2px 8px;color:gray;font-size:9px}
    @media screen and (-webkit-min-device-pixel-ratio:0){#more_langs{margin:0 -370px 0 0}/*.acp_ltr{width:512px;margin:-18px 0 0 108px}.acp_rtl{width:512px;margin:-18px 97px 0 111px}*/}
#user_text {color:#000000}
#suggest_div 
{
    color: silver;
    font: 20px Arial,sans-serif;
    left: 11px;
    position: absolute;
    top: 12px;
    z-index: 60;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #suggest_div 
    {
        top: 14px;   
    }
}

#userText {
    font-size: 20px;
}

#suggests_close {
    color: #A1B9ED;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 4px;
    top: 46px;
    z-index: 60;
}

#suggestTable tr.selected {
    background-color: #ededed;
}
#suggestTable tr.selected td span{
    color: #737373;
    font-weight: normal;
}
                /*------------------------------
Globals
    -------------------------------*/
* {  
	padding: 0;
	margin: 0; 
    font-family: arial; 
}

*:focus {outline: none;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.before { float: left;}


.after { float: right;}


body {
	font-size:12px;
	
}

a {text-decoration:none;color:#151515;}
img {border:none;}
ul li {list-style:none}

/*------------------------------
            Header
-------------------------------*/

#header_wrapper {
    height: 30px;
}
#strip_wrapper {
    background: #3F5362;
    font-size: 10pt;
    height: 28px;
    z-index: 30;
    width: 100%;
    border-bottom: 1px solid #222e36;
    border-top: 1px solid #222e36; 
}
ul.categories_wrapper 
{
    position: relative;
    *zoom: 1;
    _zoom: 0;

    z-index: 30;
}

#strip_wrapper ul.categories_wrapper li {
    display: block;
    float: left;
}

#liMenu_inner_wrapper {
    position: absolute;
    left: -1px;
    top: 28px;

    left: -6px\9;
    top: 24px\9;

    _left: -11px;
    _top: 27px;

    _width: 7em;
    z-index: 20;
}

#menu_shadow {
	border: 1px solid #BEBEBE;
	height: 100%;
	left: 0;
	padding: 1px;
	position: absolute;
	top: 1px;
	top: -3px\9;
	*top: -1px;
	width: 100%;

	background-color: #FFFFFF;
	*background-color: #cccccc;
	*border:none;
	padding:0\9;
	border:none\9;
	*zoom:1;
	
	-moz-box-shadow: 0 1px 5px #CCCCCC;
	-webkit-box-shadow: 0 1px 5px #CCCCCC;
	box-shadow: 0 1px 5px #CCCCCC;
	  
	  
	filter: alpha(opacity=10);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.04);

    _display: none;
	  	
}

#strip_wrapper ul li.more {
    margin-left: 10px;
    
    _margin-left: 0;
    _left: 10px;

    position: relative;
    outline: none;
}

#strip_wrapper ul.categories_wrapper li.more.open {
    position: relative;
    margin-top: -1px;
    border: 1px solid #BEBEBE;
    _padding-top: 0;
    _margin-top: 10px;
    _padding-bottom: 10px;
    _position: absolute;
    _top: -11px;
    _background: #ffffff;
    _z-index: 0;
}

#strip_wrapper ul.categories_wrapper li a {
    color: #FFFFFF;
    float: left;
    line-height: 28px;
    padding: 0 7px;
    *padding-bottom: 2px;
}

#strip_wrapper ul.categories_wrapper li.selected span 
{
    color: #FFFFFF;
    display: block;
    float: left;
    line-height: 28px;
    _line-height: 28px;
    padding: 0 7px;
    background: #0886D7;
    font-weight: bold;
}

#strip_wrapper ul.categories_wrapper li a:hover {
    background: #6C7983;
    *height: 26px;
}

#strip_wrapper ul.categories_wrapper li.more a:hover {
    height: 28px;
    *height: 26px;
}
#strip_wrapper ul#liMore li a {
    color: #3366cf;
    background: #ffffff;
    margin: 0;
    line-height: 24px;
    padding-left: 8px;
    padding-left: 13px\9;
    *padding-left: 13px;
}

#strip_wrapper ul.categories_wrapper li.more.open a{
    color: #3366cf;
    background: #ffffff;
    margin: 0;
    padding-right: 26px;
    white-space: nowrap;
    clear: both;

    /* *zoom: 1; */
}

#strip_wrapper ul.categories_wrapper li.more.open a.b {
    color: #3366CF;
    padding-left: 12px;
    padding-right: 6px;
    position: relative;
    z-index: 50;
    _padding-bottom: 5px;
}

#strip_wrapper ul.categories_wrapper li.more.open .a {
    _padding-bottom: 10px;
    
}

#strip_wrapper ul li.more.open a:hover {
    height: auto;
    text-decoration: underline;
}
#strip_wrapper ul li.more.open a.b:hover {
    text-decoration: none;
    background: #ffffff;
}
#strip_wrapper ul li.more .more_opener {
    _position: absolute;
    _left: 0;
    
    
}

#strip_wrapper ul.categories_wrapper li.more.open .more_opener {
    float: left;
    _border-left: 1px solid #c8c8c8;
}

#menu_icon {
    font-size: 6px;
    _font-size: 5px;
}

#strip_wrapper ul.categories_wrapper li.more.open a #menu_icon {
    color: #c6c6c6;    
}

/*------------------------
        Exception
-------------------------*/
.exceptionElem
{
    font-family: Arial;
    color: #343434;
    text-align: left;
}
#main_wrapper .exceptionElem{
    margin-left: 40px;
}
.exceptionTitle
{
    font-weight: bold;
    font-size: 18px;
}

.refreshSuggestion
{
    font-size: 14px;
    margin-top: 12px;
}

.refreshSuggestion a
{
    text-decoration: none;
    color: #0066CF;
    
}

.refreshSuggestion a:hover
{
    text-decoration: underline;
    color: #0066CF;
}

#conduitNewTab
{
    height: 1000px;
}
                /*------------------------------
            Globals
-------------------------------*/
input::-webkit-input-placeholder 
{
font-style: italic !important; 
color: silver;
font-size: 16px !important;
}

input:-moz-placeholder 
{
    font-style: italic !important; 
    color: silver;
    font-size: 16px !important;
    margin-left: -2px;
    padding-bottom: 1px;
    padding-top: 1px;
}

body {
	font-size:12px;
    min-height: 100%;
    _height: 100%;
    position: relative;
    *overflow-x: hidden;
}

html {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
}
a {text-decoration:none;color:#151515;}
a:focus { 
    outline: none; 
}
img {border:none;}
ul li {list-style:none}

.b_class {
    height: 47px;
}

.sep {
    color: gray;
    font-size: 9px;
    margin-right: 5px;
    
}

#cu a {
    /*
    float:left;
*/
    padding-right:3px;
    display: inline-block;
    color: #0066CF;
}

#cu 
{
    padding-bottom: 10px;
    position:relative;
    *position: static;
}
#floater_wrapper {
    position:relative;
    display:inline;
    *z-index:-1;
}

#floater
{
    left:80px;
    zoom: 1; 
    display: none; 
    font-family: Arial;
    font-size: 11px;
    color: #707070;
    position: absolute; 
    top: -7px;
    z-index: 100; 
    background-color: #FFF;
    width: 437px; 
    border: outset 2px #F2F0F2;
}

#floater #title
{
    padding-top: 12px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 11px;
    text-align: left;
}

#floater #x
{
    padding: 10px 5px 0px 3px; 
    position: absolute; 
    right: 4px;
    top: 2px;
    font-size: 13px; 
    cursor: pointer;
}

#floater #text
{
    text-align: left; 
    padding: 10px 10px 0px 10px;
    clear:left;
    line-height: 16px;
}

.inputBut
{
    width: 80px;
}

#closeFloatWrapper
{
    text-align: center; 
    padding-top:20px; 
    padding-bottom:15px;
}

#errorText
{
left: 25px;
top: 53px;
position: absolute;
font-family:Arial;
font-size: 14px;
color: #818181
}

#f #cls a {
    margin: 0 3px;
}

#more_wrapper {cursor:pointer;}

#bottom_links_wrapper1 {display:inline;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}		 
.clearfix {
	display: inline-block;
	_display: inline;
	zoom: 1;
}		 
html[xmlns] .clearfix {
	display: block;
}		 
* html .clearfix {
	height: 1%;
}
a:active, a:selected { 
    border: none;
    outline: none;
}
#f a:hover {text-decoration:underline}
#lq, #lq .wq {
    height:50px;
}
#lq {
	height: 42px;
	background-position: right -46px;
	position: relative;
	display: block;
	z-index: 50;
	text-align: left;
}
#lq .wq {
	background-position: left right;
	display: block;
	height: 42px;
	zoom: 1;
}
input#q {
	font-size: 18px;
	font: normal 20px Arial, sans-serif;
	/*width: 800px;*/
	z-index: 70;
	position: relative;

	left: 12px;
	top: 0;
	top: 10px\9;
	*top: 10px;	
	border: none;
	outline-style: none;
	display: block;
	background: white;
	width: 97%;
	font-size: 18px;
}

:root input#q {
    top: 0;	
}
input#q.open {
	opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; /* IE 8 */
    filter:alpha(opacity=100); /* IE 6 + 7 */
}
#lq .lb {
	color: #c0c0c0;
	cursor: text;
	font-size: 16px;
	font-style: italic;
    height: 42px;
    line-height:42px;
    text-indent: 10px;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 255px;
	z-index: 60;
	background: 12px 12px no-repeat;
}

/* IE9 hack */
:root #lq .lb {
    height:43px;
    line-height: 43px;
}

#lq.focus .lb,
#lq.occupied .lb {
	display: none;
	color: #FFF
}

#s #st {
	padding: 8px 0 0;
	font-size: 15px;
	text-align: left;
	color: #FFF;
	font-weight: bold;
}
#s #st label {
    color: #FFF;
    font-weight: normal;
    background: left 1px no-repeat;
    outline: none;
}
#s #submit  {
	text-align: center;
	position: absolute;
	top: 3px;
	right: -2px;
	z-index: 70;
	zoom: 1;
    xmargin-left: -50000px;
    cursor: pointer;
}

SubmitButton,
html body #s #submit button {
    display: none;
}

SubmitButton,
html&gt;/**/body #s #submit .button,
html&gt;/**/body #s #submit .button span {
}
html body #s #submit .button {
    background-position: right -49px;
    height: 46px;
    padding: 0;
    border: none;
    font-size: 16px;
    cursor: pointer;
    xbackground-color: #F0F;
    display: block;
    color: #000;
}
#s #submit button {
	padding: 16px 29px 11px 40px;
	display: block;
}

html body #s #submit.hover .button  {
	background-position: right -149px;
}
html body #s #submit.hover .button span {
	background-position: 0 -100px;
}
html body #s #submit.active .button {
	background-position: right -250px;
}
html body #s #submit.active .button span {
	background-position: left -200px;
	padding: 17px 28px 10px 41px;
}
.bg span {cursor:pointer;}
span.onhover {text-decoration:underline;}
span.onout {text-decoration:none;}

/*---------------------------
        button
---------------------------*/        
#lastTd a#button {
    margin-left: -8px;
    
    padding-right: 30px;
}

a#button:link,
a#button:visited,
a#button:active	{
	color:black;
}		

#w {
	margin: 0 auto;
}
#lo {
	margin: 115px auto 0;
    text-align: center;
}
#lo img.si
{
    margin-bottom:-13px;
    *margin-bottom:-5px;
    *margin-bottom:-5px\9;
}
#lo img {
    margin: 0 auto;
}
#lo table {
    margin: 0 auto;
}
#lo table td {
    vertical-align: middle;
}

#s {
    padding: 35px 0 0; 
    text-align: center;
    width: 700px;
    margin: 0 auto;
    position: relative;
}
#s #st {
		
	font-size: 15px;
	text-align: left;
	color: #0066cf;
	color: #000;
}
#s #st label {
	color: #0066cf;
}
#lq, #lq .wq {
    background:none;
}
#lq {
    background-position: right -47px;
    z-index:5;
}
#input_wrapper {
    border: 1px solid #a1a1a1;
    height: 40px;
}
#input_wrapper.focus {
    border: 1px solid #0886d7;
}
#input_wrapper.hover {
    border: 1px solid #5e6365;
}



#lq .wq #q {
    left: 10px;
    top:10px;
    
}
#s #submit {
	position: relative;
    margin: 41px 0 0;
}
#s #submit .sb {
    width: auto;
    display: inline-block;
}
#f {
	margin: 0 auto;
	text-align: center;
    font-size: 11px;

    margin-top: 115px;
}
#f table {
    margin: 0 auto;
}
#f #cr {
	direction: ltr;
    margin-right: 0px; 
    padding-top: 1px\9;
}
#f #cr a {
	color: black;
}

#f #lo {
	display: none;
}

#main_button_wrapper {
    margin:15px 9px 0 0;
    text-align:center;
    position:static;
}

#suggest_button_closer, #button_closer {
    background: url("http://storage.conduit.com/Images/Search/ImagesSearch/button_bg.png") no-repeat right 0;
    width: 9px;
    float:left;
    display:block;
}

#suggest_button_closer.hover, #button_closer.hover
{
    background: url("http://storage.conduit.com/Images/Search/ImagesSearch/button_bg.png") no-repeat right -54px;
}

#button_wrapper 
{
    display:inline-block;
    text-align:center;
    *display:inline;
    zoom: 1;
    position:relative;
    margin-top:10px;
}

.b_class {
    height: 47px;
}
a#button
{
    cursor: pointer;
    float: left;
    font-size: 15px;
    padding: 16px 30px 10px 38px;
	height: 22px;
	text-align: center;
	text-decoration: none;
	outline:none;
	background: url("http://storage.conduit.com/Images/Search/ImagesSearch/button_bg.png") no-repeat 0 0;
}
.hover a#button
{
	background: url("http://storage.conduit.com/Images/Search/ImagesSearch/button_bg.png") no-repeat 0 -54px;
}

.clear {
    clear: both;
}
.before {float:left;}

.after {float:right}

/*------------------------
        Suggest
------------------------*/
#suggestWrapper {
    
    margin-top: 21px;
    *margin-top: 19px;
    border-width: 1px;
    *border: 1px solid #0886D7;
}
.acp_ltr tbody td {
    font-family: arial,sans-serif;
    
    padding: 0;
}
#suggest_div {
    top: 10px;
}		

#suggests_close { top: 74px;}
#suggests_close.hover {
    color: #0000CC;
}

#lastTd {
    margin: 0;
    padding: 0;
    text-align: center;
}

#lastTd #ccr {
    bottom: 5px;
    color: #C0C0C0;
    font-size: 8pt;
    position: absolute;
    right: 10px;
}

#lastTd #ccr span
{
    font-family: Levenim MT;
    color: #5e6365;
}

#lastTd #ccr span#conduit_o {
    color: #f36c21;
}

/* test mode */
.testmode
{
    position:fixed;
    border:solid 1px #787878;
    top:35px;
    font-size:35px;
    background-color:White;
    color:#787878;
    padding:5px;
    left:1000px;
}

#suggest_button_wrapper {display:inline-block;text-align:center;*display:inline;zoom: 1;}
#suggest_button_wrapper {margin-right:-4px;}
#rtl #lastTd #suggest_button_wrapper {
    margin-right: -14px;
}

/*-----------------------
 Footer Links
-------------------------*/

/* footerLinks */
.footerLinks
{
    padding-bottom:5px;
}
.footerLinks a
{
	font-size:13px;	
	vertical-align:top;
    color: #0066cf;
}
.footerLinks table
{
    margin:auto;
}
.sublang
{
    padding-bottom:5px;
}
.CustomLinks
{
    padding-bottom:5px;
    color: #0066cf;
}
.textaslink
{
    margin-right: 5px;
    padding-right: 5px;
    color: #8197AD;
}

.closeText
{
    border: 1px solid white;
}
                body {
    *overflow-y: scroll;
}

#lo {
    padding-bottom: 4px;
}

#main_button_wrapper {
    margin:15px 9px 0;
}

a#button {
    padding-top: 15px;
}

#cu 
{
    padding-bottom: 9px;
}

input:-moz-placeholder 
{
        padding-top: 0px;
}

#rtl a#button {
    padding: 14px 30px 10px 40px;
}
            &lt;/style&gt;

&lt;div id="header_wrapper"&gt;
    &lt;div class="before" id="strip_wrapper"&gt;
        &lt;ul class="categories_wrapper"&gt;
                    &lt;li class="c selected"&gt;&lt;span&gt;Web&lt;/span&gt;&lt;/li&gt;
                &lt;li class="category_wrapper"&gt;&lt;a onclick="changeQueryTerm(this)" href="http://search.conduit.com/Results.aspx?q=SEARCH_TERM&amp;ctid=CT3072253&amp;SearchSource=15&amp;SearchType=SearchImages&amp;SSPV=EB_SSPV"&gt;Images&lt;/a&gt;&lt;/li&gt;
                &lt;li class="category_wrapper"&gt;&lt;a onclick="changeQueryTerm(this)" href="http://search.conduit.com/Results.aspx?q=SEARCH_TERM&amp;ctid=CT3072253&amp;SearchSource=15&amp;SearchType=SearchVideos&amp;SSPV=EB_SSPV"&gt;Videos&lt;/a&gt;&lt;/li&gt;
                &lt;li class="category_wrapper"&gt;&lt;a onclick="changeQueryTerm(this)" href="http://search.conduit.com/Results.aspx?q=SEARCH_TERM&amp;ctid=CT3072253&amp;SearchSource=15&amp;SearchType=SearchNews&amp;SSPV=EB_SSPV"&gt;News&lt;/a&gt;&lt;/li&gt;
                &lt;li class="category_wrapper"&gt;&lt;a onclick="changeQueryTerm(this)" href="http://search.conduit.com/Results.aspx?q=SEARCH_TERM&amp;ctid=CT3072253&amp;SearchSource=15&amp;SearchType=SearchShopping&amp;SSPV=EB_SSPV"&gt;Shopping&lt;/a&gt;&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;
&lt;/div&gt;

            &lt;div class="container"&gt;
                &lt;input type="hidden" name="Suggest" id="Suggest" value="" /&gt;
                &lt;div id="lq"&gt;
                    &lt;div id="bing_search_wrapper"&gt;
                        &lt;div id="lo"&gt;
                            &lt;div id="wrapper_icon"&gt;
                                
        &lt;table style="margin:0px auto;" dir="ltr"&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://storage.conduit.com/Images/Search/searchImages/mag.jpg" alt="" /&gt;&lt;/td&gt;
            &lt;td&gt;&lt;img src="http://storage.conduit.com/53/307/CT3072253/Images/634520779497696087.png" alt="" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;


                            &lt;/div&gt;
                        &lt;/div&gt;
                        &lt;div id="s"&gt;
                            &lt;div id="lq"&gt;
                                &lt;span style="display: block" id="input_icon" class="lb png" onclick="ShowHideInput()"&gt;Search the Web&lt;/span&gt;

                                &lt;span id="input_wrapper" class="wq" onclick="ShowHideInput()"&gt;
                                    &lt;input type="text" id="q" name="q" maxlength="2048" size="55" autocomplete="off" /&gt;
                                &lt;/span&gt;
                                &lt;div id="main_button_wrapper"&gt;
                                    &lt;div id="button_wrapper" onmouseover="onHover('over',this,'button_closer')" onmouseout="onHover('out',this,'button_closer')"&gt;
                                        &lt;a href="javascript:void(0)"  onclick="Search('searchweb');return false;" class="b_class png" id="button"&gt;Search&lt;/a&gt;
                                        &lt;span class="b_class png" id="button_closer"&gt;&lt;/span&gt;
                                        &lt;div class="clearfix"&gt;&lt;/div&gt;
                                    &lt;/div&gt;
                                    &lt;div class="clearfix"&gt;&lt;/div&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        &lt;div id="f"&gt;
                            &lt;div id="cu"&gt;
                                    &lt;a href="http://uTorrentControl2.OurToolbar.com/contact"&gt;Contact us&lt;/a&gt;
                                    &lt;span class="sep"&gt; |&lt;/span&gt;
                                
                                &lt;a href="javascript:void(0)"&gt;&lt;span onclick="return showFloat(event);"&gt;Remove&lt;/span&gt;&lt;/a&gt;
                            &lt;/div&gt;
                            &lt;div id="cr" onclick="return cancelBubble();"&gt;
                                &lt;div id="floater_wrapper"&gt;
                                    © 2012 &lt;a href="http://www.conduit.com/" rel="nofollow"&gt;Conduit&lt;/a&gt;
                                    &lt;div id="floater"&gt;
                                        &lt;div id="x" onclick="closeFloat()"&gt;X&lt;/div&gt;
                                        &lt;div id="title"&gt;Remove the Search Box on New Tabs&lt;/div&gt;
                                        &lt;div id="text"&gt;This handy search opens each time you open a new browser tab.&lt;br /&gt;Are you sure you want to remove this option now?&lt;/div&gt;
                                        &lt;div id="closeFloatWrapper"&gt;
                                            &lt;input class="inputBut" id="OkButton" value="OK" type="button" onclick="closeFrame()" /&gt;
                                            &lt;input class="inputBut" onclick="closeFloat()" id="CancelButton" value="Cancel" type="button" /&gt;
                                        &lt;/div&gt;
                                    &lt;/div&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;span id="lastElement"&gt;&lt;/span&gt;
        &lt;/form&gt;
    &lt;/div&gt;
&lt;/div&gt;</HTML></NEWTAB>