
// ////////////////////////////////////
//
//  Make the necessary edits below.
//  Refer to the comments for help.
//
// ////////////////////////////////////


// /// ------------------------------ //
//
// Main settings

var pp_email = "blogmystress@gmail.com";                           // PayPal email address
var order_pg_loc = "http://www.trafficthatsells.com/order.html";   // URL to your ordering page, must start with http://
var ordering_cur = "USD";                                     // currency code AUD CAD EUR GBP JPY USD NZD CHF HKD SGD SEK DKK PLN NOK HUF CZK ILS MXN
var return_page = "http://www.trafficthatsells.com/thankyou.html"; // return URL after completing purchase through PayPal, must start with http://

//
// ///------------------------------- //




// /// ------------------------------ //
//
// The settings below configure the appearance of the banner side of the ordering system

								
var form_color_1 = "#99CC66"; // Color for banner side (Banner Impressions tab)
var form_body_color_1 = "#F7F7F7"; // Body color behind the input boxes and preview/test links
var form_total_color_1 = "#FF0000"; // Color for the Total$ display
var form_total_color_2 = "#99CCFF"; // Hover color the Total$ display
var form_link_color_1 = "#6699CC"; // Color for the preview/test links
var form_link_color_2 = "#FFFFFF"; // Hover color for the preview/test links

//
// ///------------------------------- //




// ///------------------------------- //
//
// The settings below configure the appearance of the traffic side of the ordering system


var form_color_2 = "#3366FF"; // Color for traffic side (Website Traffic tab)
var form_body_color_2 = "#F7F7F7"; // Body color behind the input boxes and preview/test links
var trform_total_color_1 = "#FF0000"; // Color for the Total$ display
var trform_total_color_2 = "#CCFF99"; // Hover color the Total$ display
var trform_link_color_1 = "#6699CC"; // Color for the preview/test link
var trform_link_color_2 = "#FFFFFF"; // Hover color for the preview/test link

//
// ///------------------------------- //




// ///------------------------------- //
//
// The variable below will set the banner impression packages that your clients can choose from


var impression_amounts = "5000,10000,20000,30000,50000,100000";  // Min. is 1000 - Must be comma delimited with no spaces

//
// ///------------------------------- //




// ///------------------------------- //
//
// The variable below will set the traffic packages that your clients can choose from


var visitor_amounts = "5000,10000,15000,20000,25000,50000,100000";  // Min. is 1000 - Must be comma delimited with no spaces

//
// ///------------------------------- //




// ///------------------------------- //
//
// This is the pricing section
//
// Default retail pricing has already been set and can be
// modified by either varying all prices based on a percentage,
// or by changing the individual rates


var img_percentage = 0.00 // This is the setting to vary the default pricing for banner impressions by a percentage.  Must be in decimal form.  
			  	  // Can be a negative value
			        // Example: If you'd like to raise the pricing by 2.5%, you'd enter 0.025
			        // Conversely, if you want to lower the pricing by 2.5%, you'd enter -0.025
			        //
                          // If you'd rather modify the individual prices, then go to section 'Banner prices'

 

var traffic_percentage = 0.00 // This is the setting to vary the default pricing for traffic by a percentage.  Must be in decimal form.  
			            // Can be a negative value
			            // Example: If you'd like to raise the pricing by 2.5%, you'd enter 0.025
			            // Conversely, if you want to lower the pricing by 2.5%, you'd enter -0.025
			            //
                              // If you'd rather modify the individual prices, then go to section 'Traffic prices'



var serving_fx_cpm = 0.08; // CPM premium for serving effects.  This setting will not adjust by setting a percentage above.
                           // Expressed in CPM.  Default is $0.08/CPM



// Section 'Banner prices'
//
// individual banner prices

// 468x60

var fou_eu_cpm = 1.85;     // EU
var fou_au_cpm = 1.69;     // AU
var fou_na_cpm = 1.94;     // NA
var fou_ca_cpm = 1.92;     // CA
var fou_us_cpm = 2.05;     // US
var fou_uk_cpm = 2.05;     // UK
var fou_untar_cpm = 1.63;  // WW

// 728x90

var sev_eu_cpm = 2.05;     // EU
var sev_au_cpm = 1.92;     // AU
var sev_na_cpm = 2.20;     // NA
var sev_ca_cpm = 2.20;     // CA
var sev_us_cpm = 2.30;     // US
var sev_uk_cpm = 2.30;     // UK
var sev_untar_cpm = 1.85;  // WW

// 120x600

var onetw_eu_cpm = 2.25;     // EU
var onetw_au_cpm = 2.05;     // AU
var onetw_na_cpm = 2.50;     // NA
var onetw_ca_cpm = 2.40;     // CA
var onetw_us_cpm = 2.65;     // US
var onetw_uk_cpm = 2.65;     // UK
var onetw_untar_cpm = 1.99;  // WW

// 160x600

var onesix_eu_cpm = 2.30;     // EU
var onesix_au_cpm = 2.15;     // AU
var onesix_na_cpm = 2.55;     // NA
var onesix_ca_cpm = 2.45;     // CA
var onesix_us_cpm = 2.75;     // US
var onesix_uk_cpm = 2.75;     // UK
var onesix_untar_cpm = 2.05;  // WW

// 300x250

var thr_eu_cpm = 2.75;     // EU
var thr_au_cpm = 2.40;     // AU
var thr_na_cpm = 3.00;     // NA
var thr_ca_cpm = 2.95;     // CA
var thr_us_cpm = 3.10;     // US
var thr_uk_cpm = 3.10;     // UK
var thr_untar_cpm = 2.30;  // WW

// Layer Ads

var l_eu_cpm = 3.50;     // EU
var l_au_cpm = 3.00;     // AU
var l_na_cpm = 4.00;     // NA
var l_ca_cpm = 4.00;     // CA
var l_us_cpm = 4.50;     // US
var l_uk_cpm = 4.50;     // UK
var l_untar_cpm = 3.00;  // WW




// Section 'Traffic prices'

// individual traffic prices

var eucat_cpm = 3.20;
var eu_cpm = 3.10;
var aucat_cpm = 3.10;
var au_cpm = 3.00;
var nacat_cpm = 3.70;
var na_cpm = 3.60;
var cacat_cpm = 3.60;
var ca_cpm = 3.50;
var uscat_cpm = 3.85;
var us_cpm = 3.75;
var ukcat_cpm = 3.85;
var uk_cpm = 3.75;
var tar_cpm = 2.30;
var untar_cpm = 2.10;
var bulkcat_cpm = 1.40;
var bulk_cpm = 1.25;

//
// ///------------------------------- //