var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='I can see a change in myself.  There is still a need for fine-tuning, but I have grown in the past year in my leadership thinking and on my skills. I am now thinking more as a leader than a peer with the staff on my unit.  It\'s a tough job, to separate myself as a peer and work on being a leader.'

quotes[1]='I have learned that the better I communicate to my unit or on behalf of my unit, the more successful I am at improvising pt outcomes'

quotes[2]='I was surprised at how much I learned about communications and relationship management'

quotes[3]='The mentoring sessions were extremely helpful in guiding my progress'

quotes[4]='It\'s a breakthrough to me that I\'m a leader; not just by appointment but something bigger (I just haven\'t discovered what that is yet!)'

quotes[5]='I have taken many of the principles from the Institute and have found many ways to incorporate them into my practice. Without the support of the Institute I\'m not sure that I would have been able to progress with the skills or rather have the confidence that I have as a leader on any level'

quotes[6]='I have more to offer than I thought I did.'

quotes[7]='The plan helped me to focus on being a leader: I learned that it has to be a focus daily because it is easy to get bogged down in the day to day routines. You have to make a conscious effort to use the leadership practices'

quotes[8]='I thought I was visible on the unit - staff did not share this perception. Leadership style needed to be flexible and based on situation and where staff needs are. I needed to be sure to hold all staff accountable. I needed to be more intentional regarding staff praise, acknowledgement, thank you\'s.'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])