//- 1. Determines the Ad's panel width
//- ---------------------------------------
var ad_width="100%";
 
//- 2. Determins the Ad's panel height
//- ---------------------------------------
var ad_height="150";

//- 3. Determines the Ad's text nowrap state. 
//- 1=yes, null=wrap text (default)
//- ---------------------------------------
var ad_nowrap="1"; 

//- 4. Determines the number of products to display. 
//- null=4 (default), (input range 1 to 100)
//- ---------------------------------------
var ad_no_of_results ="5";

//- 5. Determines the Ad's panel background color. null=white (default)
//- (do not include the "#" sign). 
//- ---------------------------------------
var ad_background =""; 

//- 6. Determines the Ad's text color.  null=black (default)
//- (do not include the "#" sign). 
//- ---------------------------------------
var ad_text_color ="";

//- 7. Determines the Ad's links color. null=blue (default)
//- (do not include the "#" sign). 
//- ---------------------------------------
var ad_link_color ="006699"; 

//- 8. Determines the Ad's font face. null=Arial (default)
//- ---------------------------------------
var ad_font_face  ="";

//- 9. Determines the color of the top & bottom strips.  
//- null=black (default). (do not include the "#" sign). 
//- ---------------------------------------
var ad_HR_color ="D1D7DC";

//- 10. Determines if to show products description or not. 
//- null=yes(default), no=don't show
//- ---------------------------------------
var ad_description_show =""; 

//- 11. Will add an extra line break between titles. 
//- null=no(default), 1=yes
//- ---------------------------------------
var ad_extraspace = ""; 

//- 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="steroids";

//- 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="mda1125"; 

//- 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="";



document.write("<script " + "src=http://users.bigpond.net.au/click2/CBprosense/CBprosense.js>" + "</" + "script>");