/* Script created by Jose Luis Quezada for 
   The University of Texas at Brownsville and Texas Southmost College
   Do not used without permission.
*/

document.write ('<table cellSpacing="0" cellPadding="2"  border="0">');

// WELLNESS PROGRAM
var wellness1 = new Array(3)
wellness1[0] = "Wellness Home Page"
wellness1[1] = "Food Models"
wellness1[2] = "Waiver Form (PDF)"
wellness1[3] = "Wellness Newsletter"
wellness1[4] = "Wellness Program - Top 25"

var wellness1link = new Array(3)
wellness1link[0] = "http://www.utbtsc.edu/hr/wellness/"
wellness1link[1] = "http://www.utbtsc.edu/human_resources/wellness/newyou/food-model/"
wellness1link[2] = "http://www.utbtsc.edu/hr/wellness/waiver/waiverform.pdf"
wellness1link[3] = "http://www.utbtsc.edu/human_resources/wellness/newsletter/"
wellness1link[4] = "http://www.utbtsc.edu/human_resources/wellness/top25/"

document.write ('<tr><td vAlign="top" bgColor="#ff8e08" colSpan="2" class="menutitle">');
document.write ('Wellness Program');
document.write ('</td></tr>');

for (i=0; i<=2; i++)
{
  document.write ('<tr><td>&nbsp;</td>');
  document.write ('<td><b>');
  if (i==2) 
  {  document.write ('<a href="' + wellness1link[i] + '" target="_blank" style="text=decoration: none">');
  } else
 	{   document.write ('<a href="' + wellness1link[i] + '" style="text=decoration: none">');
	}
  document.write (wellness1[i]);
  document.write ('</a></td></tr>');
}


// N.E.W. You
var wellness2 = new Array(1)
//wellness2[0] = "N.E.W. You Home Page"
////wellness2[0] = "Online Appointments"
//wellness2[2] = "N.E.W. You Information Session"
//wellness2[3] = "N.E.W. You Application"
wellness2[221] = "Photo Galleries"
wellness2[0] = "Instructors"

var wellness2link = new Array(1)
//wellness2link[0] = "http://www.utbtsc.edu/human_resources/wellness/newyou/"
////wellness2link[0] = "http://www.utbtsc.edu/human_resources/wellness/newyou/appointments.htm"
//wellness2link[2] = "http://www.utbtsc.edu/human_resources/wellness/newyou/info-session/"
//wellness2link[3] = "http://www.utbtsc.edu/human_resources/wellness/newyou/application2003fall.pdf"
wellness2link[221] = "http://www.utbtsc.edu/human_resources/wellness/gallery.htm"
wellness2link[0] = "http://www.utbtsc.edu/human_resources/wellness/staff/"
/*
document.write ('<tr><td vAlign="top" bgColor="#ff8e08" colSpan="2">');
document.write ('<font face="Tahoma" color="#FFFFFF" size="2"><b>');
document.write ('N.E.W. You');
document.write ('</b></font>');
document.write ('</td></tr>');
*/
for (n=0; n<=0; n++)
{
  document.write ('<tr><td>&nbsp;</td>');
  document.write ('<td>');
  document.write ('<a href="' + wellness2link[n] + '" style="text=decoration: none">');
  document.write (wellness2[n]);
  document.write ('</a></td></tr>');
}


// ONLINE CHECKUPS
var wellness2 = new Array(6)
wellness2[0] = "BCBSTX - Wellness Service"
wellness2[1] = "Body Mass Index"
wellness2[2] = "Calories Burned Calculator"
wellness2[3] = "Metric Conversations"
wellness2[4] = "Stress Test"
wellness2[5] = "Diabetes Checkup (from the American Diabetes Association)"

var wellness2link = new Array(6)
wellness2link[0] = "http://www.utbtsc.edu/hr/wellness/tools/blueshield.htm"
wellness2link[1] = "http://www.utbtsc.edu/human_resources/wellness/quiz/body-mass-index.htm"
wellness2link[2] = "http://www.utbtsc.edu/human_resources/wellness/quiz/calories.htm"
wellness2link[3] = "http://www.utbtsc.edu/human_resources/wellness/quiz/metric-conversion.htm"
wellness2link[4] = "http://www.utbtsc.edu/human_resources/wellness/quiz/stress.htm"
wellness2link[5] = "http://www.diabetes.org/diabetesphd/"

var target2 = new Array(6)
target2[0] = "_self"
target2[1] = "_self"
target2[2] = "_self"
target2[3] = "_self"
target2[4] = "_self"
target2[5] = "_blank"

document.write ('<tr><td bgColor="#ff8e08" colSpan="2" class="menutitle">');
document.write ('Online Checkups');
document.write ('</td></tr>');

for (x=0; x<=6; x++)
{
  document.write ('<tr><td>&nbsp;</td>');
  document.write ('<td><b>');
  document.write ('<a href="' + wellness2link[x] + '" style="text=decoration: none" target="' + target2[x] + '">');
  document.write (wellness2[x]);
  document.write ('</a></td></tr>');
}

/*
// WELLNESS ACTIVITIES
var wellness3 = new Array(4)
wellness3[0] = "Food Safety Training"
wellness3[1] = "Wellness Services"
wellness3[2] = "Dancercise"
wellness3[3] = "Yoga"

var wellness3link = new Array(4)
wellness3link[0] = "http://www.utbtsc.edu/human_resources/notes/wellness/foodsafety"
wellness3link[1] = "http://www.utbtsc.edu/human_resources/wellness/services.htm"
wellness3link[2] = "https://www.utbtsc.edu/form/hr/dancercise/"
wellness3link[3] = "http://www.utbtsc.edu/human_resources/wellness/yoga/"
*/
/*document.write ('<tr><td vAlign="top" bgColor="#ff8e08" colSpan="2">');
document.write ('<font face="Tahoma" color="#FFFFFF" size="2"><b>');
document.write ('Wellness Activities');
document.write ('</b></font>');
document.write ('</td></tr>');
*/
/*
for (y=0; y<=3; y++)
{*/
//  document.write ('<tr><td vAlign="top" width="6%">&nbsp;</td>');
//  document.write ('<td vAlign="top" width="94%"><b>');
//  document.write ('<a href="' + wellness3link[y] + '" style="text=decoration: none">');
//  document.write ('<a href="http://www.utbtsc.edu/human_resources/notes/wellness/foodsafety" style="text=decoration: none">');
//  document.write ('Food Safety Training');
//  document.write (wellness3[y]);
 // document.write ('</a></td></tr>');

//}


// RELATED LINKS
//var wellness4 = new Array(1)
//wellness4[0] = ""

//var wellness4link = new Array(1)
//wellness4link[0] = ""


//document.write ('<tr><td vAlign="top" bgColor="#ff8e08" colSpan="2">');
//document.write ('<font face="Tahoma" color="#FFFFFF" size="2"><b>');
//document.write ('Related Links');
//document.write ('</b></font>');
//document.write ('</td></tr>');

//for (z=0; z<=0; z++)
//{
 // document.write ('<tr><td vAlign="top" width="6%">&nbsp;</td>');
// document.write ('<td vAlign="top" width="94%"><b>');
//  document.write ('<a href="' + wellness4link[z] + '" style="text=decoration: none">');
//  document.write (wellness4[z]);
//  document.write ('</a></td></tr>');
//}

//document.write ('</td></tr></table>');
document.write ('</tr></table>');
