//VERSION=7.00
//IDTC=1 ( Catalogue )
//IDS=32

var tc_vars=Object.prototype.toString.call(tc_vars)=="[object Array]"?tc_vars:[];if(!('pageTemplate'in tc_vars)){tc_vars["pageTemplate"]='';}
if(!('orderId'in tc_vars)){tc_vars["orderId"]='';}
if(!('isAvailable'in tc_vars)){tc_vars["isAvailable"]='';}
if(!('amountHt'in tc_vars)){tc_vars["amountHt"]='';}
if(!('discountTtc'in tc_vars)){tc_vars["discountTtc"]='';}
if(!('discountHt'in tc_vars)){tc_vars["discountHt"]='';}
if(!('amountInsurance'in tc_vars)){tc_vars["amountInsurance"]='';}
if(!('amountFlightTaxes'in tc_vars)){tc_vars["amountFlightTaxes"]='';}
if(!('paymentMethod'in tc_vars)){tc_vars["paymentMethod"]='';}
if(!('isPartialPayment'in tc_vars)){tc_vars["isPartialPayment"]='';}
if(!('paidAmount'in tc_vars)){tc_vars["paidAmount"]='';}
if(!('discountCode'in tc_vars)){tc_vars["discountCode"]='';}
if(!('currency'in tc_vars)){tc_vars["currency"]='';}
if(!('amountTtc'in tc_vars)){tc_vars["amountTtc"]='';}
if(!('finalisationMode'in tc_vars)){tc_vars["finalisationMode"]='';}
if(!('billingCountry'in tc_vars)){tc_vars["billingCountry"]='';}
if(!('email'in tc_vars)){tc_vars["email"]='';}
if(!('paxNumber'in tc_vars)){tc_vars["paxNumber"]='';}
if(!('nbAdults'in tc_vars)){tc_vars["nbAdults"]='';}
if(!('nbChildren'in tc_vars)){tc_vars["nbChildren"]='';}
if(!('nbBabies'in tc_vars)){tc_vars["nbBabies"]='';}
if(!('timeToLook'in tc_vars)){tc_vars["timeToLook"]='';}
if(!('timeToBook'in tc_vars)){tc_vars["timeToBook"]='';}
if(!('departureDate'in tc_vars)){tc_vars["departureDate"]='';}
if(!('returnDate'in tc_vars)){tc_vars["returnDate"]='';}
if(!('nbDays'in tc_vars)){tc_vars["nbDays"]='';}
if(!('nbNights'in tc_vars)){tc_vars["nbNights"]='';}
if(!('departureCountry'in tc_vars)){tc_vars["departureCountry"]='';}
if(!('arrivalCountry'in tc_vars)){tc_vars["arrivalCountry"]='';}
if(!('departureCity'in tc_vars)){tc_vars["departureCity"]='';}
if(!('arrivalCity'in tc_vars)){tc_vars["arrivalCity"]='';}
if(!('productCode'in tc_vars)){tc_vars["productCode"]='';}
if(!('productName'in tc_vars)){tc_vars["productName"]='';}
if(!('tourOperator'in tc_vars)){tc_vars["tourOperator"]='';}
if(!('freeField'in tc_vars)){tc_vars["freeField"]='';}
if(!('nbRooms'in tc_vars)){tc_vars["nbRooms"]='';}
if(!('roomsType'in tc_vars)){tc_vars["roomsType"]='';}
if(!('paxNames'in tc_vars)){tc_vars["paxNames"]='';}
if(!('channel'in tc_vars)){tc_vars["channel"]='';}
if(!('destination'in tc_vars)){tc_vars["destination"]='';}
var tc_array_launched_tags_1=Object.prototype.toString.call(tc_array_launched_tags_1)=="[object Array]"?tc_array_launched_tags_1:[];function tc_setCookie(name,value,expires,path,domain,secure)
{var today=new Date();today.setTime(today.getTime());if(expires)
{expires=expires*1000*60*60*24;}
var expires_date=new Date(today.getTime()+(expires));document.cookie=name+"="+escape(value)+
((expires)?";expires="+expires_date.toGMTString():"")+
((path)?";path="+path:";path=/")+
((domain)?";domain="+domain:"")+
((secure)?";secure":"");}
function tc_getCookie(check_name){var a_all_cookies=document.cookie.split(';');var a_temp_cookie='';var cookie_name='';var cookie_value='';var b_cookie_found=false;for(i=0;i<a_all_cookies.length;i++)
{a_temp_cookie=a_all_cookies[i].split('=');cookie_name=a_temp_cookie[0].replace(/^\s+|\s+$/g,'');if(cookie_name==check_name)
{b_cookie_found=true;if(a_temp_cookie.length>1)
{cookie_value=unescape(a_temp_cookie[1].replace(/^\s+|\s+$/g,''));}
return cookie_value;break;}
a_temp_cookie=null;cookie_name='';}
if(!b_cookie_found)
{return'';}}
function tc_getParamURL(my_param_name,my_url){my_param_name=my_param_name.toLowerCase();var tc_array_url_vars=new Array();if(!my_url)
{var my_doc='';try{my_doc=top.document;}catch(e){my_doc=document;}
my_url=my_doc.location.href;}
var start_split=0;var start_split_1=my_url.indexOf("?");var start_split_2=my_url.indexOf("#");if(start_split_1!=-1)
start_split=start_split_1;else if(start_split_2!=-1)
start_split=start_split_2;var temp_location='';if(start_split!=0)
{temp_location=my_url.substring(start_split+1,my_url.length).split('#').join('&');}
temp_location=temp_location.replace(/%3d/g,'=');var temp_array=temp_location.split('&');for(var i=0;i<temp_array.length;i++)
{temp_array2=temp_array[i].split('=');tc_array_url_vars[(temp_array2[0]).toLowerCase()]=temp_array2[1];}
return((tc_array_url_vars[my_param_name]!=undefined)?tc_array_url_vars[my_param_name]:'');}
function tc_match(mystr,mypattern,myflags){var re=new RegExp(mypattern,myflags);return(mystr.match(re));}
function tc_crypt(s){var retour='';for(var i=0;i<s.length;i++){var c=s.charCodeAt(i);if(c>=32&&c<=126){temp=c+26;if(temp>126)
temp=(temp%126)+32-1;retour+=String.fromCharCode(temp);}else{retour+=s.charAt(i);}}
return retour;}
function tc_uncrypt(s){var retour='';for(var i=0;i<s.length;i++){if(s.charCodeAt(i)>=32&&s.charCodeAt(i)<=126){if(s.charCodeAt(i)>=(32+26)&&s.charCodeAt(i)<=126){temp=s.charCodeAt(i)-26;}else{temp=s.charCodeAt(i)-26+(126-32)+1;}
retour+=String.fromCharCode(temp);}else{retour+=s.charAt(i);}}
return retour;}
var tc_ssl_test_mode=(("https:"==document.location.protocol)?"https://":"http://");var tc_mode_test=(function(){var tc_a=document.cookie.split(';');for(tc_i=0;tc_i<tc_a.length;tc_i++){var tc_b=tc_a[tc_i].split('=');var tc_c=tc_b[0].replace(/^\s+|\s+$/g,'');if(tc_c=="tc_mode_test"){if(tc_b.length>1){return unescape(tc_b[1].replace(/^\s+|\s+$/g,''));}return null;}}return null;})();if(tc_mode_test==1){(function(){var tc_testmodescriptload=document.createElement('script');tc_testmodescriptload.type='text/javascript';tc_testmodescriptload.src=tc_ssl_test_mode+'manager.tagcommander.com/utils/test_mode_include.php?id=1&site=32&type=load&rand='+Math.random()+'&version=';(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]||document.getElementsByTagName('script')[0].parentNode).insertBefore(tc_testmodescriptload,null);})();}else{var tc_isHome="NO";if(document.location.href.toString().length=="http://www.promosejours.com".length){tc_isHome="YES";}
if(document.location.href.toString().length=="http://www.promosejours.com/".length){tc_isHome="YES";}
var tc_array_url_vars=new Array();var temp_location=document.location.href.split('?').slice(1).join('?');if(temp_location.indexOf('#')>0){temp_location=temp_location.split('#').reverse().slice(1).reverse().join('#');}
temp_location=temp_location.replace(/%3d/g,'=');var temp_array=temp_location.split('&');for(var i=0;i<temp_array.length;i++){temp_array2=temp_array[i].split('=');tc_array_url_vars[temp_array2[0]]=temp_array2[1];}
var tc_fulldomain=window.location.hostname;var tc_pathname=window.location.pathname;var tc_random_tmp=new String(Math.random());var tc_random=tc_random_tmp.substring(2,11);var tc_referrer=document.referrer;var tc_ssl=(("https:"==document.location.protocol)?"yes":"no");var tc_title=document.title;var tc_url=document.location.href;var tc_url_1_tmp=document.location.href.split('?');var tc_url_1_tmp2=tc_url_1_tmp[0].split('/');var tc_url_1=tc_url_1_tmp2[3];var tc_url_2_tmp=document.location.href.split('?');var tc_url_2_tmp2=tc_url_2_tmp[0].split('/');var tc_url_2=tc_url_2_tmp2[4];var tc_url_3_tmp=document.location.href.split('?');var tc_url_3_tmp2=tc_url_3_tmp[0].split('/');var tc_url_3=tc_url_3_tmp2[5];var temp_tc_url_no_query=document.location.href.split('?');var tc_url_no_query=temp_tc_url_no_query[0];var temp_tc_url_query_string=document.location.href.split('?');temp_tc_url_query_string.shift();tc_url_query_string=temp_tc_url_query_string.join('?');var tc_inclusion_conversion_1="(function(){var d=null;var h=\"google_conversion_id,google_conversion_format,google_conversion_type,google_conversion_order_id,google_conversion_language,google_conversion_value,google_conversion_domain,google_conversion_label,google_conversion_color,google_disable_viewthrough,google_remarketing_only,google_conversion_items,google_custom_params,google_conversion_date,google_conversion_time,google_conversion_js_version,onload_callback,opt_image_generator,google_is_call\".split(\",\");\n"+"function i(a){return a!=d?escape(a.toString()):\"\"}function j(a,b){var f=i(b);if(f!=\"\"){var c=i(a);if(c!=\"\")return\"&\".concat(c,\"=\",f)}return\"\"}function k(a){var b=typeof a;return a==d||b==\"object\"||b==\"function\"?d:String(a).replace(/,/g,\"\\\\,\").replace(/;/g,\"\\\\;\").replace(/=/g,\"\\\\=\")}\n"+"function l(a){var b;a=a.google_custom_params;if(!a||typeof a!=\"object\"||typeof a.join==\"function\")b=\"\";else{var f=[];for(b in a)if(Object.prototype.hasOwnProperty.call(a,b)){var c=a[b];if(c&&typeof c.join==\"function\"){for(var e=[],g=0;g<c.length;++g){var q=k(c[g]);q!=d&&e.push(q)}c=e.length==0?d:e.join(\",\")}else c=k(c);(e=k(b))&&c!=d&&f.push(e+\"=\"+c)}b=f.join(\";\")}return b==\"\"?\"\":\"&\".concat(\"data=\",encodeURIComponent(b))}\n"+"function m(a){return typeof a!=\"number\"&&typeof a!=\"string\"?\"\":i(a.toString())}function n(a){if(!a)return\"\";a=a.google_conversion_items;if(!a)return\"\";for(var b=[],f=0,c=a.length;f<c;f++){var e=a[f],g=[];e&&(g.push(m(e.value)),g.push(m(e.quantity)),g.push(m(e.item_id)),g.push(m(e.adwords_grouping)),g.push(m(e.sku)),b.push(\"(\"+g.join(\"*\")+\")\"))}return b.length>0?\"&item=\"+b.join(\"\"):\"\"}\n"+"function o(a,b,f){var c=[];if(a){var e=a.screen;e&&(c.push(j(\"u_h\",e.height)),c.push(j(\"u_w\",e.width)),c.push(j(\"u_ah\",e.availHeight)),c.push(j(\"u_aw\",e.availWidth)),c.push(j(\"u_cd\",e.colorDepth)));a.history&&c.push(j(\"u_his\",a.history.length))}f&&typeof f.getTimezoneOffset==\"function\"&&c.push(j(\"u_tz\",-f.getTimezoneOffset()));b&&(typeof b.javaEnabled==\"function\"&&c.push(j(\"u_java\",b.javaEnabled())),b.plugins&&c.push(j(\"u_nplug\",b.plugins.length)),b.mimeTypes&&c.push(j(\"u_nmime\",b.mimeTypes.length)));\n"+"return c.join(\"\")}function p(a,b){var f=\"\";if(b){var c=b.referrer;if(a&&a.top&&b.location&&a.top.location==b.location)f+=j(\"ref\",c!=d?c.toString().substring(0,256):\"\"),c=b.location;f+=j(\"url\",c!=d?c.toString().substring(0,256):\"\")}return f}function r(a){return a&&a.location&&a.location.protocol&&a.location.protocol.toString().toLowerCase()==\"https:\"?\"https:\":\"http:\"}\n"+"function s(a){return a.google_remarketing_only?\"googleads.g.doubleclick.net\":a.google_conversion_domain||\"www.googleadservices.com\"}\n"+"function t(a,b){var f=navigator,c=document,e=\"/?\";b.google_conversion_type==\"landing\"&&(e=\"/extclk?\");var e=r(a)+\"\/\/\"+s(b)+\"/pagead/\"+[b.google_remarketing_only?\"viewthroughconversion/\":\"conversion/\",i(b.google_conversion_id),e,\"random=\",i(b.google_conversion_time)].join(\"\"),g;a:{g=b.google_conversion_language;if(g!=d){g=g.toString();if(2==g.length){g=j(\"hl\",g);break a}if(5==g.length){g=j(\"hl\",g.substring(0,2))+j(\"gl\",g.substring(3,5));break a}}g=\"\"}e+=[j(\"cv\",b.google_conversion_js_version),j(\"fst\",\n"+"b.google_conversion_first_time),j(\"num\",b.google_conversion_snippets),j(\"fmt\",b.google_conversion_format),j(\"value\",b.google_conversion_value),j(\"label\",b.google_conversion_label),j(\"oid\",b.google_conversion_order_id),j(\"bg\",b.google_conversion_color),g,j(\"guid\",\"ON\"),j(\"disvt\",b.google_disable_viewthrough),j(\"is_call\",b.google_is_call),n(b),o(a,f,b.google_conversion_date),p(a,c),l(b)].join(\"\");return e}\n"+"function u(){var a=v,b=v,f=t(a,b),c=function(a,b,c){return'<img height=\"'+c+'\" width=\"'+b+'\" border=\"0\" src=\"'+a+'\" />'};return b.google_conversion_format==0&&b.google_conversion_domain==d?'<a href=\"'+(r(a)+\"\/\/services.google.com/sitestats/\"+({ar:1,bg:1,cs:1,da:1,de:1,el:1,en_AU:1,en_US:1,en_GB:1,es:1,et:1,fi:1,fr:1,hi:1,hr:1,hu:1,id:1,is:1,it:1,iw:1,ja:1,ko:1,lt:1,nl:1,no:1,pl:1,pt_BR:1,pt_PT:1,ro:1,ru:1,sk:1,sl:1,sr:1,sv:1,th:1,tl:1,tr:1,vi:1,zh_CN:1,zh_TW:1}[b.google_conversion_language]?b.google_conversion_language+\n"+"\".html\":\"en_US.html\")+\"?cid=\"+i(b.google_conversion_id))+'\" target=\"_blank\">'+c(f,135,27)+\"</a>\":b.google_conversion_snippets>1||b.google_conversion_format==3?c(f,1,1):'<iframe name=\"google_conversion_frame\" width=\"'+(b.google_conversion_format==2?200:300)+'\" height=\"'+(b.google_conversion_format==2?26:13)+'\" src=\"'+f+'\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" vspace=\"0\" hspace=\"0\" allowtransparency=\"true\" scrolling=\"no\">'+c(f.replace(/\\?random=/,\"?frame=0&random=\"),1,1)+\"</iframe>\"}\n"+"function w(){var a=v;if(a.google_conversion_type==\"landing\"||!a.google_conversion_id)return false;if(a.google_remarketing_only&&a.google_disable_viewthrough)return false;a.google_conversion_date=new Date;a.google_conversion_time=a.google_conversion_date.getTime();typeof a.google_conversion_snippets==\"number\"&&a.google_conversion_snippets>0?a.google_conversion_snippets+=1:a.google_conversion_snippets=1;typeof a.google_conversion_first_time!=\"number\"&&(a.google_conversion_first_time=a.google_conversion_time);\n"+"a.google_conversion_js_version=\"7\";a.google_conversion_format!=0&&a.google_conversion_format!=1&&a.google_conversion_format!=2&&a.google_conversion_format!=3&&(a.google_conversion_format=1);return true};var v=window;if(v)if(/[\\?&;]google_debug/.exec(document.URL)!=d){var x=v,y=document.getElementsByTagName(\"head\")[0];y||(y=document.createElement(\"head\"),document.getElementsByTagName(\"html\")[0].insertBefore(y,document.getElementsByTagName(\"body\")[0]));var z=document.createElement(\"script\");z.src=r(window)+\"\/\/\"+s(x)+\"/pagead/conversion_debug_overlay.js\";y.appendChild(z)}else{try{w()&&document.write(u())}catch(A){}for(var B=v,C=0;C<h.length;C++)B[h[C]]=d};})();";var tc_inclusion_conversion_2="(function(){var d=null;var h=\"google_conversion_id,google_conversion_format,google_conversion_type,google_conversion_order_id,google_conversion_language,google_conversion_value,google_conversion_domain,google_conversion_label,google_conversion_color,google_disable_viewthrough,google_remarketing_only,google_conversion_items,google_custom_params,google_conversion_date,google_conversion_time,google_conversion_js_version,onload_callback,opt_image_generator,google_is_call\".split(\",\");\n"+"function i(b){return b!=d?escape(b.toString()):\"\"}function j(b,a){var e=i(a);if(\"\"!=e){var c=i(b);if(\"\"!=c)return\"&\".concat(c,\"=\",e)}return\"\"}function k(b){var a=typeof b;return b==d||\"object\"==a||\"function\"==a?d:(\"\"+b).replace(/,/g,\"\\\\,\").replace(/;/g,\"\\\\;\").replace(/=/g,\"\\\\=\")}\n"+"function l(b){var a;b=b.google_custom_params;if(!b||\"object\"!=typeof b||\"function\"==typeof b.join)a=\"\";else{var e=[];for(a in b)if(Object.prototype.hasOwnProperty.call(b,a)){var c=b[a];if(c&&\"function\"==typeof c.join){for(var f=[],g=0;g<c.length;++g){var s=k(c[g]);s!=d&&f.push(s)}c=0==f.length?d:f.join(\",\")}else c=k(c);(f=k(a))&&c!=d&&e.push(f+\"=\"+c)}a=e.join(\";\")}return\"\"==a?\"\":\"&\".concat(\"data=\",encodeURIComponent(a))}\n"+"function m(b){return\"number\"!=typeof b&&\"string\"!=typeof b?\"\":i(b.toString())}function n(b){if(!b)return\"\";b=b.google_conversion_items;if(!b)return\"\";for(var a=[],e=0,c=b.length;e<c;e++){var f=b[e],g=[];f&&(g.push(m(f.value)),g.push(m(f.quantity)),g.push(m(f.item_id)),g.push(m(f.adwords_grouping)),g.push(m(f.sku)),a.push(\"(\"+g.join(\"*\")+\")\"))}return 0<a.length?\"&item=\"+a.join(\"\"):\"\"}\n"+"function o(b,a,e){var c=[];if(b){var f=b.screen;f&&(c.push(j(\"u_h\",f.height)),c.push(j(\"u_w\",f.width)),c.push(j(\"u_ah\",f.availHeight)),c.push(j(\"u_aw\",f.availWidth)),c.push(j(\"u_cd\",f.colorDepth)));b.history&&c.push(j(\"u_his\",b.history.length))}e&&\"function\"==typeof e.getTimezoneOffset&&c.push(j(\"u_tz\",-e.getTimezoneOffset()));a&&(\"function\"==typeof a.javaEnabled&&c.push(j(\"u_java\",a.javaEnabled())),a.plugins&&c.push(j(\"u_nplug\",a.plugins.length)),a.mimeTypes&&c.push(j(\"u_nmime\",a.mimeTypes.length)));\n"+"return c.join(\"\")}function p(b,a){var e=\"\";if(a){var e=e+j(\"ref\",a.referrer!=d?a.referrer.toString().substring(0,256):\"\"),c=\"\";try{c=b&&b.top&&a.location&&b.top.location==a.location?a.location:b&&b.top&&b.top.location&&\"\"!=b.top.location?b.top.location:a.location}catch(f){c=a.location}e+=j(\"url\",c!=d?c.toString().substring(0,256):\"\")}return e}function q(b){return b&&b.location&&b.location.protocol&&\"https:\"==b.location.protocol.toString().toLowerCase()?\"https:\":\"http:\"}\n"+"function r(b){return b.google_remarketing_only?\"googleads.g.doubleclick.net\":b.google_conversion_domain||\"www.googleadservices.com\"}\n"+"function t(b,a){var e=navigator,c=document,f=\"/?\";\"landing\"==a.google_conversion_type&&(f=\"/extclk?\");var f=q(b)+\"\/\/\"+r(a)+\"/pagead/\"+[a.google_remarketing_only?\"viewthroughconversion/\":\"conversion/\",i(a.google_conversion_id),f,\"random=\",i(a.google_conversion_time)].join(\"\"),g;a:{g=a.google_conversion_language;if(g!=d){g=g.toString();if(2==g.length){g=j(\"hl\",g);break a}if(5==g.length){g=j(\"hl\",g.substring(0,2))+j(\"gl\",g.substring(3,5));break a}}g=\"\"}return f+=[j(\"cv\",a.google_conversion_js_version),\n"+"j(\"fst\",a.google_conversion_first_time),j(\"num\",a.google_conversion_snippets),j(\"fmt\",a.google_conversion_format),j(\"value\",a.google_conversion_value),j(\"label\",a.google_conversion_label),j(\"oid\",a.google_conversion_order_id),j(\"bg\",a.google_conversion_color),g,j(\"guid\",\"ON\"),j(\"disvt\",a.google_disable_viewthrough),j(\"is_call\",a.google_is_call),n(a),o(b,e,a.google_conversion_date),p(b,c),l(a)].join(\"\")}\n"+"function u(){var b=v,a=v,e=t(b,a),c=function(a,b,c){return'<img height=\"'+c+'\" width=\"'+b+'\" border=\"0\" src=\"'+a+'\" />'};return 0==a.google_conversion_format&&a.google_conversion_domain==d?'<a href=\"'+(q(b)+\"\/\/services.google.com/sitestats/\"+({ar:1,bg:1,cs:1,da:1,de:1,el:1,en_AU:1,en_US:1,en_GB:1,es:1,et:1,fi:1,fr:1,hi:1,hr:1,hu:1,id:1,is:1,it:1,iw:1,ja:1,ko:1,lt:1,nl:1,no:1,pl:1,pt_BR:1,pt_PT:1,ro:1,ru:1,sk:1,sl:1,sr:1,sv:1,th:1,tl:1,tr:1,vi:1,zh_CN:1,zh_TW:1}[a.google_conversion_language]?a.google_conversion_language+\n"+"\".html\":\"en_US.html\")+\"?cid=\"+i(a.google_conversion_id))+'\" target=\"_blank\">'+c(e,135,27)+\"</a>\":1<a.google_conversion_snippets||3==a.google_conversion_format?c(e,1,1):'<iframe name=\"google_conversion_frame\" width=\"'+(2==a.google_conversion_format?200:300)+'\" height=\"'+(2==a.google_conversion_format?26:13)+'\" src=\"'+e+'\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" vspace=\"0\" hspace=\"0\" allowtransparency=\"true\" scrolling=\"no\">'+c(e.replace(/\\?random=/,\"?frame=0&random=\"),1,1)+\"</iframe>\"};var v=window;\n"+"if(v)if(/[\\?&;]google_debug/.exec(document.URL)!=d){var w=v,x=document.getElementsByTagName(\"head\")[0];x||(x=document.createElement(\"head\"),document.getElementsByTagName(\"html\")[0].insertBefore(x,document.getElementsByTagName(\"body\")[0]));var y=document.createElement(\"script\");y.src=q(window)+\"\/\/\"+r(w)+\"/pagead/conversion_debug_overlay.js\";x.appendChild(y)}else{try{var z;var A=v;\"landing\"==A.google_conversion_type||!A.google_conversion_id||A.google_remarketing_only&&A.google_disable_viewthrough?z=\n"+"!1:(A.google_conversion_date=new Date,A.google_conversion_time=A.google_conversion_date.getTime(),A.google_conversion_snippets=\"number\"==typeof A.google_conversion_snippets&&0<A.google_conversion_snippets?A.google_conversion_snippets+1:1,\"number\"!=typeof A.google_conversion_first_time&&(A.google_conversion_first_time=A.google_conversion_time),A.google_conversion_js_version=\"7\",0!=A.google_conversion_format&&1!=A.google_conversion_format&&2!=A.google_conversion_format&&3!=A.google_conversion_format&&\n"+"(A.google_conversion_format=1),z=!0);z&&document.write(u())}catch(B){}for(var C=v,D=0;D<h.length;D++)C[h[D]]=d};})();";}
