ÿþ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta http-equiv="Content-Language" content="en-us"> <title>Five Star Brass - Home Page</title> <meta name="GENERATOR" content="Namo WebEditor(Trial)"> <meta name="ProgId" content="FrontPage.Editor.Document"> <script language=Javascript name="J-BotDateFormat"><!-- // Webs Unlimited's J-BOTS FrontPage 2000 JavaScript Generator version 3.0 // Copyright Webs Unlimited 1998, 1999 All rights reserved - http://WebsUnlimited.com // make an array of length n Needed for older javascript browsers function makearray(n) { this.length = n for (var i = 1; i <= n; i++) { this[i] = null; } return this; } function IsIn(value,search) { if(search.indexOf(value) != -1) { return 1; } else { return 0; } } function LeadZero(value) { if ( value < 10) document.write('0'); } function DateFormat(format,twoplace) { var operators = 'dDmMyY%'; var value = ''; var today = new Date(); // get the numbers weekday = today.getDay(); month = today.getMonth(); year=today.getYear(); if(year > 1900) year -= 1900; // correct for year date = today.getDate(); var days = new makearray(7); days[0] = 'Sunday'; days[1] = 'Monday'; days[2] = 'Tuesday'; days[3] = 'Wednesday'; days[4] = 'Thursday'; days[5] = 'Friday'; days[6] = 'Saturday'; var months = new makearray(12); months[0] = 'January'; months[1] = 'February'; months[2] = 'March'; months[3] = 'April'; months[4] = 'May'; months[5] = 'June'; months[6] = 'July'; months[7] = 'August'; months[8] = 'September'; months[9] = 'October'; months[10] = 'November'; months[11] = 'December'; var pos = 0; while (pos < format.length) { if( format.substring(pos,pos+1) != '%') { document.write(format.substring(pos,pos+1)); pos++; continue; } else { if (!IsIn(format.substring(pos,pos+1), operators)) { document.write(format.substring(pos,pos+1)); pos++; continue; } else { if ( format.substring(pos,pos+1) == '%') { pos++; // look ahead if (format.substring(pos,pos+1) == '%') { document.write('%'); pos++; continue; } else { if (format.substring(pos,pos+1) == 'd') { if(twoplace) LeadZero(date); document.write(date); pos++; continue; } else { if (format.substring(pos,pos+1) == 'A') { document.write(days[weekday]); pos++; continue; } else { if (format.substring(pos,pos+1) == 'a') { document.write(days[weekday].substring(0,3)); pos++; continue; } else { if (format.substring(pos,pos+1) == 'm') { if(twoplace) LeadZero(month+1); document.write(month+1); pos++; continue; } else { if (format.substring(pos,pos+1) == 'B') { document.write(months[month]); pos++; continue; } else { if (format.substring(pos,pos+1) == 'b') { document.write(months[month].substring(0,3)); pos++; continue; } else { if (format.substring(pos,pos+1) == 'y') { if(year < 100) { document.write(year); } else { year -= 100; LeadZero(year); document.write(year); } pos++; continue; } else { if (format.substring(pos,pos+1) == 'Y') { document.write(1900 + year); pos++; continue; } pos++; // ignore the char } } } } } } } } } } } } } //--></script><script language=Javascript name="J-BotTimeFormat"><!-- // Webs Unlimited's J-BOTS FrontPage 2000 JavaScript Generator version 3.0 // Copyright Webs Unlimited 1998, 1999 All rights reserved - http://WebsUnlimited.com function IsIn(value,search) { if(search.indexOf(value) != -1) { return 1; } else { return 0; } } function LeadZero(value) { if ( value < 10) document.write('0'); } function TimeFormat(format,twoplace) { var operators = 'HIMSp%'; var value = ''; var today = new Date(); // get the numbers hours = today.getHours(); minutes = today.getMinutes(); seconds =today.getSeconds(); var pos = 0; while (pos < format.length) { if( format.substring(pos,pos+1) != '%') { document.write(format.substring(pos,pos+1)); pos++; continue; } else { if (!IsIn(format.substring(pos,pos+1), operators)) { document.write(format.substring(pos,pos+1)); pos++; continue; } else { if ( format.substring(pos,pos+1) == '%') { pos++; // look ahead if (format.substring(pos,pos+1) == '%') { document.write('%'); pos++; continue; } else { if (format.substring(pos,pos+1) == 'H') { if(twoplace) LeadZero(hours); document.write(hours); pos++; continue; } else { if (format.substring(pos,pos+1) == 'M') { if(twoplace) LeadZero(minutes); document.write(minutes); pos++; continue; } else { if (format.substring(pos,pos+1) == 'I') { var newhours = hours; if(hours > 12) newhours = hours - 12; //if(twoplace) LeadZero(newhours); document.write(newhours); pos++; continue; } else { if (format.substring(pos,pos+1) == 'S') { if(twoplace) LeadZero(seconds); document.write(seconds); pos++; continue; } else { if (format.substring(pos,pos+1) == 'p') { if (hours < 12) document.write('AM'); else document.write('PM'); pos++; continue; } pos++; // ignore the char } } } } } } } } } } // function FP_preloadImgs() {//v1.0 var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array(); for(var i=0; i<a.length; i++) { d.FP_imgs[i]=new Image; d.FP_imgs[i].src=a[i]; } } function FP_swapImg() {//v1.0 var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2; n<args.length; n+=2) { elm=FP_getObjectByID(args[n]); if(elm) { doc.$imgSwaps[doc.$imgSwaps.length]=elm; elm.$src=elm.src; elm.src=args[n+1]; } } } function FP_getObjectByID(id,o) {//v1.0 var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById) el=o.getElementById(id); else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el; if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c) for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; } f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements; for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return el; } } return null; } --></script> <base target="_blank"> <style type="text/css"> .style10 { width: 61%; } .style11 { color: #800000; font-weight: bold; font-size: x-large; } .style12 { width: 335px; } </style> </head> <body background="_themes/fivestar/tabbkgnd.jpg" bgcolor="#FFFFCC" text="#000000" link="#800000" vlink="#800000" alink="#000000" onload="FP_preloadImgs(/*url*/'buttonE.jpg',/*url*/'buttonF.jpg',/*url*/'button14.jpg',/*url*/'button15.jpg',/*url*/'button1D.jpg',/*url*/'button1E.jpg',/*url*/'button23.jpg',/*url*/'button24.jpg',/*url*/'button26.jpg',/*url*/'button27.jpg',/*url*/'button29.jpg',/*url*/'button2A.jpg',/*url*/'button2C.jpg',/*url*/'button2D.jpg',/*url*/'button2F.jpg',/*url*/'button30.jpg',/*url*/'button4.jpg',/*url*/'button5.jpg',/*url*/'button18.jpg',/*url*/'button19.jpg')"> <p align="center"><img border="0" src="images/system/fshead06.gif" width="662" height="95"></p> <div align="center"> <center> <table border="0" width="659" height="231"> <tr> <td align="left" valign="top" nowrap> <table border="0" width="653" height="20" bgcolor="#503521" cellspacing="0" cellpadding="0"> <tr> <td align="left" dir="ltr" width="400"> <p align="left"><font face="Tahoma" size="2"> <a target="_self" href="ths_htm/inths00z.htm"> <img border="0" id="img1" src="buttonD.jpg" alt="The Hershey Spectacular" onmouseover="FP_swapImg(1,0,/*id*/'img1',/*url*/'buttonE.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img1',/*url*/'buttonD.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img1',/*url*/'buttonF.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img1',/*url*/'buttonE.jpg')" fp-style="fp-btn: Metal Rectangle 4; fp-font-color-hover: #800000; fp-font-color-press: #800000; fp-bgcolor: #FFCC66; fp-proportional: 0" fp-title="The Hershey Spectacular" width="200" height="25"></a><a target="_self" href="sib_htm/insib00z.htm"><img border="0" id="img2" src="button13.jpg" alt="Serenade in Brass" onmouseover="FP_swapImg(1,0,/*id*/'img2',/*url*/'button14.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img2',/*url*/'button13.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img2',/*url*/'button15.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img2',/*url*/'button14.jpg')" fp-style="fp-btn: Metal Rectangle 4; fp-font-color-hover: #800000; fp-font-color-press: #800000; fp-bgcolor: #FFCC66; fp-proportional: 0" fp-title="Serenade in Brass" width="200" height="25" onclick="return img2_onclick()"></a><br> <a href="index04.htm" target="_self"><img border="0" id="img12" src="button20.jpg" height="25" width="200" alt="About Us" onmouseover="FP_swapImg(1,0,/*id*/'img12',/*url*/'button18.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img12',/*url*/'button20.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img12',/*url*/'button19.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img12',/*url*/'button18.jpg')" fp-style="fp-btn: Metal Rectangle 4; fp-font-color-hover: #800000; fp-font-color-press: #800000; fp-bgcolor: #FFCC66; fp-proportional: 0" fp-title="About Us"></a><a target="_self" href="index08.htm"><img border="0" id="img5" src="button25.jpg" alt="Company Contacts" onmouseover="FP_swapImg(1,0,/*id*/'img5',/*url*/'button26.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img5',/*url*/'button25.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img5',/*url*/'button27.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img5',/*url*/'button26.jpg')" fp-style="fp-btn: Metal Rectangle 4; fp-font-color-hover: #800000; fp-font-color-press: #800000; fp-bgcolor: #FFCC66; fp-proportional: 0" fp-title="Company Contacts" width="200" height="25"></a><br> <a target="_self" href="mailto:mail@fivestarbrass.com"> <img border="0" id="img7" src="button2B.jpg" alt="Email Five Star Brass" onmouseover="FP_swapImg(1,0,/*id*/'img7',/*url*/'button2C.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img7',/*url*/'button2B.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img7',/*url*/'button2D.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img7',/*url*/'button2C.jpg')" fp-style="fp-btn: Metal Rectangle 4; fp-font-color-hover: #800000; fp-font-color-press: #800000; fp-bgcolor: #FFCC66; fp-proportional: 0" fp-title="Email Five Star Brass" width="200" height="25"></a><a target="_self" href="mailto:webmasterl@fivestarbrass.com"><img border="0" id="img8" src="button2E.jpg" alt="Email Webmaster" onmouseover="FP_swapImg(1,0,/*id*/'img8',/*url*/'button2F.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img8',/*url*/'button2E.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img8',/*url*/'button30.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img8',/*url*/'button2F.jpg')" fp-style="fp-btn: Metal Rectangle 4; fp-font-color-hover: #800000; fp-font-color-press: #800000; fp-bgcolor: #FFCC66; fp-proportional: 0" fp-title="Email Webmaster" width="200" height="25"></a> </font> </p></td> <td height="14" align="left" dir="ltr"> <p align="center"><b> <font color="#FFFFFF" size="2" face="Tahoma"> <!--webbot bot="DATEFORMAT" startspan PREVIEW="Monday - Feb 07, 2000" s-dateformat="%b %d, %Y" b-twoplaces="TRUE" clientside --><script language="JavaScript"><!-- DateFormat('%A - %b %d, %Y',1); //--></script> <!--webbot bot="DATEFORMAT" endspan --><br>&nbsp;<!--webbot bot="TIMEFORMAT" startspan PREVIEW="2:03 EST" s-timeformat="%I:%M %P EST" b-twoplaces="1" clientside TAG="p" --><script language="JavaScript"><!-- TimeFormat('%I:%M %P EST',1); function img2_onclick() { } //--></script><!--webbot bot="TIMEFORMAT" endspan --></font></b></p> </td> </tr> </table> </td> </tr> <tr> <td width="651" height="227"> <div align="left"> <table border="0" width="100%" height="355"> <tr> <td height="283" class="style12"> <p align="center"><font face="Times New Roman"><img border="0" src="images/system/fsths02.gif" width="238" height="268"></font></p> </td> <td valign="top" align="left" height="283" class="style10"> <p> <font face="Times New Roman"><br> </font></p> <p> &nbsp;</p> <p> <span class="style11">&nbsp;&nbsp;&nbsp;&nbsp; THANKS to all our loyal<br /> &nbsp;&nbsp;&nbsp;&nbsp; fans for all your support<br /> &nbsp;&nbsp;&nbsp;&nbsp; throughout the years! </p> </table> </div> </td> </tr> </table> </div> <div align="center"> <table border="0" width="663"> <tr> <td width="655"> <p align="left"><font face="Times New Roman"><img src="images/system/sidel001.jpg" WIDTH="653" HEIGHT="4" align="middle" name="JImage3"><br> </font> </p> </td> </tr> </table> </div> </body></html>