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

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

var pp_email = "admin@rickygreer.com";                           // PayPal email address
var order_pg_loc = "http://www.dailytrafficjams.com/order.php";   // 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.dailytrafficjams.com/thanks.php"; // 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 = "#6699CC"; // 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 = "#99CC66"; // 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 settings below configure the appearance of the signups side of the ordering system

var form_color_3 = "#66CC99"; // Color for signup side (Guaranteed Signups tab)
var form_body_color_3 = "#F7F7F7"; // Body color behind the input boxes and preview/test links
var suform_total_color_1 = "#FF0000"; // Color for the Total$ display
var suform_total_color_2 = "#FFCC99"; // Hover color the Total$ display
var suform_link_color_1 = "#6699CC"; // Color for the preview/test link
var suform_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 = "10000,25000,50000,100000,250000";  // 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 = "10000,25000,50000,100000,250000";  // Min. is 1000 - Must be comma delimited with no spaces

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

var signup_amounts = "50,100,250,500,1000,2500,5000";  // 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.0 // 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.0 // 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.10; // CPM premium for serving effects.  This setting will not adjust by setting a percentage above.
		// Expressed in CPM.  Default is $0.08/CPM
		
var signup_percentage = 0.0 // This is the setting to vary the default pricing for signup 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 'Signup prices'

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

// 468x60
var fou_eu_cpm = 1.39;     // EU
var fou_au_cpm = 1.12;     // AU
var fou_na_cpm = 1.66;     // NA
var fou_ca_cpm = 1.52;     // CA
var fou_us_cpm = 1.78;     // US
var fou_uk_cpm = 1.78;     // UK
var fou_untar_cpm = 1.00;  // WW

// 728x90
var sev_eu_cpm = 1.74;     // EU
var sev_au_cpm = 1.53;     // AU
var sev_na_cpm = 2.03;     // NA
var sev_ca_cpm = 1.92;     // CA
var sev_us_cpm = 2.13;     // US
var sev_uk_cpm = 2.13;     // UK
var sev_untar_cpm = 1.38;  // WW

// 120x600
var onetw_eu_cpm = 2.07;     // EU
var onetw_au_cpm = 1.77;     // AU
var onetw_na_cpm = 2.49;     // NA
var onetw_ca_cpm = 2.28;     // CA
var onetw_us_cpm = 2.69;     // US
var onetw_uk_cpm = 2.69;     // UK
var onetw_untar_cpm = 1.60;  // WW

// 160x600
var onesix_eu_cpm = 2.18;     // EU
var onesix_au_cpm = 1.87;     // AU
var onesix_na_cpm = 2.61;     // NA
var onesix_ca_cpm = 2.38;     // CA
var onesix_us_cpm = 2.80;     // US
var onesix_uk_cpm = 2.80;     // UK
var onesix_untar_cpm = 1.70;  // WW

// 300x250
var thr_eu_cpm = 2.92;     // EU
var thr_au_cpm = 2.33;     // AU
var thr_na_cpm = 3.33;     // NA
var thr_ca_cpm = 3.18;     // CA
var thr_us_cpm = 3.44;     // US
var thr_uk_cpm = 3.44;     // UK
var thr_untar_cpm = 2.10;  // WW

// Layer Ads
var l_eu_cpm = 4.00;     // EU
var l_au_cpm = 3.30;     // AU
var l_na_cpm = 4.68;     // NA
var l_ca_cpm = 4.40;     // CA
var l_us_cpm = 4.95;     // US
var l_uk_cpm = 4.95;     // UK
var l_untar_cpm = 3.09;  // WW

// Section 'Traffic prices'
// 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

// Section 'Signup prices'
// individual signup prices

var su_type1 = 1.00;     // Untargeted
var su_type2 = 1.50;     // 50 Countries
var su_type3 = 1.75;     // All Countries
var su_type4 = 2.50;     // USA
var su_type5 = 2.75;     // All Countries Premium
var su_type6 = 3.50;     // USA Premium

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