﻿function ShowAskForProduct() {
  var s = "<p>Cannot find what you are looking for? "
    + "<a href=\"/store/askForProduct.aspx\">Click here</a> "
    + "to tell us about it and we will try our best to help you.</p>"
    + "<p>You can also select from the following categories to find a product:</p>"
    + "<ul>"
    + "<li><a href=\"/store/staticPages/cat_100_percent_wind.htm\">100% Wind</a></li>"
    + "<li><a href=\"/store/staticPages/cat_100_percent_green_e_certified_source_supply.htm\">100% Green-e Certified Source of Supply</a></li>"
    + "<li><a href=\"/store/staticPages/cat_100_percent_green_e_certified_source_supply.htm\">RECs for LEED Projects</a></li>"
    + "</ul>";

  document.write(s);
}
function ShowAskForProductText() {
  var s = "<p>Cannot find what you are looking for? "
    + "<a href=\"/store/askForProduct.aspx\">Click here</a> "
    + "to tell us about it and we will try our best to help you.</p>";

  document.write(s);
}
