/* ======================= *\
HTML/PHP/JS Code by: 
        Stephen Brisee, Programmer, Sr.
        Momentum IT Group, Inc.
        Halifax, Nova Scotia
        B3H 3B7, Canada
        (902) 429-4182
        thebreeze@momentumitgroup.com
        http://momentumitgroup.com/
        Copyright 2000,2001 Momentum IT Group, Inc.
======================= */

var btemp=new Array(
	'pro',
	'home',
	'whoshiring',
	'contests',
	'web',
	'tour',
	'sign',
	'membership',
	'about',
	'quote',
	'conus',
	'visit',
	'enter',
	'job',
	'bookmark',
	'print',
	'back',
	'main'
);

for(x=0;x<btemp.length;x++) {
	eval(btemp[x]+"_off=new Image();");
	eval(btemp[x]+"_off.src=\"images/profiles/btemp_"+btemp[x]+"0.gif\";");
	eval(btemp[x]+"_on=new Image();");
	eval(btemp[x]+"_on.src=\"images/profiles/btemp_"+btemp[x]+"1.gif\";");
}
