//updated 5/18/11 SSM CD1
// 03/01 BRANDING SSM
//these variables are here although they are in hpMenuArr.js b/c that file is called after this file (mp20_united_footer.js) which would leave them undefined in static MP pages. 

var footerVS_NavSource = "footer"; 
var AU_label ="About United";
var AU_link ="http://www.united.com/aboutunited?navSource="+footerVS_NavSource+"&linkTitle=aboutunited";
var IR_label = "Investor relations";
var IR_link = "http://www.united.com/investorrelations?navSource="+footerVS_NavSource+"&linkTitle=investorrelations";
var businessResources_label="Business resources";
var businessResources_link="http://www.united.com/businessresources?navSource="+footerVS_NavSource+"&linkTitle=businessresources";
var careers_label = "Careers";
var careers_link = "http://www.united.com/employment?navSource="+footerVS_NavSource+"&linkTitle=careers";
var siteMap_label = "Site map";
var siteMap_link = "http://www.united.com/sitemap?navSource="+footerVS_NavSource+"&linkTitle=sitemap";
var browsers_label="Compatible browsers";
var browsers_link="http://www.united.com/compatiblebrowsers?navSource="+footerVS_NavSource+"&linkTitle=compatiblebrowsers";
var terms_label="Terms and conditions";
var terms_link="http://www.united.com/terms?navSource="+footerVS_NavSource+"&linkTitle=termsandconditions";
var privacy_label = "Privacy";
var privacy_link = "http://www.united.com/privacy?navSource="+footerVS_NavSource+"&linkTitle=privacy";

var stay_connected_label = "Stay connected to United:";
var mobile_link="http://www.united.com/page/article/0,6722,66,00.html?navSource="+footerVS_NavSource+"&linkTitle=mobile";
var mobile_label="Mobile";
var facebook_label="Facebook";
var facebook_link="http://www.facebook.com/unitedairlines?navSource="+footerVS_NavSource+"&linkTitle=facebook";
var twitter_label="Twitter";
var twitter_link="http://twitter.com/united?navSource="+footerVS_NavSource+"&linkTitle=twitter";


document.write('<scr'+'ipt src="//www.united.com/ual/asset/jdMenu_footer.js"><\/scr'+'ipt>');
