
/**
  *
  * Simple jQuery function that inserts
  * an image link that is tracked by
  * google analytics into an html page
  *
  * to use, you will need to specify
  * the correct DIV ID that the image
  * is supposed to be inserted into, you
  * may also want to change the HREF to
  * point to the proper server the link
  * is pointing to.
  *
  * you can track as many links as you want
  * just follow the same formula using the
  * link as your reference.
  *
  */

var dealercodeid = '27020';
var site = 'customersatisfaction.selltoyotas.com';

document.write("<div id=\"cst-button-link\"><a href=\"http://customersatisfaction.selltoyotas.com?dealerid="+dealercodeid+"\" onClick=\"recordOutboundLink(this, 'Toyota CST',"+dealercodeid+");return false;\" target=\"_blank\">\n<img id=\"cst-img\" name=\"image\" onmouseover=\"image.src='http://static.wdautos.com/images/third_parties/cts/CST_Button_rollover.png';\" onmouseout=\"image.src='http://static.wdautos.com/images/third_parties/cts/CST_Button.png';\" src=\"http://static.wdautos.com/images/third_parties/cts/CST_Button.png\" alt=\"Toyota CST Button\" /></a></div>");
