

(
    function() 
    { 
        
    var f = document.getElementById('email-subscribe-box'); 
        
    if (!f) { f = document.getElementById('searchbox_demo'); } if (f && f.em) { var em = f.em; var n = navigator; var l = location; if (n.platform == 'Win32') { em.style.cssText = 'border: 1px solid #7e9db9; padding: 2px;'; } var b = function() { 
    
    if (em.value == '') 
        { 
            
            em.style.background = '#FFFFFF url(\x2Fimages_new\x2Fem_subscribe_watermark2.gif) left no-repeat'; } }; var f = function() { em.style.background = '#ffffff'; }; em.onfocus = f; em.onblur = b; if (!/[&?]em=[^&]/.test(l.search)) { b(); } } }
        
        )();