// JavaScript Document
// (C) 2002 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this header.
var Picture = new Array(); // don't change this
var Caption = new Array(); // don't change this

//for (var picIndex=1; picIndex < 4; picIndex++)
{
	Picture[1]  = sBaseSite + 'graphics/intpages/rot_jobseekres_2.jpg';
	Picture[2]  = sBaseSite + 'graphics/intpages/rot_jobseekres_3.jpg';
	Picture[3]  = sBaseSite + 'graphics/intpages/rot_jobseekres_1.jpg';  //; this is the starting picture on the page
	Caption[1]  = '';
	Caption[2]  = '';
	Caption[3]  = '';
}
