/* ------------------------------------------------------------------------ */
/* ---------------------------- Footer Top -------------------------------- */
/* ------------------------------------------------------------------------ */
function footerTop() {
	/*
	DO NOT DELETE - NOT IN USE
	document.write('<table width="925" border="0" cellpadding="0" cellspacing="0">')
	document.write('<tr>')
	document.write('<td width="15"><img src="images/s.gif" width="1" height="1"></td>')
	document.write('<td width="5" background="images/base_left.gif"><img src="images/s.gif" width="1" height="1"></td>')
	document.write('<td width="20" background="images/base_white_leftShort.gif">&nbsp;</td>')
	document.write('<td width="860" bgcolor="#FFFFFF"><a href="privacyStatement.htm"><img src="images/but_privacyStatement.jpg" width="139" height="20"></a><a href="termsOfUse.htm"><img src="images/but_termsOfUse.jpg" width="110" height="20"></a></td>')
	document.write('<td width="20" background="images/base_white_rightShort.gif">&nbsp;</td>')
	document.write('<td width="5" background="images/base_right.gif">&nbsp;</td>')
	document.write('</tr>')
	document.write('</table>')
	*/
}
/* ------------------------------------------------------------------------ */
/* --------------------- Footer Bottem (RANDOM) --------------------------- */
/* ------------------------------------------------------------------------ */
function footerBottom(){
	var tagline = new Array()
	tagline[0] = 'tagline_01();'
	tagline[1] = 'tagline_02();'
	tagline[2] = 'tagline_03();'
	tagline[3] = 'tagline_04();'
	var j = 0
	var p = tagline.length;
	var preBuffer = new Array()
	for (i = 0; i < p; i++){
   		preBuffer[i] = new Image()
   		preBuffer[i].src = tagline[i]
	}
	var whichTagline = Math.round(Math.random()*(p-1));
		document.write('<script type="text/javascript">'+tagline[whichTagline]+'</script>');
}
/* ------------------------------------------------------------------------ */
/* ------------------- Featured Products / Services ----------------------- */
/* ------------------------------------------------------------------------ */
function tagline_01() 
{
	document.write('<table width="925" border="0" cellspacing="0" cellpadding="0"><tr>')
	document.write('<td width="15"><img src="images/s.gif" width="1" height="1"></td>')
	document.write('<td height="85" background="images/footer_01.jpg"><img src="images/s.gif" width="910" height="85" border="0" usemap="#Map"></td>')
	document.write('</tr>')
	document.write('</table>')
	document.write('<table width="400" border="0" cellspacing="0" cellpadding="0">')
	document.write('<tr>')
	document.write('<td height="5"><img src="images/s.gif" width="1" height="1"></td>')
	document.write('</tr></table>')
	document.write('<map name="Map">')
	document.write('<area shape="rect" coords="15,57,108,76" href="privacyStatement.htm">')
	document.write('<area shape="rect" coords="117,58,183,77" href="termsOfUse.htm">')
	document.write('</map>')
}
function tagline_02() 
{
	document.write('<table width="925" border="0" cellspacing="0" cellpadding="0"><tr>')
	document.write('<td width="15"><img src="images/s.gif" width="1" height="1"></td>')
	document.write('<td height="85" background="images/footer_02.jpg"><img src="images/s.gif" width="910" height="85" border="0" usemap="#Map"></td>')
	document.write('</tr>')
	document.write('</table>')
	document.write('<table width="400" border="0" cellspacing="0" cellpadding="0">')
	document.write('<tr>')
	document.write('<td height="5"><img src="images/s.gif" width="1" height="1"></td>')
	document.write('</tr></table>')
	document.write('<map name="Map">')
	document.write('<area shape="rect" coords="15,57,108,76" href="privacyStatement.htm">')
	document.write('<area shape="rect" coords="117,58,183,77" href="termsOfUse.htm">')
	document.write('</map>')
}
function tagline_03() 
{
	document.write('<table width="925" border="0" cellspacing="0" cellpadding="0"><tr>')
	document.write('<td width="15"><img src="images/s.gif" width="1" height="1"></td>')
	document.write('<td height="85" background="images/footer_03.jpg"><img src="images/s.gif" width="910" height="85" border="0" usemap="#Map"></td>')
	document.write('</tr>')
	document.write('</table>')
	document.write('<table width="400" border="0" cellspacing="0" cellpadding="0">')
	document.write('<tr>')
	document.write('<td height="5"><img src="images/s.gif" width="1" height="1"></td>')
	document.write('</tr></table>')
	document.write('<map name="Map">')
	document.write('<area shape="rect" coords="15,57,108,76" href="privacyStatement.htm">')
	document.write('<area shape="rect" coords="117,58,183,77" href="termsOfUse.htm">')
	document.write('</map>')
}
function tagline_04() 
{
	document.write('<table width="925" border="0" cellspacing="0" cellpadding="0"><tr>')
	document.write('<td width="15"><img src="images/s.gif" width="1" height="1"></td>')
	document.write('<td height="85" background="images/footer_04.jpg"><img src="images/s.gif" width="910" height="85" border="0" usemap="#Map"></td>')
	document.write('</tr>')
	document.write('</table>')
	document.write('<table width="400" border="0" cellspacing="0" cellpadding="0">')
	document.write('<tr>')
	document.write('<td height="5"><img src="images/s.gif" width="1" height="1"></td>')
	document.write('</tr></table>')
	document.write('<map name="Map">')
	document.write('<area shape="rect" coords="15,57,108,76" href="privacyStatement.htm">')
	document.write('<area shape="rect" coords="117,58,183,77" href="termsOfUse.htm">')
	document.write('</map>')
}



