<!--
var pics=new Array("mass|Weight","pipe|Pipette","humid|Humidity","temp|Temperature","press|Pressure","thermal|Thermal Mass Flow","etf|Electrical, Time and Frequency");today=new Date();thisday=today.getDay();thispic=pics[thisday].split("|");
document.write('<table align="left" width="150" cellpadding="0" cellspacing="0" border="0" style="margin-right:15px;"><tr><td><img src="images/'+thispic[0]+'001.jpg" width="150" height="150" border="0"></td></tr><tr><td style="background-color:#df0023;color:#ffffff;text-align:center;padding-top:3px;padding-bottom:3px;">'+thispic[1]+' Calibrations</td></tr></table>');
//-->

