///////////////////////////////////////////////
//
// Create arrays for all of the gallery images
// 
///////////////////////////////////////////////


var tg_career_opportunities = [];
var theArray = tg_career_opportunities;
theArray.push(new Array("jobopportunities2.jpg", "")); 
 
 
 

var tg_current_vacancies = [];
var theArray = tg_current_vacancies;
theArray.push(new Array("jobopportunities1.jpg", "")); 
 
 
 


