var config= 
{
"data":
  [
 /***** The default service URL *****/
 /*0*/  {url:'https://education.emc.com/axis/services/IECService'},
    
 /***** Default Saba Session validity. *****/
 /*1*/   {validityInMinute:'120'}, 
   
 /***** The default ajax Timeout variable. (Time in Milli seconds) *****/
 /*2*/   {timeout:'480000'},
   
 /***** Overriding the default ajax Timeout variable. Uncomment to activate. (Time in Milli seconds) *****/
 /*3*/   { 
  		     loginwidget:'2120000',
		     registerwidget:'2120000'		         
		 },
		 
 /***** The redirection URL for Clearspace community*****/	 
 
 /*4*/  /* {redirecturl:'http://ednnext-dev.lss.emc.com:28080/clearspace_community/'},*/
		   {redirecturl:'/academicalliance/default_login.aspx'},
    
		  
 /*5*/    {
		  	"paths":
			        [
					 {jspath:'/academicalliance/academy/components/scripts/full/'},
					 {csspath:'/academicalliance/academy/components/css/'}
					]
		  },
/*6*/	  
		  {
		  	"defaultvalues":
			    [
					 {domain:'domin000000000001000',homeDomain:'domin000000000001000',currency:'crncy000000000000001',timeZone:'tzone000000000000012'}					 
				]
		   },
		   
 /*7*/   {
		 	"options":
		              [
					   {countryName:"--Select a Country--"},
					   {countryName:"United States"},
					   {countryName:"India"},
					   {countryName:"England"},
					   {countryName:"South Africa"},
					   {countryName:"Australia"}					   
			         ]
	      },
		  
		
/*8*/
		{
			"modal":
				[
					{enableuniversalmodal:"false"}
				]
		},
/*9*/
        {
			"cascade":
				[
					{x:6,y:29}
				]				
		
        },
/*10*/   {regInformation:'If you do not have a registration ID, please send an email to: <a href="mailto:EdServices@emc.com"  style="cursor:pointer;">EdServices@emc.com</a> with the following information: '
						 +'Full Name, Email address, Country and Affiliated Institution.'}

	]
};