// Save this script into a .js file and upload to your server.
// Call the file from your page(s) using the following HTML:
// <script src="your_domain/cbprosense_code.js"></script>



// NOTE: PAGE MUST BE ONLINE FOR ADS TO DISPLAY.
// PLEASE VISIT OUR FAQ PAGE: http://www.cbprosense.net/index.html#faq
// FOR TIPS ON GETTING THE MOST OUT OF YOUR CBPROSENSE ADS

//- 1. Ad panel width (in pixels or %)
//- ---------------------------------------
var ad_width="120";
 
//- 2. Ad panel height (in pixels or %)
//- ---------------------------------------
var ad_height="600";

//- 3. Ad text nowrap state. 
//- 1=yes, null=wrap text (default)
//- ---------------------------------------
var ad_nowrap="null"; 

//- 4. How many products to display. 
//- null=4 (default), (input range 1 to 100)
//- ---------------------------------------
var ad_no_of_results ="6";

//- 5. Ad panel background color. null=white (default)
//- (do not include the "#" sign). 
//- ---------------------------------------
var ad_background ="FFFFFF"; 

//- 6. Ad body text color.  null=black (default)
//- (do not include the "#" sign). 
//- ---------------------------------------
var ad_text_color ="000000";

//- 7. Ad links color. null=blue (default)
//- (do not include the "#" sign). 
//- ---------------------------------------
var ad_link_color ="006600"; 

//- 8. Ad font face. null=Arial (default)
//- ---------------------------------------
var ad_font_face  ="verdana";

//- 9. Color of top and bottom strips.  
//- null=black (default). (do not include the "#" sign). 
//- ---------------------------------------
var ad_HR_color ="D1D7DC";

//- 10. Show products description or not? 
//- null=yes(default), no=don't show
//- ---------------------------------------
var ad_description_show ="no"; 

//- 11. Add extra line break between titles. 
//- null=no(default), 1=yes
//- ---------------------------------------
var ad_extraspace = "1"; 

//- 12. Enables you to specify keywords which you wish ignored 
//- while your page content is being spiderd & analyzed. Separate 
//- keywords by space.
//- ---------------------------------------
var stopwords_assit="";

//- 13. You can filter out unwanted products by specifying product keyword(s):
//- Products which contain any of the keywords you specify (in their title
//- or description) will not display.
//- ---------------------------------------
var stoptitle_assit="";

//- 14. Display only products with commission rate equal or larger then 
//- the figure you specify. 0=will show all titles, (or input range 0 to 100):
//- ---------------------------------------
var title_comm="40";

//- 15. Your ClickBank's Affiliate ID (cannot be left blank if you wish 
//- to get credited for sales):
//- ---------------------------------------
var cb_id="psprpspr"; 

//- 16. You can assist the spider's page analysis by specifying two or 
//- more keywords. This is optional but can help in delivering even 
//- better targeted products to your page. Separate keywords by space 
//- (leave blank for auto page content analysis).
//- ---------------------------------------
var keywords_assit="";

//- DO NOT EDIT ANYTHING BELOW THIS LINE


document.write("<script " + "src=http://www.cbprosense.net/CBprosense.js>" + "</" + "script>");

