function writeVisaUnitedStates()
{
document.write("<iframe marginwidth=\"0\" marginheight=\"0\" width=\"468\" height=\"60\" ");
document.write("scrolling=\"no\" frameborder=\"0\" ");
document.write("src=\"http://rcm.amazon.com/e/cm?t=johnmichaelpiero&p=26&o=1&l=dl1&f=ifr\">\n");
document.write("<map name=\"boxmap-b1\">");
document.write("<area shape=\"rect\" coords=\"350, 45, 468, 60\" ");
document.write("href=\"http://rcm.amazon.com/e/cm/privacy-policy.html?o=1\">");
document.write("<area coords=\"0,0,10000,10000\" ");
document.write("href=\"http://www.amazon.com/exec/obidos/redirect?tag=johnmichaelpiero");
document.write("&creative=92489&camp=8117&link_code=dl1");
document.write("&path=subst/misc/amazon-cobrand-cc/v3/marketing-from-associates-step1.html/ref%3Db1_assoc_26\" target=\"main\">\n");
document.write("</map><img src=\"http://rcm-images.amazon.com/images/G/01/associates/promotions/b1c-468x60.gif\" ");
document.write("width=\"468\" height=\"60\" border=\"0\" usemap=\"#boxmap-b1\" alt=\"Amazon.com Platinum Visa Card\">\n");
document.write("\n</iframe>\n");
}

function writeAdUnitedStates(searchString)
{
document.write("<iframe marginwidth=\"0\" marginheight=\"0\" width=\"468\" height=\"60\" scrolling=\"no\" frameborder=\"0\" \n"); 
document.write("src=\"http://rcm.amazon.com/e/cm?t=johnmichaelpiero&l=st1&search=");
document.write(searchString);
document.write("&mode=books&p=13&o=1&bg1=ffffff&fc1=000000&lc1=0000aa&lt1=_blank&npa&f=ifr\">\n");
document.write("<map name=\"boxmap-p13\">\n");
document.write("<area shape=\"rect\" coords=\"379, 50, 460, 57\" href=\"http://rcm.amazon.com/e/cm/privacy-policy.html?o=1\" target=\"main\">\n");
document.write("<area coords=\"0,0,10000,10000\" href=\"http://www.amazon.com/exec/obidos/redirect-home/johnmichaelpiero\" target=\"main\">\n");
document.write("</map>\n");
document.write("<img src=\"http://rcm-images.amazon.com/images/G/01/rcm/468x60.gif\" \n");
document.write("width=\"468\" height=\"60\" border=\"0\" usemap=\"#boxmap-p13\" alt=\"Shop at Amazon.com\">\n");
document.write("</iframe>\n");
}

function writeAdCanada(searchString)
{
document.write("<iframe marginwidth=\"0\" marginheight=\"0\" width=\"468\" height=\"60\" scrolling=\"no\" frameborder=\"0\" \n"); 
document.write("src=\"http://rcm-ca.amazon.ca/e/cm?t=johnmichael09-20&l=st1&search=");
document.write(searchString);
document.write("&mode=books&p=13&o=15&bg1=ffffff&fc1=000000&lc1=0000aa&lt1=_blank&npa&f=ifr\">\n");
document.write("<map name=\"boxmap13\">\n");
document.write("<area shape=\"rect\" coords=\"37, 588, 126, 600\" href=\"http://rcm-ca.amazon.ca/e/cm/privacy-policy.html?o=15\" target=\"main\">\n");
document.write("<area coords=\"0,0,10000,10000\" href=\"http://www.amazon.ca/exec/obidos/redirect-home?tag=johnmichael09-20&site=amazon\" target=\"main\">\n");
document.write("</map>\n");
document.write("<img src=\"http://g-images.amazon.com/images/G/15/associates/amzn_recommends/default_p13.gif\" \n");
document.write("width=\"468\" height=\"60\" border=\"0\" usemap=\"#boxmap13\" alt=\"Shop at Amazon.ca\">\n");
document.write("</iframe>\n");
}

function writeEasyUnitedStates()
{
document.write("<iframe marginwidth=\"0\" marginheight=\"0\" width=\"468\" height=\"60\" scrolling=\"no\" frameborder=\"0\" \n"); 
document.write("src=\"http://rcm.amazon.com/e/cm?t=johnmichaelpiero&p=13&o=1&l=ez&f=ifr\">\n");
document.write("<map name=\"boxmap-p13\">\n");
document.write("<area shape=\"rect\" coords=\"379, 50, 460, 57\" href=\"http://rcm.amazon.com/e/cm/privacy-policy.html?o=1\" target=\"main\">\n");
document.write("<area coords=\"0,0,10000,10000\" href=\"http://www.amazon.com/exec/obidos/redirect-home/johnmichaelpiero\" target=\"main\">\n");
document.write("</map>\n");
document.write("<img src=\"http://rcm-images.amazon.com/images/G/01/rcm/468x60.gif\" \n");
document.write("width=\"468\" height=\"60\" border=\"0\" usemap=\"#boxmap-p13\" alt=\"Shop at Amazon.com\">\n");
document.write("</iframe>\n");
}

function writeEasyCanada()
{
document.write("<iframe marginwidth=\"0\" marginheight=\"0\" width=\"468\" height=\"60\" scrolling=\"no\" frameborder=\"0\" \n"); 
document.write("src=\"http://rcm-ca.amazon.ca/e/cm?t=johnmichael09-20&p=13&o=15&l=ez&f=ifr\">\n");
document.write("<map name=\"boxmap13\">\n");
document.write("<area shape=\"rect\" coords=\"37, 588, 126, 600\" href=\"http://rcm-ca.amazon.ca/e/cm/privacy-policy.html?o=15\" target=\"main\">\n");
document.write("<area coords=\"0,0,10000,10000\" href=\"http://www.amazon.ca/exec/obidos/redirect?tag=johnmichael09-20&path=tg/browse/-/915398\" target=\"main\">\n");
document.write("</map>\n");
document.write("<img src=\"http://g-images.amazon.com/images/G/15/associates/amzn_recommends/default_p13.gif\" \n");
document.write("width=\"468\" height=\"60\" border=\"0\" usemap=\"#boxmap13\" alt=\"Shop at Amazon.ca\">\n");
document.write("</iframe>\n");
}

function writeVisa()
{
  wordme = new String(document.location);
  if ( wordme.indexOf("pierobon.ca",wordme) == -1)
  {
    writeVisaUnitedStates();
  }
  else
  {
    writeEasyCanada();
  }
}

function writeAd(searchString)
{
  wordme = new String(document.location);
  if ( wordme.indexOf("pierobon.ca",wordme) == -1)
  {
    writeAdUnitedStates();
  }
  else
  {
    writeAdCanada();
  }
}

function writeEasy()
{
  wordme = new String(document.location);
  if ( wordme.indexOf("pierobon.ca",wordme) == -1)
  {
    writeEasyUnitedStates();
  }
  else
  {
    writeEasyCanada();
  }
}

function writeOmakase()
{
  amazon_ad_tag = "johnmichaelpiero"; 
  amazon_ad_width = "468";  
  amazon_ad_height = "60";  
  amazon_color_link = "0000AA";  
  amazon_color_price = "FFFFFF";  
  amazon_ad_link_target = "new";  
  amazon_ad_price = "retail";
document.write("<script type=\"text/javascript\" src=\"http://www.assoc-amazon.com/s/ads.js\"></script>");
}
