solved
I found the solution for anyone else who has this problem.
It is caused by modifying the healer.inc.php file in the staff section. We modify it for the timer refresh addon in the link below, this mod really messes with us.
http://osticket.com/forums/showthread.php?t=1059&highlight=refresh(http://osticket.com/forums/showthread.php?t=1059&highlight=refresh)
I tried every spot, anywhere I put in this modification, it would interfere and break them down.
So I moved the
<script type="text/javascript" src="js/refresh.js" charset="utf-8"></script>
So I took this line and put it right under the following lines and it works fine with no problems.
<a href="tickets.php"> <img src="images/refresh.gif" alt="Refresh" border=0></a>
Refresh Countdown addition by webPragmatist
<p id="refreshText" style="height: 10px; margin-left: 220px;"></p>
End Refresh Countdown addition by webPragmatist
Thanks for the advise everyone input anyways.