function DisplayWHAC() {
    document.write("<div style='padding:3px; border:solid 1px #CCCCCC;'>");
    document.write("<span style='color:#0000FF; font-weight:bold; text-decoration:underline;'>$4.95 ASP.NET Web Hosting</span><br />");
    document.write("<span style='color:#000000; font-weight:normal; text-decoration:none;'>Including MS SQL 2008 & MySQL with All Accounts - No Extra Costs!!</span><br />");
    document.write("<span style='color:#008000; font-weight:normal; text-decoration:none;'>www.WinHost.com</span>");
    document.write("</div>");
}
DisplayWHAC();

