

// ////////////////////////////////////
//
//  Make the necessary edits below.
//  Refer to the comments for help.
//
// ////////////////////////////////////


// /// ------------------------------ //
//
// Main settings

var pp_email = "payments@cyber-web.co.uk";                           // PayPal email address
var order_pg_loc = "http://www.cyber-seo.co.uk/traffic.htm";   // 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.your-domain.com/thankyou.htm"; // return URL after completing purchase through PayPal, must start with http://

//
// ///------------------------------- //




// ///------------------------------- //
//
// The settings below configure the appearance of the ordering system


var form_color_2 = "#4E90D0"; // Color for 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 traffic packages that your clients can choose from


var visitor_amounts = "5000,10000,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 traffic_percentage = 0.030 // This is the setting to vary the default pricing 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 see below



// individual traffic prices

var eucat_cpm = 3.50;     // EU+Cat
var eu_cpm = 3.25;        // EU
var aucat_cpm = 3.25;     // AU+Cat
var au_cpm = 3.00;        // AU
var nacat_cpm = 4.00;     // NA+Cat
var na_cpm = 3.75;        // NA
var cacat_cpm = 3.75;     // CA+Cat
var ca_cpm = 3.50;        // CA
var uscat_cpm = 4.25;     // US+Cat
var us_cpm = 4.00;        // US
var ukcat_cpm = 4.25;     // UK+Cat
var uk_cpm = 4.00;        // UK
var tar_cpm = 2.50;       // WW+Cat
var untar_cpm = 2.25;     // WW
var bulkcat_cpm = 1.75;   // Bulk+Cat
var bulk_cpm = 1.50;      // Bulk

//
// ///------------------------------- //

