function KeyPress(e) {
goahead = false;
if(e)
{
if(e.which==122)
if(e.ctrlKey)
goahead=true;
}
else
if (window.event.keyCode == 26)
goahead=true;
if (goahead) {
if (confirm("Entering editing mode, are you sure?"))
{
document.location = "http://www.i-o-s.net/iwe/remote/login.asp?url=" + document.location;
//document.location = "http://pj/iwe/remote/login.asp?url=" + document.location;
}
}
}
document.onkeypress = KeyPress;
document.write("
How Are Those New Year's Resolutions Coming Along ??
Here are a couple of tips to keep you on track...if you've fallen off track with your goals this year:
1. Write down your goals. Writing things down your goals will help you achieve then faster than by just saying that you're going to do something.
2. Put your exercise bag ( filled with clothes and shoes) by the door so you won't forget it in the morning.
3. Try going "off trailing" with your dog in the Metro Parks. It will do both of you some good.
4. Plan ahead !! Don't wait until you're hungry to worry about what you're going to eat. Plan your meals ahead or brown bag your lunch. Stay away from the vending machines.
5. Vary your workouts. Don't do the same thing day in and day out. Try mixing up your routine...it will help kick up your metabolism.
6. Try pushing yourself a little harder. If your workout takes an hour...try doing the same routine in under an hour. No chit chat !!");