
var tbstagline = new Array();
tbstagline[0] = "<img src='/niosh/images/homepg/manhardhat.jpg' alt='man wearing hard hat' width='510' height='146'>";
tbstagline[1] = "<img src='/niosh/images/homepg/minetruck.jpg' alt='truck driving on dusty road' width='510' height='146'>";
tbstagline[2] = "<img src='/niosh/images/homepg/nurse.jpg' alt='profile of nurse' width='510' height='146'>";
tbstagline[3] = "<img src='/niosh/images/homepg/nursery.jpg' alt='older woman in plant nursury' width='510' height='146'>";
tbstagline[4] = "<img src='/niosh/images/homepg/outoffiretruck.jpg' alt='two firefighters getting off fire truck' width='510' height='146'>";
tbstagline[5] = "<img src='/niosh/images/homepg/pickingcrops.jpg' alt='workers bending to pick crops in field' width='510' height='146'>";
tbstagline[6] = "<img src='/niosh/images/homepg/pipe.jpg' alt='man working on a pipeline' width='510' height='146'>";
tbstagline[7] = "<img src='/niosh/images/homepg/plaster.jpg' alt='man speading protective coating on steel beam joint' width='510' height='146'>";
tbstagline[8] = "<img src='/niosh/images/homepg/respirator.jpg' alt='man wearing respiratory protection' width='510' height='146'>";
tbstagline[9] = "<img src='/niosh/images/homepg/spraying1.jpg' alt='man in protective equipment using sprayer' width='510' height='146'>";
tbstagline[10] = "<img src='/niosh/images/homepg/stockingshelves.jpg' alt='woman stocking shelves' width='510' height='146'>";
tbstagline[11] = "<img src='/niosh/images/homepg/switching.jpg' alt='workers attending to a switchboard' width='510' height='146'>";
tbstagline[12] = "<img src='/niosh/images/homepg/tractor1.jpg' alt='tractor in field' width='510' height='146'>";
tbstagline[13] = "<img src='/niosh/images/homepg/trenching.jpg' alt='workers on a platform in a strip mine' width='510' height='146'>";
tbstagline[14] = "<img src='/niosh/images/homepg/turningvalve.jpg' alt='man turning pipe valve' width='510' height='146'>";
tbstagline[15] = "<img src='/niosh/images/homepg/walkingintomine.jpg' alt='worker walking into a mine' width='510' height='146'>";
tbstagline[16] = "<img src='/niosh/images/homepg/xray.jpg' alt='female doctor examining chest x-ray' width='510' height='146'>";
tbstagline[17] = "<img src='/niosh/images/homepg/chainingitdown.jpg' alt='man chaining down load on truck bed' width='510' height='146'>";
tbstagline[18] = "<img src='/niosh/images/homepg/computertech.jpg' alt='man attending to computer server' width='510' height='146'>";
tbstagline[19] = "<img src='/niosh/images/homepg/const1.jpg' alt='construction workers moving boards' width='510' height='146'>";
tbstagline[20] = "<img src='/niosh/images/homepg/const2.jpg' alt='construction worker nailing down floorboards' width='510' height='146'>";
tbstagline[21] = "<img src='/niosh/images/homepg/dairymanppe.jpg' alt='dairy worker in protective equipment' width='510' height='145'>";
tbstagline[22] = "<img src='/niosh/images/homepg/emt.jpg' alt='female emt sitting on back of ambulance' width='510' height='146'>";
tbstagline[23] = "<img src='/niosh/images/homepg/lettucefarmer.jpg' alt='lettuce farmer looking back on tractor' width='510' height='146'>";
tbstagline[24] = "<img src='/niosh/images/homepg/ppe.jpg' alt='worker wearing hard hat and respirator' width='510' height='146'>";
tbstagline[25] = "<img src='/niosh/images/homepg/fieldstudy.jpg' alt='outdoor researcher in the field with laptop' width='510' height='146'>";
tbstagline[26] = "<img src='/niosh/images/homepg/dconnppe.jpg' alt='two workers in hazmat gear' width='510' height='146'>";
tbstagline[27] = "<img src='/niosh/images/homepg/hcwfacemsk.jpg' alt='health care worker wearing hood respiratory protection' width='510' height='146'>";
function randomNumber(n) {
number = Math.floor(Math.random() * (n + 1));
return number;
}

