//--Sidebar Config http://www.precisiongradall.com--
//--------------------------------------------------



// To enable the sidebar, set enabled to 'on' 
var enabled='on'

//If you would like to include a message in the sidebar, type the message here
var message='We are looking for experienced Gradall Operators'

//If you would like to turn off the link to the contact page, type 'off' otherwsie, type 'on' 
var link='on'




//------------------------------
//--NOTHING TO CONFIG PAST THIS---
if (enabled=='on')
		{
		document.write(message)
		if (link=='on')
			{
				document.write('&nbsp;<a href="formsubmit.php">Click here</a> to contact us.</p>');
			}
		else {
			document.write()
			}
		}
else {
	document.write()
	}
