﻿document.write("<table cellpadding=\"0\" cellspacing=\"0\" class=\"menu\"><tr>");
document.write("<td class=\"menuItems\" onclick=\"window.location.href='/?q=finance'\" onmouseover=\"this.style.backgroundColor='#EDEDED'\" onmouseout=\"this.style.backgroundColor='#FFFFFF'\">FINANCE</td>");
document.write("<td class=\"menuItems\" onclick=\"window.location.href='/?q=internet'\" onmouseover=\"this.style.backgroundColor='#EDEDED'\" onmouseout=\"this.style.backgroundColor='#FFFFFF'\">INTERNET</td>");
document.write("<td class=\"menuItems\" onclick=\"window.location.href='/?q=travel'\" onmouseover=\"this.style.backgroundColor='#EDEDED'\" onmouseout=\"this.style.backgroundColor='#FFFFFF'\">TRAVEL</td>");
document.write("<td class=\"menuItems\" onclick=\"window.location.href='/?q=shopping'\" onmouseover=\"this.style.backgroundColor='#EDEDED'\" onmouseout=\"this.style.backgroundColor='#FFFFFF'\">SHOPPING</td>");
document.write("<td class=\"menuItems\" onclick=\"window.location.href='/?q=health'\" onmouseover=\"this.style.backgroundColor='#EDEDED'\" onmouseout=\"this.style.backgroundColor='#FFFFFF'\">HEALTH</td>");
document.write("<td class=\"menuItems\" onclick=\"window.location.href='/?q=Entertainment'\" onmouseover=\"this.style.backgroundColor='#EDEDED'\" onmouseout=\"this.style.backgroundColor='#FFFFFF'\">ENTERTAINMENT</td>");
document.write("<td class=\"menuItems\" onclick=\"window.location.href='/?q=Business Opportunity'\" onmouseover=\"this.style.backgroundColor='#EDEDED'\" onmouseout=\"this.style.backgroundColor='#FFFFFF'\">SMALL BUSINESS</td>");
document.write("</tr></table>");

function s(id) {
    var value = document.getElementById(id).value
    if(value != "") window.location.href = "/?q=" + escape(value)
}