//************************************************************
//check the current page-file name
var thisSite = new Array;
var test = location.href.substring(location.href.lastIndexOf("/"));
var parts = test.split('?');
thisSite.thisPage = parts[0].replace("/","");

var myPageName = thisSite.thisPage;

//************************************************************
//page specific items

function writePE () {
    /*
	if (myPageName.match("gist_video_qa.aspx")) {
		document.write("SUU00251B1");
	} else if (myPageName.match("rcc_educational_resources.aspx")||
	        myPageName.match("rcc_call_center.aspx")||
	        myPageName.match("gist_educational_resources.aspx")||
	        myPageName.match("gist_call_center.aspx")) {
		document.write("SUU00251U");
	} else if (myPageName.match("gist_support_resources.aspx")) {
	    document.write("SUU00251V");
	    
	} else {
		document.write("SUU00251E");
	}
	*/
	
	document.write("SUU00251X");
	
	/*
	if (myPageName.match("index.aspx")) {
		document.write("SUU0003101");
	} else if (myPageName.match("rcc_insurance_firstresource.aspx")
	    ||myPageName.match("gist_insurance_firstresource.aspx")
	    ||myPageName.match("rcc_access_pfizer_medicines.aspx")
	    ||myPageName.match("gist_access_pfizer_medicines.aspx")
	    ||myPageName.match("rcc_apply.aspx")
	    ||myPageName.match("gist_apply.aspx")) {
	        document.write("SUU00251T");
	} else {
		document.write("SUU00577J");
	}
	*/
}
