function insertMarquee(){
   document.write('<marquee bgcolor="#011262" border="0" align="middle" scrollamount="5"  scrolldelay="90" behavior="scroll"  width="100%" height="20" style="font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFDF55; font-size: 14; font-weight: bold;">');
   document.write("Congratulation to all our safety award winners. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  Congratulation to all our safety award winners.");
   document.write('</marquee>');
}
