Jobs = new Array(
	
	//new Array(
	//	"Esthetics Instructor - Toronto, Ontario (Yorkville Campus)",0,"Wed, 10 Jun 2009 12:11:45"		
	//),
	new Array(
		"Campus Director - GTA",1,"Monday , 27 July 2009 08:15:00"
	),
	//new Array(
	//	"Campus Director - Winnipeg, Manitoba",8,"Monday , 14 January 2010 09:00:00"
	//),
	new Array(
		"Full Time Cosmetology Instructor- Regina, Saskatchewan",2,"21 August 2009 09:36"
	),
	//new Array(
	//	"Full-time Hairstyling Instructor- Kitchener, Ontario",3,"18 Sep 2009 13:13"		
	//),
	//new Array(
	//	"Part-time Hairstyling Instructor- Orillia, Ontario",4,"21 Sep 2009 14:00"		
	//),
	new Array(
		"Full-time Cosmetology Instructor- Saskatoon, Saskatchewan",5,"22 Sep 2009 13:30"		
	),
	//new Array(
	//	"Full-time Esthetics Instructor - Winnipeg, Manitoba",6,"26 Oct 2009 13:30"		
	//),
	//new Array(
	//	"Full-time Hairstyling Instructor - Winnipeg, Manitoba",7,"04 Nov 2009 13:30"		
	//),
	//new Array(
	//	"Part-time Hairstyling Instructor - Ottawa, Ontario",9,"28 Jan 2010 13:30"		
	//),
	//new Array(
	//	"Part-time Hairstyling Instructor - Markham, Ontario",10,"03 March 2010 13:00"		
	//),
	//new Array(
	//	"Full-time Hairstyling Instructor - Barrie, Ontario",11,"01 Sept 2010 13:00"		
	//),
	//new Array(
	//	"Part-time Hairstyling Instructor - Kitchener, Ontario",12,"14 Sept 2010 13:00"		
	//),
	new Array(
		"Full-time Esthetics Instructor - Regina, Saskatchewan",13,"14 October 2010 13:00"		
	),
	new Array(
		"Full-time Makeup Art Instructor - Ottawa, Ontario",14,"14 October 2010 13:00"		
	),
	new Array(
		"Full-time Hairstyling Instructor - Kitchener, Ontario",3,"30 Nov 2010 13:30"		
	),
        new Array(
	//	"Full-time Hairstyling Instructor - Barrie, Ontario",11,"03 Dec 2010 09:17"		
	//),
        //new Array(
		"Full-time Hairstyling Instructor - Markham, Ontario",15,"04 Apr 2011 14:17"		
	),
        //new Array(
	//	"Campus Director - Markham, Ontario",16,"04 Apr 2011 14:17"		
	//),
        new Array(
		"Full-time Esthetics Instructor - Toronto, Ontario",17,"19 Apr 2011 14:17"		
	),
        new Array(
		"Full-time Hairstyling Instructor - Ottawa, Ontario",18,"23 Jan 2012 15:01"		
	),

	new Array("",0,"")

);



function GetJobs(){
	return Jobs;
}

