//************************************************************
//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_call_center.aspx")) {
		document.write("SUU00251AF");
	} else if (myPageName.match("rcc_call_center.aspx")||
	           myPageName.match("rcc_educational_resources.aspx")) {
	    document.write("SUU00251AG");
	} else if (myPageName.match("gist_educational_resources.aspx")) {
	    document.write("SUU00251AJ/273867");
	} else {
		document.write("SUU00251AA");
	}
    
	document.write("SUU00251AN/285426-01");
	*/
	if (
	    myPageName.match("rcc_side_effects.aspx") ||
	    myPageName.match("rcc_managing_side_effects.aspx") ||
	    myPageName.match("rcc_insurance_firstresource.aspx")||
	    myPageName.match("rcc_patient_side_effect_guide.aspx")||
	    myPageName.match("rcc_patient_build_calendar.aspx")||
	    myPageName.match("rcc_caregiver_tools.aspx")||
	    myPageName.match("rcc_video_qa.aspx")||
	    myPageName.match("rcc_educational_resources.aspx")||
	    myPageName.match("rcc_call_center.aspx")||
	    myPageName.match("gist_side_effects.aspx")||
	    myPageName.match("gist_managing_side_effects.aspx")||
	    myPageName.match("gist_insurance_firstresource.aspx")||
	    myPageName.match("gist_patient_side_effect_guide.aspx")||
	    myPageName.match("gist_patient_build_calendar.aspx")||
	    myPageName.match("gist_caregiver_tips.aspx")||
	    myPageName.match("gist_video_qa.aspx")||
	    myPageName.match("gist_educational_resources.aspx")||
	    myPageName.match("net_side_effects.aspx")||
	    myPageName.match("net_managing_side_effects.aspx")||
	    myPageName.match("net_insurance_firstresource.aspx")||
	    myPageName.match("net_enrollment.aspx")||
	    myPageName.match("net_patient_tools.aspx")||
	    myPageName.match("rcc_site_map.aspx")||
	    myPageName.match("gist_site_map.aspx")||
	    myPageName.match("net_site_map.aspx")||
	    myPageName.match("rcc_safety_information.aspx")||
	    myPageName.match("gist_safety_information.aspx")||
	    myPageName.match("net_safety_information.aspx"))
	    {
	        document.write("SUU00251AR/290882-01");
	    }
	    else
	    {
	        document.write("SUU00251AN/285426-01");
	    }
	/*
	
	    
	    
	    myPageName.match("xxx.aspx")||
	    myPageName.match("xxx.aspx")||
	    myPageName.match("xxx.aspx")||
	    myPageName.match("xxx.aspx")||
	    myPageName.match("xxx.aspx")||
	    myPageName.match("xxx.aspx")||
	    myPageName.match("xxx.aspx")||
	    myPageName.match("xxx.aspx")||
	    myPageName.match("xxx.aspx")||
	    myPageName.match("xxx.aspx")||
	    myPageName.match("xxx.aspx")||
	    myPageName.match("xxx.aspx")||
	    myPageName.match("xxx.aspx")||
	    myPageName.match("xxx.aspx")||
	    myPageName.match("xxx.aspx")||
	    myPageName.match("xxx.aspx")||
	    myPageName.match("xxx.aspx"))
	    {
		    document.write("SUU00251AR/290882-01");
	}
	} else if (myPageName.match("index.aspx")||indexType)
	{
	    document.write("SUU00251AR/290882-01");
	}
	else
	{
	    document.write("SUU00251AN/285426-01");
	}
	*/
}

