<!-- js error suppression --><!--function stopError() {  return true;}window.onerror = stopError;// <!-- start of 1st variable popup -->function SS_popWin(msg) {  alert(msg);}function SS_BrWinpop(theURL,winName,features) {  window.open(theURL,winName,features);}// <!-- end of variable popup --><!-- start of 2nd variable popup -->function popWin(msg) {  alert(msg);}function varpop(theURL,winName,features) {  window.open(theURL,winName,features);}<!-- end variable popup -->// <!-- frames breakout -->// this breaks the coaching scripts, remove for them.if (self.parent.frames.length != 0)        self.parent.location="http://www.skerja.net/";<!-- rollover -->imagesNames = new Array("ST", "YW", "REC", "SC", "HOO");if (document.images) {        for (i = 0; i < imagesNames.length; i++) {                imageObj1 = imagesNames[i] + "on";                temp = eval(imageObj1 + " = new Image()");                temp.src = "/gfx/lf50pt.gif";                imageObj2 = imagesNames[i] + "off";                temp = eval(imageObj2 + " = new Image()");                temp.src = "/gfx/b50pt.gif";        }}function MausOff(imgName) {        if (document.images) {                eval("document."  +  imgName  +  ".src = "  + imgName + "off.src");        }}function MausOn(imgName) {        if (document.images) {                eval("document."  +  imgName  +  ".src = "  +  imgName  +  "on.src");        }}<!-- End mouseover hightlights -->  <!-- begin date script -->// Declare variables   RightNow = new Date();   Year = RightNow.getFullYear();   month_number = RightNow.getMonth();   date = RightNow.getDate();   day_number = RightNow.getDay();       var Month;       var day;// Change day from number to name       DaysofWeek = new Array("Sunday", "Monday",  "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday");       day = DaysofWeek[day_number];// Change month from number to name        Months = new Array("January", "February", "March", "April","May", "June", "July", "August", "September", "October", "November","December");        Month = Months[month_number];    if (date == 1 || date == 21 || date == 31)    {ender = "<SMALL><SUP>st<\/SUP><\/SMALL>"}    else    if (date == 2 || date == 22)    {ender = "<SMALL><SUP>nd<\/SUP><\/SMALL>"}    else    if (date == 3 || date == 23)    {ender = "<SMALL><SUP>rd<\/SUP><\/SMALL>"}    else    {ender = "<SMALL><SUP>th<\/SUP><\/SMALL>"}var mess1="";greet = RightNow.getHours( )if (( greet >= 0 ) && (greet <= 4 ))mess1= "Wow! You\'re up at this hour?!"if (( greet >= 4 ) && (greet < 12))mess1="Good Morning"if (( greet >= 12) && (greet <= 17))mess1= "Good Afternoon"if ((greet >= 17) && (greet <= 23))mess1= "Good Evening"// end date script -->   <!-- begin top right window script -->function opendok(url){goboy = eval("'" + url + "'");newdok=null;newdok = eval("window.open('" + goboy + "','newdok','directories=no,toolbar=no,top=0,left=265,menubar=yes,location=no,status=no,resizable=yes,scrollbars=yes,width=525,height=300')");newdok.focus();}<!-- end of top-right popup --><!-- start SIC name search script -->function askname(){newurl="";sicsrch=window.document.forms.chloe.whatis.value;newurl='http://www.osha.gov/cgi-bin/sic/sicser2?STRING='+sicsrch;return true;}function showme(){if (newurl != ""){if (typeof SICpopup == 'undefined') {} else {SICpopup.close()};SICpopup=window.open(newurl,'SICpopup','toolbar=no,location=no,directories=no,status=no,menubar=no,dependent=yes,scrollbars=yes,resizable=yes,width=325,height=250,left=45,top=15');}else {alert('SIC NOT FOUND\n\r\n\rPlease Check The List Of Supported SICs')};}function Go(){askname(); showme();}<!-- end SIC popup -->// end -->