

// ////////////////////////////////////
//
//  Make the necessary edits below.
//  Refer to the comments for help.
//
// ////////////////////////////////////


// /// ------------------------------ //
//
// Main settings

var pp_email = "order@buytargetedtraffic.com";                           // PayPal email address
//var order_pg_loc = "http://www.buytargetedtraffic.com/index.php";
var order_pg_loc = "http://www.buytargetedtraffic.com/targeted-website-visitors.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.buytargetedtraffic.com/thank-you.php"; // return URL after completing purchase through PayPal, must start with http://

var do_urltest = 2;  //  This setting controls the behavior of the URL test links
                     //  2 - test URL inline
                     //  1 - test URL in a pop-up window
                     //  0 - disable URL test

//
// ///------------------------------- //




// ///------------------------------- //
//
// The settings below configure the appearance of the ordering system


var form_color_2 = "#4D7CCF"; // Color for traffic side (Website Traffic tab)
var form_body_color_2 = "#ECEDE8"; // Body color behind the input boxes and preview/test links
var trform_total_color_1 = "#BB0000"; // 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 traffic packages that your clients can choose from


var visitor_amounts = "5000,10000,25000,50000,100000,250000";  // Min. is 1000 - Must be comma delimited with no spaces

//
// ///------------------------------- //




// ///------------------------------- //
//
// Pricing section


var traffic_percentage = 0.00 // This setting can be used to vary all prices 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



/////
// Individual traffic prices
/////

// -- INSERT PRICING WIZARD OUTPUT BELOW -- 

// individual traffic prices

var encat_cpm = 3.35;     // English+Category
var en_cpm = 3.15;        // English
var eucat_cpm = 3.15;     // EU+Cat
var eu_cpm = 2.92;        // EU
var aucat_cpm = 3.09;     // AU+Cat
var au_cpm = 2.80;        // AU
var nacat_cpm = 3.94;     // NA+Cat
var na_cpm = 3.71;        // NA
var cacat_cpm = 3.86;     // CA+Cat
var ca_cpm = 3.67;        // CA
var uscat_cpm = 4.05;     // US+Cat
var us_cpm = 3.76;        // US
var ukcat_cpm = 4.05;     // UK+Cat
var uk_cpm = 3.76;        // UK
var tar_cpm = 2.75;       // WW+Cat
var untar_cpm = 2.01;     // WW
var bulkcat_cpm = 1.38;   // Bulk+Cat
var bulk_cpm = 1.14;      // Bulk

//
// ///------------------------------- //



//
// ///------------------------------- //