/*<meta name='google-adsense-platform-account' content='ca-host-pub-1556223355139109'/> <meta name='google-adsense-platform-domain' content='blogspot.com'/> <!-- data-ad-client=ca-pub-1237482113213363 --> <!-- --><style type="text/css">@import url(https://www.blogger.com/static/v1/v-css/navbar/3334278262-classic.css); div.b-mobile {display:none;} </style> </head><body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d12039848\x26blogName\x3dRaw+JS\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://rawjs.blogspot.com/search\x26blogLocale\x3den_GB\x26v\x3d2\x26homepageUrl\x3dhttp://rawjs.blogspot.com/\x26vt\x3d-9107881010810191952', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script></body></html> */ function searchWeb() { if (document.search.engines.selectedIndex==0) { window.location.href="http://altavista.com/web/results?pg=q&what=web&fmt=.&q="+document.search.queryText.value.replace(" ","+"); } if (document.search.engines.selectedIndex==1) { window.location.href="http://www.ask.com/main/askjeeves.asp?x=22&y=13&ask="+document.search.queryText.value.replace(" ","+"); } if (document.search.engines.selectedIndex==2) { window.location.href="http://www.infospace.com/dog/redir.htm?&qkw="+document.search.queryText.value.replace(" ","+"); } if (document.search.engines.selectedIndex==3) { window.location.href="http://www.google.com/search?btnG=Google+Search&q="+document.search.queryText.value.replace(" ","+"); } if (document.search.engines.selectedIndex==4) { window.location.href="http://www.hotbot.com/default.asp?prov=Fast&tab=web&query="+document.search.queryText.value.replace(" ","+"); } if (document.search.engines.selectedIndex==5) { window.location.href="http://www.looksmart.com/r_search?look=&key="+document.search.queryText.value.replace(" ","+"); } if (document.search.engines.selectedIndex==6) { window.location.href="http://search.lycos.com/?query="+document.search.queryText.value.replace(" ","+"); } if (document.search.engines.selectedIndex==7) { window.location.href="http://search.metacrawler.com/texis/search?brand=metacrawler&q="+document.search.queryText.value.replace(" ","+"); } if (document.search.engines.selectedIndex==8) { window.location.href="http://www.overture.com/d/search/?type=home&tm=1&Keywords="+document.search.queryText.value.replace(" ","+"); } if (document.search.engines.selectedIndex==9) { window.location.href="http://search.yahoo.com/search?p="+document.search.queryText.value.replace(" ","+"); } } document.write("<form name='search'>"); document.write("<table bgcolor='000098' height='50'><tr><td>"); document.write("<select name='engines' style='font-size: 9pt'>"); document.write("<option value='0' selected>AltaVista</option>"); document.write("<option value='1'>Ask Jeeves</option>"); document.write("<option value='2'>InfoSpace</option><option value='3'>Google</option>"); document.write("<option value='4'>HotBot</option><option value='5'>LookSmart</option>"); document.write("<option value='6'>Lycos</option><option value='7'>MetaCrawler</option>"); document.write("<option value='8'>Overture</option><option value='9'>Yahoo!</option>"); document.write("</select>"); document.write("<input type='text' size='25' value='Search web for...' onFocus=select(); name='queryText' style='font-size: 9pt' />"); document.write("<input type='button' value='Go' onClick='searchWeb()' style='font-size: 9pt' />"); document.write("</td></tr></table></form>");