/* Setting the s_account */
function s_setAccount(){
var s_account="";

var curUrl = location.href;
	
		if(curUrl.indexOf("-stage") != -1 ) {
				s_account = "oracledevall,oracledevworldwide1";
		}
		else {
				s_account = "oracleglobal,oracleworldwide";
		}
		
		return s_account;
	   }
	   
/*  Pre_plugins  */
function s_prePlugins(s){

        if(typeof(sitecatalyst_country) != 'undefined' )
	s.prop15="Global Pages: " + sitecatalyst_country;
	if(typeof(sitecatalyst_country) != 'undefined' )
	s.prop16="Global HomePage: " + sitecatalyst_country;
	if(typeof(sitecatalyst_region) != 'undefined' )
	s.prop17="Global Regions: " + sitecatalyst_region;
	
	if(typeof(s_channel) != 'undefined' )
	   s.channel = s_channel;
}	   