myWindow = window.open("","Print","width=900,height=700,scrollbars=0,resizable=0") var player=GetPlayer(); var firstname=player.GetVar("FirstName"); var lastname=player.GetVar("LastName"); var contents ='' contents+=’' contents+=’Certificate of Completion' contents+=’' contents+=’
' contents+=’
' contents+=’

Certificate of Completion

' contents+=’

TimkenSteel Contractor Safety Training

' contents+=’

This certifies that:

' contents+=’

' + firstname + '
' + lastname + '

' contents+=’

has successfully completed testing and demonstrated their knowledge of the information required to safely work on TimkenSteel Premises.

' contents+=’

Print this certificate, check the box certifying that you took the test without help, then print, sign and date the certificate.

' contents+=’
' contents+=’ checkbox' contents+=’

I certify that I took the Certification Exam on my own, relying only on the information available from the Contractor Orientation Handbook and my personal knowledge, and had no help from other individuals.

' contents+=’
' contents+=’
' contents+=’
contents+=’

' contents+=’
 
' contents+=’
' contents+=’
' contents+=’

' contents+=’
 
' contents+=’
' contents+=’
' contents+=’

Present this certificate with your driver’s license or other government-issued photo ID at the TimkenSteel Security Services Department to be issued your contractor badge.

' contents+=’
' contents+=’
' contents+=’' myWindow.document.write(contents); myWindow.document.close(); myWindow.focus(); myWindow.print();