";
mt_tags_all[7] = "
";
mt_tags_all.push("
&mpuid=\" border=0 height=1 width=1>");
// Combine all tracking tags into one string
var mt_tags_str = mt_tags_all.join("\n");
// Get query string following the question mark
var qs = location.href.substring(location.href.indexOf("?")+1);
// Split parameters into an array of name=value pairs, assuming pairs are separated by ampersands
var params = qs.split("&");
// Replace all parameter macros in the tracking tags string
for (i=0;i";
myregexp = new RegExp(regex_str, "gi");
mt_tags_str = mt_tags_str.replace(myregexp, value);
}
// Clean up any macros that may not have been replaced
mt_tags_str = mt_tags_str.replace(/<[^<>]+\/>/gi, "");
//-->