Our Javascript Feed is more advanced by the way the look can be edited by the webmaster to fit into and match their sites. a sample of the code looks like:
<script type='text/javascript' language='javascript'>
var options = new Array();
options['affiliate'] = 'AFFILIATE NAME'; // Your affilite id
options['width'] = 220; // The overall width of the content match ad bar
options['height'] = 340; // The overall height of the content match ad bar
options['num_col'] = 1; // # of ads to show horizontally
options['num_results'] = 5; // The maximum number of ads to show
// Note, if you specify more than 1 column, this value is ignored
options['border_color'] = 'black'; // Outside color of the content match ad bar
options['title_bar_color'] = 'navy'; // Color of the content match ad bar title
options['title_bar_text_color'] = 'white'; // Color of the text within the content match ad bar title
options['body_color'] = '#efefef'; // Background color of the ads
options['text_color'] = 'black'; // Text color of the ads
options['link_color'] = 'blue'; // Color of the links in the ads
options['search_terms'] = 'OPTIONAL'; // Targeted Search Terms
</script>
<script language='javascript' src='http://adcenter.advtise.com/include/context.js'></script>
This has the option to allow you to enter your own search keyword, however we do not allow any keywords that are not specificaly relevent to the site. |