/* Setting the s_account */
function s_setAccount(){
var s_account="";

var curUrl = location.href;
	
		if(curUrl.indexOf("-stage") != -1 ) {
				s_account = "oracledevall,oracleuniversitydev";
		}
		else {
				s_account = "oracleglobal,oracleuniversity";
		}
		
		return s_account;
	  }
	  
	  
/*  Pre_plugins  */
function s_prePlugins(s){

        s.pageName=environment_code + ": " + orgid + ": " +lang+": " + ptitle + " (" + page1 + ")";
        s.channel=site_section;
        
}		  