// AWEP 20070530
// This file contains all preprocessing for omniture tagging, for use in
// redirection pages (aka campaign landing pages). Include right before the
// s_code include.
// There are several versions of this depending on what channel you want the
// redirection page to belong to.

var channel = "careers";
var dynamic_reporting_suite = "asmlcojp";
var cookieDomainPeriods = 2;
var linkInternalFilters = "javascript:,asml.co.jp,asml.jp";
if (location.hostname.toLowerCase()=="www.asml.co.jp") {
  cookieDomainPeriods = 3;
} else if (location.hostname.toLowerCase()=="www.asml.jp") {
  // keep all defaults
} else {
  // set suite to asmltrialprod + whatever is appropriate for this landing site
  dynamic_reporting_suite = "asmltrialprod, asmlcareers";
}
