function Load_ISBSG_Job_title() {
	//alert('Loading store...');
	// some data used in the examples
	Ext.namespace('Ext.ISBSG_Job_titledata');
	Ext.ISBSG_Job_titledata.ISBSG_Job_title = [['Senior Executive', 'Senior Executive'],['Manager', 'Manager'],['Consultant', 'Consultant'],['Individual', 'Individual'],['Student', 'Student'],['Other', 'Other']];
	//alert('loaded store...');      	  
}
			
	
	
