var msg_enter_field = '';
var msg_product_quantity_less = 'Product quantity is less as';
var msg_enter_min_valid_quantity = '(min order quantity).\nPlease enter valid product quantity!';
var msg_product_quantity_bigger = 'Product quantity is bigger as';
var msg_enter_valid_max_quantity = '(max order quantity).\nPlease enter valid product quantity!';
var msg_numeric_product_quantity = 'Please enter valid product quantity!\nIt must be a numeric value.';
var msg_enter_valid_email = 'Please enter valid email address';
var msg_choose_min_1checkbox = 'Please choose at least one check box';
var msg_want_cancel_subscription = 'Do you really want to cancel your subscription?';
var msg_your_username = 'your username';
var msg_your_password = 'your password';
var msg_first_name = 'first name';
var msg_last_name = 'last name';
var msg_company_name = 'company name';
var msg_address_line1 = 'address line 1';
var msg_address_line2 = 'address line 2';
var msg_city_name = 'city name';
var msg_country = 'country';
var msg_select_usa_state = 'Please select USA state';
var msg_select_canada_province = 'Please select Canadian province';
var msg_select_province_state = 'Please select state or province';
var msg_custom_province_state = 'custom province/state';
var msg_zip_postal_code = 'zip/postal code';
var msg_phone_number = 'phone number';
var msg_email_address = 'email address';
var msg_username = 'username';
var msg_password = 'password';
var msg_password_confirmation = 'password confirmation';
var msg_read_terms_before_registration = 'Before registration please read our terms and conditions';
var msg_name = 'name';
var msg_different_password_and_comfirmation = 'Password and confirmation are different!';
var msg_your_name = 'your name';
var msg_your_email_address = 'your email address';
var msg_your_friend_name = 'your friend\'s name';
var msg_your_friend_email_address = 'your friend\'s email address';
var msg_please_enter = 'Please enter';
var msg_to_continue_please_check = 'To continue, please check';
var msg_confirm_delete_item = 'Do you really want delete selected item?';
var msg_confirm_empty_cart = 'Do you really want empty cart?';
var msg_number_of_items_exceeded_min = 'The number of items ordered exceeded the minimum allowed.\nPlease adjust the quantity of this order';
var msg_number_of_items_exceeded_max = 'The number of items ordered exceeded the maximum allowed.\nPlease adjust the quantity of this order';
var msg_number_of_items_exceed_inventory = 'We sorry but this order will exceed our current inventory for this product.\nPlease adjust the quantity of this order';
var msg_incorrect_shipping_address = '';
var msg_confirm_delete_shipping_address = 'Do you really want to delete select address?';
var msg_select_state_or_province = 'Please select...';
var msg_please_enter_zip_code = 'Please enter zip code first';


var site_http_url = "http://www.funatyourfingertips.co.uk";
		var site_https_url = "http://www.funatyourfingertips.co.uk";
		var site_skin_images = "content/skins/funatyourfingertips-main/images";
		var skin_images = "content/skins/funatyourfingertips-main/images";
		var CartDeleteItemUrl = 'http://www.funatyourfingertips.co.uk/index.php?oa=RemoveItem&backurl=' + 'http%3A%2F%2Fwww.funatyourfingertips.co.uk%2Findex.php%3F';
		var CartEmptyUrl = 'http://www.funatyourfingertips.co.uk/index.php?oa=ClearItems&backurl=' + 'http%3A%2F%2Fwww.funatyourfingertips.co.uk%2Findex.php%3F';
		var orderItemsCount = 1;
		var urlLogout = "http://www.funatyourfingertips.co.uk/index.php?ua=user_logout&amp;oa=RemoveCart";