arrow Return    
To add the transparent graphic to your web site (as shown in the upper-right corner of this web page) just copy-and-paste the highlighted code into the <body> of the home page (or any other page for that matter) of your Web site.

<script src="http://www.countingopinions.com/survey/surveyPromo.js?id=" id="COsurveyPromo" type="text/javascript"></script>

Note:
  1. This code (above) will not work unless placed between the <body> and </body> tags in your web page and not within any other tags.  The best locations are right after the <body> tag -- or -- just before the </body> tag.
  2. Replace the URL (in bold above) with the correct start page (URL) for users wanting to respond to the survey.
Click here to see another example.

In addition to passing the URL of your choice, you can also specify the Small and/or Large graphics to be displayed in the upper right corner of the screen. To do this, you must create JPEG images and save them on your web site. Then you must specify the URL(s) to your graphic image files as in the example below.

<script src="http://www.countingopinions.com/survey/surveyPromo.js?id=&sm=http://www.countingopinions.com/survey/small.jpg&bg=http://www.countingopinions.com/survey/big.jpg" id="COsurveyPromo" type="text/javascript"></script>

For best results ...
  1. The Small graphic image (&sm=) should be 75 pixels x 75 pixels
  2. The Large graphic image (&bg=) should be 500 pixels x 500 pixels
Click here to see a Tab Ad example.
Click here to see a full page example that can be set to appear randomly.