$(document).ready(function() {
	var objLocationURL = new String(document.location);
	if(objLocationURL.toLowerCase().indexOf("/sites/mttq/pages/oregon.aspx")!=-1){
		$("#footer_pe").text("NPC02098");
	}
		 
});