function doRedirect() {
	if (top && top == window) {
		var currentURL = window.location.href.toLowerCase();
		var targetURL = 'http://www' + (window.location.href.indexOf('qa2k3') > -1 ? 'qa' : '') + '.ford.com/about-ford/careers';

		if (currentURL.indexOf('ourcompany.asp?cid=27') > -1 || currentURL.indexOf('privacy.asp') > -1 || currentURL.indexOf('main.asp') > -1) {
						// do nothing, redirect to default
		}
		else if (currentURL.indexOf('envelope.asp') > -1) {
						targetURL += '/career_programs/careers-questions/questions';
		}
		else if (currentURL.indexOf('careerprograms.asp') > -1) {
						targetURL += '/career_programs';
		}
		else if (currentURL.indexOf('howwehire.asp?cid=32') > -1) {
						targetURL += '/career_programs/campus_visits';
		}
		else {
						targetURL += ('/job-openings?iframeurl=' + ((encodeURIComponent ? encodeURIComponent : escape)(window.location.href)));
		}

		window.location.replace(targetURL);
	}
}
 

doRedirect();


//omniture
s.pageName="ford: careers - "+document.title;
/* Error Page*/
if(document.title.indexOf("Page Not Found")>-1){
	s.pageType="errorPage";
	s.pageName=s.pageName+": "+document.location;
}
s.channel="about-ford";			
s.hier1="about-ford,careers,job-openings";		
			


/************* DO NOT ALTER ANYTHING BELOW THIS LINE !  **************/
var s_code=s.t();if(s_code)document.write(s_code)//--></script>






