var folder;
var URI=parent.document.URL;
folder=URI.substring(URI.indexOf('/',7)+1,URI.length);
folder=folder.substring(folder.indexOf(''),folder.indexOf('/')+3);
language=folder.substring(3,5);

document.write('<div id="footer">');
document.write('<ul id="nav-footer">');
//Contact Us	
if(folder=="global/en"||folder=="privilegeclub/en"){//Global English language site & Privilege Club
	document.write('<li><a href="/global/en/contact.html">Contact Us</a></li>');
}else if(folder=="global/ar"){//Global Arabic language site
	document.write('<li><a href="/global/en/contact.html">&#1573;&#1578;&#1589;&#1604; &#1576;&#1606;&#1575;</a></li>');
}else if(language=="fr"){//Any French language site
	document.write('<li><a href="/'+folder+'/nous-contacter.html">Nous Contacter</a></li>');
}else if(language=="es"){//Any Spanish language site
	document.write('<li><a href="/'+folder+'/contact-us.html">Cont&#225;ctenos</a></li>');
}else{//all other sites
	document.write('<li><a href="/'+folder+'/contact-us.html">Contact Us</a></li>');}
//Careers
document.write('<li><a href="/global/en/careers.html">Careers</a></li>');
//Cargo
document.write('<li><a href="http://www.qrcargo.com/">Qatar Airways Cargo</a></li>');
//Doha International Airport
document.write('<li><a href="http://www.dohaairport.com/">Doha International Airport</a></li>');
//Privacy Policy
if(folder=="privilegeclub/en"){//privilegeclub/en
	document.write('<li><a href="/privilegeclub/en/privacy-policy.html">Privacy</a></li>');
}else{//global/en
	document.write('<li><a href="/global/en/privacy-policy.html">Privacy</a></li>');}
//Legal
document.write('<li><a href="/global/en/legal.html">Legal</a></li>');
//Sitemap
document.write('<li><a href="/global/en/sitemap.html">Sitemap</a></li>');
//RSS & Social Media
document.write('<li><a href="/global/en/rss.html"><img src="/images/feed-icon16x16.png" width="16" height="16" style="float:left;" />&nbsp;RSS &amp; Social Media</a></li>');
document.write('</ul>');
document.write('<div id="copyright">&copy; 2009 Qatar Airways. All rights reserved</div>');
document.write('</div>');
